Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Fehler beim Update des Telegram-Adapters

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    713

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    10
    1
    549

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    1.1k

Fehler beim Update des Telegram-Adapters

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
23 Beiträge 4 Kommentatoren 2.0k Aufrufe 3 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • D dexic
    Systemdata Bitte Ausfüllen
    Hardwaresystem: Pi3B
    Arbeitsspeicher: 1GB
    Festplattenart: SD-Karte 16GB
    Betriebssystem: Raspbian
    Node-Version: 10.x.x
    Nodejs-Version: 18.16.0
    NPM-Version: 9.5.1; Anzeige in der Übersicht (HTTP-Seite): --
    Installationsart: Skript
    Image genutzt: Nein
    Ort/Name der Imagedatei: ----

    Problem beim Update des Telegram-Adapters. Danach bleibt der Telegram-Adapter zunächst offline, bis ich ihn manuell wieder einschalte.

    host.raspberrypi
    	2023-07-05 13:51:12.689	info	iobroker exit 25
    host.raspberrypi
    	2023-07-05 13:51:11.642	error	iobroker host.raspberrypi Cannot install iobroker.telegram@1.15.6: 217
    host.raspberrypi
    	2023-07-05 13:51:11.595	info	iobroker npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2023-07-05T11_50_37_495Z-debug-0.log
    host.raspberrypi
    	2023-07-05 13:51:11.588	info	iobroker
    host.raspberrypi
    	2023-07-05 13:51:11.586	info	iobroker npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/canvas' -> '/opt/iobroker/node_modules/.canvas-0HrdFhcM'
    host.raspberrypi
    	2023-07-05 13:51:11.574	info	iobroker npm ERR! syscall renamenpm ERR! path /opt/iobroker/node_modules/canvasnpm ERR! dest /opt/iobroker/node_modules/.canvas-0HrdFhcMnpm ERR! errno -39
    host.raspberrypi
    	2023-07-05 13:51:11.571	info	iobroker npm ERR! code ENOTEMPTY
    host.raspberrypi
    	2023-07-05 13:50:34.533	info	iobroker Installing iobroker.telegram@1.15.6... (System call)
    host.raspberrypi
    	2023-07-05 13:50:34.529	info	iobroker NPM version: 9.5.1
    host.raspberrypi
    	2023-07-05 13:50:32.622	info	instance system.adapter.telegram.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
    host.raspberrypi
    	2023-07-05 13:50:32.524	info	stopInstance system.adapter.telegram.0 killing pid 3373
    host.raspberrypi
    	2023-07-05 13:50:31.517	info	stopInstance system.adapter.telegram.0 send kill signal
    host.raspberrypi
    	2023-07-05 13:50:31.462	info	stopInstance system.adapter.telegram.0 (force=false, process=true)
    host.raspberrypi
    	2023-07-05 13:50:31.453	info	"system.adapter.telegram.0" disabled
    host.raspberrypi
    	2023-07-05 13:50:31.423	info	iobroker host.raspberrypi Adapter "system.adapter.telegram.0" is stopped.
    host.raspberrypi
    	2023-07-05 13:50:31.387	info	iobroker Update telegram from @1.15.2 to @1.15.6
    host.raspberrypi
    	2023-07-05 13:50:16.467	info	instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
    host.raspberrypi
    	2023-07-05 13:50:00.865	info	iobroker upgrade telegram@1.15.6 --debug
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von Thomas Braun
    #2

    @dexic sagte in Fehler beim Update des Telegram-Adapters:

    /opt/iobroker/node_modules/.canvas-0HrdFhcMnpm

    Lösch das Verzeichnis via iob fix

    iob stop 
    iob fix
    iob start
    

    Ist dein nodejs richtig installiert? Schau dir

    iob diag 
    

    an.

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    D 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @dexic sagte in Fehler beim Update des Telegram-Adapters:

      /opt/iobroker/node_modules/.canvas-0HrdFhcMnpm

      Lösch das Verzeichnis via iob fix

      iob stop 
      iob fix
      iob start
      

      Ist dein nodejs richtig installiert? Schau dir

      iob diag 
      

      an.

      D Offline
      D Offline
      dexic
      schrieb am zuletzt editiert von
      #3

      @thomas-braun said in Fehler beim Update des Telegram-Adapters:

      Ist dein nodejs richtig installiert?

      iob stop und fix liefen ohne Fehlermeldung durch. Bei

      iob diag
      

      kam der unten stehende Fehler.

      npm ERR! code ELSPROBLEMS
      npm ERR! invalid: iobroker.echarts@1.5.1 /opt/iobroker/node_modules/iobroker.echarts
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/pi/.npm/_logs/2023-07-05T12_16_16_434Z-debug-0.log
      Adapters from github:   0
      

      und dazu die verlinkte Datei:

      0 verbose cli /usr/bin/node /usr/bin/npm
      1 info using npm@9.5.1
      2 info using node@v18.16.0
      3 timing npm:load:whichnode Completed in 5ms
      4 timing config:load:defaults Completed in 10ms
      5 timing config:load:file:/usr/lib/node_modules/npm/npmrc Completed in 10ms
      6 timing config:load:builtin Completed in 11ms
      7 timing config:load:cli Completed in 9ms
      8 timing config:load:env Completed in 1ms
      9 timing config:load:file:/opt/iobroker/.npmrc Completed in 8ms
      10 timing config:load:project Completed in 12ms
      11 timing config:load:file:/home/pi/.npmrc Completed in 1ms
      12 timing config:load:user Completed in 2ms
      13 timing config:load:file:/usr/etc/npmrc Completed in 1ms
      14 timing config:load:global Completed in 1ms
      15 timing config:load:setEnvs Completed in 5ms
      16 timing config:load Completed in 55ms
      17 timing npm:load:configload Completed in 55ms
      18 timing npm:load:mkdirpcache Completed in 1ms
      19 timing npm:load:mkdirplogs Completed in 0ms
      20 verbose title npm ls
      21 verbose argv "ls"
      22 timing npm:load:setTitle Completed in 6ms
      23 timing config:load:flatten Completed in 16ms
      24 timing npm:load:display Completed in 20ms
      25 verbose logfile logs-max:10 dir:/home/pi/.npm/_logs/2023-07-05T12_16_16_434Z-
      26 verbose logfile /home/pi/.npm/_logs/2023-07-05T12_16_16_434Z-debug-0.log
      27 timing npm:load:logFile Completed in 26ms
      28 timing npm:load:timers Completed in 1ms
      29 timing npm:load:configScope Completed in 0ms
      30 timing npm:load Completed in 118ms
      31 timing arborist:ctor Completed in 5ms
      32 silly logfile done cleaning log files
      33 verbose shrinkwrap failed to load node_modules/.package-lock.json out of date, updated: node_modules
      34 timing command:ls Completed in 8569ms
      35 verbose stack Error: invalid: iobroker.echarts@1.5.1 /opt/iobroker/node_modules/iobroker.echarts
      35 verbose stack     at LS.exec (/usr/lib/node_modules/npm/lib/commands/ls.js:203:9)
      35 verbose stack     at async module.exports (/usr/lib/node_modules/npm/lib/cli.js:134:5)
      36 verbose cwd /opt/iobroker
      37 verbose Linux 6.1.21-v7+
      38 verbose node v18.16.0
      39 verbose npm  v9.5.1
      40 error code ELSPROBLEMS
      41 error invalid: iobroker.echarts@1.5.1 /opt/iobroker/node_modules/iobroker.echarts
      42 verbose exit 1
      43 timing npm Completed in 8782ms
      44 verbose code 1
      45 error A complete log of this run can be found in:
      45 error     /home/pi/.npm/_logs/2023-07-05T12_16_16_434Z-debug-0.log
      
      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • D dexic

        @thomas-braun said in Fehler beim Update des Telegram-Adapters:

        Ist dein nodejs richtig installiert?

        iob stop und fix liefen ohne Fehlermeldung durch. Bei

        iob diag
        

        kam der unten stehende Fehler.

        npm ERR! code ELSPROBLEMS
        npm ERR! invalid: iobroker.echarts@1.5.1 /opt/iobroker/node_modules/iobroker.echarts
        
        npm ERR! A complete log of this run can be found in:
        npm ERR!     /home/pi/.npm/_logs/2023-07-05T12_16_16_434Z-debug-0.log
        Adapters from github:   0
        

        und dazu die verlinkte Datei:

        0 verbose cli /usr/bin/node /usr/bin/npm
        1 info using npm@9.5.1
        2 info using node@v18.16.0
        3 timing npm:load:whichnode Completed in 5ms
        4 timing config:load:defaults Completed in 10ms
        5 timing config:load:file:/usr/lib/node_modules/npm/npmrc Completed in 10ms
        6 timing config:load:builtin Completed in 11ms
        7 timing config:load:cli Completed in 9ms
        8 timing config:load:env Completed in 1ms
        9 timing config:load:file:/opt/iobroker/.npmrc Completed in 8ms
        10 timing config:load:project Completed in 12ms
        11 timing config:load:file:/home/pi/.npmrc Completed in 1ms
        12 timing config:load:user Completed in 2ms
        13 timing config:load:file:/usr/etc/npmrc Completed in 1ms
        14 timing config:load:global Completed in 1ms
        15 timing config:load:setEnvs Completed in 5ms
        16 timing config:load Completed in 55ms
        17 timing npm:load:configload Completed in 55ms
        18 timing npm:load:mkdirpcache Completed in 1ms
        19 timing npm:load:mkdirplogs Completed in 0ms
        20 verbose title npm ls
        21 verbose argv "ls"
        22 timing npm:load:setTitle Completed in 6ms
        23 timing config:load:flatten Completed in 16ms
        24 timing npm:load:display Completed in 20ms
        25 verbose logfile logs-max:10 dir:/home/pi/.npm/_logs/2023-07-05T12_16_16_434Z-
        26 verbose logfile /home/pi/.npm/_logs/2023-07-05T12_16_16_434Z-debug-0.log
        27 timing npm:load:logFile Completed in 26ms
        28 timing npm:load:timers Completed in 1ms
        29 timing npm:load:configScope Completed in 0ms
        30 timing npm:load Completed in 118ms
        31 timing arborist:ctor Completed in 5ms
        32 silly logfile done cleaning log files
        33 verbose shrinkwrap failed to load node_modules/.package-lock.json out of date, updated: node_modules
        34 timing command:ls Completed in 8569ms
        35 verbose stack Error: invalid: iobroker.echarts@1.5.1 /opt/iobroker/node_modules/iobroker.echarts
        35 verbose stack     at LS.exec (/usr/lib/node_modules/npm/lib/commands/ls.js:203:9)
        35 verbose stack     at async module.exports (/usr/lib/node_modules/npm/lib/cli.js:134:5)
        36 verbose cwd /opt/iobroker
        37 verbose Linux 6.1.21-v7+
        38 verbose node v18.16.0
        39 verbose npm  v9.5.1
        40 error code ELSPROBLEMS
        41 error invalid: iobroker.echarts@1.5.1 /opt/iobroker/node_modules/iobroker.echarts
        42 verbose exit 1
        43 timing npm Completed in 8782ms
        44 verbose code 1
        45 error A complete log of this run can be found in:
        45 error     /home/pi/.npm/_logs/2023-07-05T12_16_16_434Z-debug-0.log
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von
        #4

        @dexic

        Und was kam sonst noch so um's Eck bei iob diag?

        Linux-Werkzeugkasten:
        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
        NodeJS Fixer Skript:
        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

        D 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @dexic

          Und was kam sonst noch so um's Eck bei iob diag?

          D Offline
          D Offline
          dexic
          schrieb am zuletzt editiert von
          #5

          @thomas-braun

          ======================= SUMMARY =======================
                               v.2023-04-16
          
          
          Operatingsystem:        Raspbian GNU/Linux 11 (bullseye)
          Kernel:                 6.1.21-v7+
          Installation:           Native
          Timezone:               Europe/Berlin (CEST, +0200)
          User-ID:                1000
          X-Server:               true
          Boot Target:            graphical.target
          
          Pending OS-Updates:     49
          Pending iob updates:    6
          
          Nodejs-Installation:    /usr/bin/nodejs         v18.16.0
                                  /usr/bin/node           v18.16.0
                                  /usr/bin/npm            9.5.1
                                  /usr/bin/npx            9.5.1
          
          Recommended versions are nodejs 18.x.y and npm 9.x.y
          Your nodejs installation is correct
          
          MEMORY: 
                         total        used        free      shared  buff/cache   available
          Mem:            921M        538M         41M        0.0K        341M        325M
          Swap:            99M         99M        0.0K
          Total:          1.0G        638M         41M
          
          Active iob-Instances:   12
          Active repo(s): stable
          
          ioBroker Core:          js-controller           4.0.24
                                  admin                   6.3.5
          
          ioBroker Status:        iobroker is running on this host.
          
          
          Objects type: jsonl
          States  type: jsonl
          
          Status admin and web instance:
          + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, compact disabled, port: 8081, bind: 0.0.0.0, run as: admin
          + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, compact disabled, port: 8082, bind: 0.0.0.0, run as: admin
          
          Objects:                2992
          States:                 2305
          
          Size of iob-Database:
          
          5.2M    /opt/iobroker/iobroker-data/objects.jsonl
          1.6M    /opt/iobroker/iobroker-data/states.jsonl
          
          
          
          =================== END OF SUMMARY ====================
          
          Skript v.2023-04-16
          
          *** BASE SYSTEM ***
          Model           : Raspberry Pi 3 Model B Rev 1.2
          Architecture    : armv7l
          Docker          : false
          Virtualization  : none
          Distributor ID: Raspbian
          Description:    Raspbian GNU/Linux 11 (bullseye)
          Release:        11
          Codename:       bullseye
          
          PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
          NAME="Raspbian GNU/Linux"
          VERSION_ID="11"
          VERSION="11 (bullseye)"
          VERSION_CODENAME=bullseye
          ID=raspbian
          ID_LIKE=debian
          HOME_URL="http://www.raspbian.org/"
          SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
          BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
          
          Systemuptime and Load:
           14:33:34 up  1:18,  3 users,  load average: 2.20, 2.06, 2.10
          CPU threads: 4
          
          Raspberry only:
          throttled=0x20000
          Other values than 0x0 hint to temperature/voltage problems
          temp=70.9'C
          volt=1.3438V
          
          *** Time and Time Zones ***
                         Local time: Wed 2023-07-05 14:33:35 CEST
                     Universal time: Wed 2023-07-05 12:33:35 UTC
                           RTC time: n/a
                          Time zone: Europe/Berlin (CEST, +0200)
          System clock synchronized: yes
                        NTP service: active
                    RTC in local TZ: no
          
          *** User and Groups ***
          pi
          /home/pi
          pi adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin gpio i2c spi iobroker
          
          *** X-Server-Setup ***
          X-Server:       true
          Desktop: 
          Terminal:       tty
          Boot Target:    graphical.target
          
          *** MEMORY ***
                         total        used        free      shared  buff/cache   available
          Mem:            921M        507M         71M        0.0K        343M        354M
          Swap:            99M         86M         13M
          Total:          1.0G        594M         84M
          
                    921 M total memory
                    507 M used memory
                    200 M active memory
                    558 M inactive memory
                     71 M free memory
                     80 M buffer memory
                    263 M swap cache
                     99 M total swap
                     86 M used swap
                     13 M free swap
          
          Raspberry only:
          oom events: 0
          lifetime oom required: 0 Mbytes
          total time in oom handler: 0 ms
          max time spent in oom handler: 0 ms
          
          *** FILESYSTEM ***
          Filesystem     Type      Size  Used Avail Use% Mounted on
          /dev/root      ext4       15G   13G  1.7G  89% /
          devtmpfs       devtmpfs  333M     0  333M   0% /dev
          tmpfs          tmpfs     461M   60K  461M   1% /dev/shm
          tmpfs          tmpfs     185M  1.1M  184M   1% /run
          tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
          /dev/mmcblk0p1 vfat      253M   51M  202M  20% /boot
          tmpfs          tmpfs      93M   24K   93M   1% /run/user/1000
          
          Messages concerning ext4 filesystem in dmesg:
          [Wed Jul  5 13:15:18 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 video=Composite-1:720x480@60i vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=ad18b115-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
          [Wed Jul  5 13:15:21 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
          [Wed Jul  5 13:15:21 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
          [Wed Jul  5 13:15:24 2023] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
          
          Show mounted filesystems (real ones only):
          TARGET  SOURCE         FSTYPE OPTIONS
          /       /dev/mmcblk0p2 ext4   rw,noatime
          `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
          
          Files in neuralgic directories:
          
          /var:
          5.8G    /var/
          4.3G    /var/log
          1.5G    /var/log/journal/8c8460ee931b4d829197d3853f2f4cea
          1.5G    /var/log/journal
          1.3G    /var/cache/apt/archives
          
          Archived and active journals take up 1.4G in the file system.
          
          /opt/iobroker/backups:
          496M    /opt/iobroker/backups/
          
          /opt/iobroker/iobroker-data:
          801M    /opt/iobroker/iobroker-data/
          562M    /opt/iobroker/iobroker-data/history
          203M    /opt/iobroker/iobroker-data/files
          56M     /opt/iobroker/iobroker-data/files/telegram.admin
          51M     /opt/iobroker/iobroker-data/files/javascript.admin
          
          The five largest files in iobroker-data are:
          9.1M    /opt/iobroker/iobroker-data/files/echarts.admin/static/js/2.bbf74d5f.chunk.js.map
          8.9M    /opt/iobroker/iobroker-data/files/echarts/static/js/2.3d2d025f.chunk.js.map
          8.9M    /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/2.3d2d025f.chunk.js.map
          7.2M    /opt/iobroker/iobroker-data/files/telegram.admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_d_ts-node_modules_io-1d9f06.44fe4a3f.chunk.js
          6.9M    /opt/iobroker/iobroker-data/files/telegram.admin/custom/static/js/vendors-node_modules_mui_icons-material_esm_index_js.8fdf8cb7.chunk.js.map
          
          *** NodeJS-Installation ***
          
          /usr/bin/nodejs         v18.16.0
          /usr/bin/node           v18.16.0
          /usr/bin/npm            9.5.1
          /usr/bin/npx            9.5.1
          
          
          nodejs:
            Installed: 18.16.0-deb-1nodesource1
            Candidate: 18.16.1-deb-1nodesource1
            Version table:
               18.16.1-deb-1nodesource1 500
                  500 https://deb.nodesource.com/node_18.x bullseye/main armhf Packages
           *** 18.16.0-deb-1nodesource1 100
                  100 /var/lib/dpkg/status
               12.22.12~dfsg-1~deb11u4 500
                  500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
          
          Temp directories causing npm8 problem: 0
          No problems detected
          
          *** ioBroker-Installation ***
          
          ioBroker Status
          iobroker is running on this host.
          
          
          Objects type: jsonl
          States  type: jsonl
          
          MULTIHOSTSERVICE/enabled: false
          
          Core adapters versions
          js-controller:  4.0.24
          admin:          6.3.5
          javascript:     6.1.4
          
          npm ERR! code ELSPROBLEMS
          npm ERR! invalid: iobroker.echarts@1.5.1 /opt/iobroker/node_modules/iobroker.echarts
          
          npm ERR! A complete log of this run can be found in:
          npm ERR!     /home/pi/.npm/_logs/2023-07-05T12_36_00_105Z-debug-0.log
          Adapters from github:   0
          
          Adapter State
          + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, compact disabled, port: 8081, bind: 0.0.0.0, run as: admin
          + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled, compact disabled
            system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled, compact disabled
            system.adapter.dwd.0                    : dwd                   : raspberrypi                              -  enabled, compact disabled
          + system.adapter.echarts.0                : echarts               : raspberrypi                              -  enabled, compact disabled
          + system.adapter.fritzdect.0              : fritzdect             : raspberrypi                              -  enabled, compact disabled
          + system.adapter.history.0                : history               : raspberrypi                              -  enabled, compact disabled
            system.adapter.icons-mfd-png.0          : icons-mfd-png         : raspberrypi                              -  enabled
            system.adapter.jarvis.0                 : jarvis                : raspberrypi                              - disabled, compact disabled
          + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled, compact disabled
            system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              - disabled, compact disabled, port: 1883, bind: 192.168.178.30
            system.adapter.net-tools.0              : net-tools             : raspberrypi                              - disabled, compact disabled
            system.adapter.ping.0                   : ping                  : raspberrypi                              - disabled, compact disabled
          + system.adapter.smartmeter.0             : smartmeter            : raspberrypi                              -  enabled, compact disabled
          + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, compact disabled, port: 8443, bind: 0.0.0.0
            system.adapter.tesla-motors.0           : tesla-motors          : raspberrypi                              - disabled, compact disabled
            system.adapter.tr-064.0                 : tr-064                : raspberrypi                              - disabled, compact disabled
          + system.adapter.tuya.0                   : tuya                  : raspberrypi                              -  enabled, compact disabled
            system.adapter.vis-history.0            : vis-history           : raspberrypi                              -  enabled
            system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled, compact disabled
          + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, compact disabled, port: 8082, bind: 0.0.0.0, run as: admin
          + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, compact disabled, port: /dev/ttyACM0
            system.adapter.zigbee2mqtt.0            : zigbee2mqtt           : raspberrypi                              - disabled, compact disabled
          
          + instance is alive
          
          Enabled adapters with bindings
          + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, compact disabled, port: 8081, bind: 0.0.0.0, run as: admin
          + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, compact disabled, port: 8443, bind: 0.0.0.0
          + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, compact disabled, port: 8082, bind: 0.0.0.0, run as: admin
          + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, compact disabled, port: /dev/ttyACM0
          
          ioBroker-Repositories
          stable        : http://download.iobroker.net/sources-dist.json
          beta          : http://download.iobroker.net/sources-dist-latest.json
          
          Active repo(s): stable
          
          Installed ioBroker-Instances
          Used repository: stable
          Adapter    "admin"        : 6.3.5    , installed 6.3.5
          Adapter    "backitup"     : 2.6.23   , installed 2.6.23
          Adapter    "discovery"    : 3.1.0    , installed 3.1.0
          Adapter    "dwd"          : 2.8.3    , installed 2.8.3
          Adapter    "echarts"      : 1.5.1    , installed 1.5.1
          Adapter    "fritzdect"    : 2.3.1    , installed 2.2.6  [Updatable]
          Adapter    "history"      : 2.2.4    , installed 2.2.4
          Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
          Adapter    "jarvis"       : 3.1.2    , installed 3.1.2
          Adapter    "javascript"   : 7.0.3    , installed 6.1.4  [Updatable]
          Controller "js-controller": 4.0.24   , installed 4.0.24
          Adapter    "mqtt"         : 4.1.1    , installed 4.0.7  [Updatable]
          Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
          Adapter    "onvif"        : 1.0.5    , installed 1.0.4  [Updatable]
          Adapter    "ping"         : 1.5.3    , installed 1.5.3
          Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
          Adapter    "smartmeter"   : 3.3.4    , installed 3.3.4
          Adapter    "socketio"     : 4.2.0    , installed 4.2.0
          Adapter    "telegram"     : 1.15.6   , installed 1.15.2 [Updatable]
          Adapter    "tesla-motors" : 1.3.2    , installed 1.3.2
          Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
          Adapter    "trashschedule": 2.2.0    , installed 2.2.0
          Adapter    "tuya"         : 3.14.2   , installed 3.13.1 [Updatable]
          Adapter    "vis"          : 1.4.16   , installed 1.4.16
          Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
          Adapter    "web"          : 4.3.0    , installed 4.3.0
          Adapter    "ws"           : 1.3.0    , installed 1.3.0
          Adapter    "zigbee"       : 1.8.10   , installed 1.8.10
          Adapter    "zigbee2mqtt"  : 2.7.5    , installed 2.7.5
          
          Objects and States
          Please stand by - This may take a while
          Objects:        2992
          States:         2305
          
          *** OS-Repositories and Updates ***
          Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
          Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
          Hit:3 https://deb.nodesource.com/node_18.x bullseye InRelease
          Get:4 https://dl.cloudsmith.io/public/evcc/stable/deb/raspbian bullseye InRelease [5127 B]
          Fetched 5127 B in 7s (708 B/s)
          Reading package lists...
          Pending Updates: 49
          
          *** Listening Ports ***
          Active Internet connections (only servers)
          Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          11000      576/sshd: /usr/sbin 
          tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       43366      6724/iobroker.js-co 
          tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       43373      6724/iobroker.js-co 
          tcp        0      0 0.0.0.0:7070            0.0.0.0:*               LISTEN      0          14594      551/anydesk         
          tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          11033      538/cupsd           
          tcp6       0      0 ::1:631                 :::*                    LISTEN      0          11032      538/cupsd           
          tcp6       0      0 :::22                   :::*                    LISTEN      0          11002      576/sshd: /usr/sbin 
          tcp6       0      0 ::1:3350                :::*                    LISTEN      0          12160      554/xrdp-sesman     
          tcp6       0      0 :::3389                 :::*                    LISTEN      115        14040      585/xrdp            
          tcp6       0      0 :::8082                 :::*                    LISTEN      1001       41668      6895/io.web.0       
          tcp6       0      0 :::8081                 :::*                    LISTEN      1001       44146      6743/io.admin.0     
          udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       40653      6839/io.tuya.0      
          udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       40654      6839/io.tuya.0      
          udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14009      495/dhcpcd          
          udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          11058      610/cups-browsed    
          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        12100      404/avahi-daemon: r 
          udp        0      0 0.0.0.0:50001           0.0.0.0:*                           0          14767      551/anydesk         
          udp        0      0 0.0.0.0:54737           0.0.0.0:*                           108        12102      404/avahi-daemon: r 
          udp6       0      0 :::45565                :::*                                108        12103      404/avahi-daemon: r 
          udp6       0      0 :::546                  :::*                                0          14030      495/dhcpcd          
          udp6       0      0 :::5353                 :::*                                108        12101      404/avahi-daemon: r 
          
          *** Log File - Last 25 Lines ***
          
          2023-07-05 14:36:40.301  - info: smartmeter.0 (6812) Received 5 values, 2 updated
          2023-07-05 14:36:46.278  - info: smartmeter.0 (6812) Received 5 values, 2 updated
          2023-07-05 14:36:52.295  - info: smartmeter.0 (6812) Received 5 values, 2 updated
          2023-07-05 14:36:58.312  - info: smartmeter.0 (6812) Received 5 values, 2 updated
          2023-07-05 14:37:04.292  - info: smartmeter.0 (6812) Received 5 values, 2 updated
          2023-07-05 14:37:10.289  - info: smartmeter.0 (6812) Received 5 values, 2 updated
          2023-07-05 14:37:16.271  - info: smartmeter.0 (6812) Received 5 values, 2 updated
          2023-07-05 14:37:22.589  - info: smartmeter.0 (6812) Received 5 values, 2 updated
          2023-07-05 14:37:28.321  - info: smartmeter.0 (6812) Received 5 values, 2 updated
          2023-07-05 14:37:34.286  - info: smartmeter.0 (6812) Received 5 values, 2 updated
          2023-07-05 14:37:40.280  - info: smartmeter.0 (6812) Received 5 values, 2 updated
          2023-07-05 14:37:46.286  - info: smartmeter.0 (6812) Received 5 values, 2 updated
          2023-07-05 14:37:52.290  - info: smartmeter.0 (6812) Received 5 values, 2 updated
          2023-07-05 14:37:58.312  - info: smartmeter.0 (6812) Received 5 values, 2 updated
          2023-07-05 14:38:04.291  - info: smartmeter.0 (6812) Received 5 values, 2 updated
          2023-07-05 14:38:10.288  - info: smartmeter.0 (6812) Received 5 values, 2 updated
          2023-07-05 14:38:16.297  - info: smartmeter.0 (6812) Received 5 values, 2 updated
          2023-07-05 14:38:22.296  - info: smartmeter.0 (6812) Received 5 values, 2 updated
          2023-07-05 14:38:28.272  - info: smartmeter.0 (6812) Received 5 values, 2 updated
          2023-07-05 14:38:34.275  - info: smartmeter.0 (6812) Received 5 values, 2 updated
          2023-07-05 14:38:40.276  - info: smartmeter.0 (6812) Received 5 values, 2 updated
          2023-07-05 14:38:46.283  - info: smartmeter.0 (6812) Received 5 values, 2 updated
          2023-07-05 14:38:52.280  - info: smartmeter.0 (6812) Received 5 values, 2 updated
          2023-07-05 14:38:58.286  - info: smartmeter.0 (6812) Received 5 values, 2 updated
          2023-07-05 14:39:04.284  - info: smartmeter.0 (6812) Received 5 values, 2 updated
          
          
          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • D dexic

            @thomas-braun

            ======================= SUMMARY =======================
                                 v.2023-04-16
            
            
            Operatingsystem:        Raspbian GNU/Linux 11 (bullseye)
            Kernel:                 6.1.21-v7+
            Installation:           Native
            Timezone:               Europe/Berlin (CEST, +0200)
            User-ID:                1000
            X-Server:               true
            Boot Target:            graphical.target
            
            Pending OS-Updates:     49
            Pending iob updates:    6
            
            Nodejs-Installation:    /usr/bin/nodejs         v18.16.0
                                    /usr/bin/node           v18.16.0
                                    /usr/bin/npm            9.5.1
                                    /usr/bin/npx            9.5.1
            
            Recommended versions are nodejs 18.x.y and npm 9.x.y
            Your nodejs installation is correct
            
            MEMORY: 
                           total        used        free      shared  buff/cache   available
            Mem:            921M        538M         41M        0.0K        341M        325M
            Swap:            99M         99M        0.0K
            Total:          1.0G        638M         41M
            
            Active iob-Instances:   12
            Active repo(s): stable
            
            ioBroker Core:          js-controller           4.0.24
                                    admin                   6.3.5
            
            ioBroker Status:        iobroker is running on this host.
            
            
            Objects type: jsonl
            States  type: jsonl
            
            Status admin and web instance:
            + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, compact disabled, port: 8081, bind: 0.0.0.0, run as: admin
            + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, compact disabled, port: 8082, bind: 0.0.0.0, run as: admin
            
            Objects:                2992
            States:                 2305
            
            Size of iob-Database:
            
            5.2M    /opt/iobroker/iobroker-data/objects.jsonl
            1.6M    /opt/iobroker/iobroker-data/states.jsonl
            
            
            
            =================== END OF SUMMARY ====================
            
            Skript v.2023-04-16
            
            *** BASE SYSTEM ***
            Model           : Raspberry Pi 3 Model B Rev 1.2
            Architecture    : armv7l
            Docker          : false
            Virtualization  : none
            Distributor ID: Raspbian
            Description:    Raspbian GNU/Linux 11 (bullseye)
            Release:        11
            Codename:       bullseye
            
            PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
            NAME="Raspbian GNU/Linux"
            VERSION_ID="11"
            VERSION="11 (bullseye)"
            VERSION_CODENAME=bullseye
            ID=raspbian
            ID_LIKE=debian
            HOME_URL="http://www.raspbian.org/"
            SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
            BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
            
            Systemuptime and Load:
             14:33:34 up  1:18,  3 users,  load average: 2.20, 2.06, 2.10
            CPU threads: 4
            
            Raspberry only:
            throttled=0x20000
            Other values than 0x0 hint to temperature/voltage problems
            temp=70.9'C
            volt=1.3438V
            
            *** Time and Time Zones ***
                           Local time: Wed 2023-07-05 14:33:35 CEST
                       Universal time: Wed 2023-07-05 12:33:35 UTC
                             RTC time: n/a
                            Time zone: Europe/Berlin (CEST, +0200)
            System clock synchronized: yes
                          NTP service: active
                      RTC in local TZ: no
            
            *** User and Groups ***
            pi
            /home/pi
            pi adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin gpio i2c spi iobroker
            
            *** X-Server-Setup ***
            X-Server:       true
            Desktop: 
            Terminal:       tty
            Boot Target:    graphical.target
            
            *** MEMORY ***
                           total        used        free      shared  buff/cache   available
            Mem:            921M        507M         71M        0.0K        343M        354M
            Swap:            99M         86M         13M
            Total:          1.0G        594M         84M
            
                      921 M total memory
                      507 M used memory
                      200 M active memory
                      558 M inactive memory
                       71 M free memory
                       80 M buffer memory
                      263 M swap cache
                       99 M total swap
                       86 M used swap
                       13 M free swap
            
            Raspberry only:
            oom events: 0
            lifetime oom required: 0 Mbytes
            total time in oom handler: 0 ms
            max time spent in oom handler: 0 ms
            
            *** FILESYSTEM ***
            Filesystem     Type      Size  Used Avail Use% Mounted on
            /dev/root      ext4       15G   13G  1.7G  89% /
            devtmpfs       devtmpfs  333M     0  333M   0% /dev
            tmpfs          tmpfs     461M   60K  461M   1% /dev/shm
            tmpfs          tmpfs     185M  1.1M  184M   1% /run
            tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
            /dev/mmcblk0p1 vfat      253M   51M  202M  20% /boot
            tmpfs          tmpfs      93M   24K   93M   1% /run/user/1000
            
            Messages concerning ext4 filesystem in dmesg:
            [Wed Jul  5 13:15:18 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 video=Composite-1:720x480@60i vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=ad18b115-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
            [Wed Jul  5 13:15:21 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
            [Wed Jul  5 13:15:21 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
            [Wed Jul  5 13:15:24 2023] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
            
            Show mounted filesystems (real ones only):
            TARGET  SOURCE         FSTYPE OPTIONS
            /       /dev/mmcblk0p2 ext4   rw,noatime
            `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
            
            Files in neuralgic directories:
            
            /var:
            5.8G    /var/
            4.3G    /var/log
            1.5G    /var/log/journal/8c8460ee931b4d829197d3853f2f4cea
            1.5G    /var/log/journal
            1.3G    /var/cache/apt/archives
            
            Archived and active journals take up 1.4G in the file system.
            
            /opt/iobroker/backups:
            496M    /opt/iobroker/backups/
            
            /opt/iobroker/iobroker-data:
            801M    /opt/iobroker/iobroker-data/
            562M    /opt/iobroker/iobroker-data/history
            203M    /opt/iobroker/iobroker-data/files
            56M     /opt/iobroker/iobroker-data/files/telegram.admin
            51M     /opt/iobroker/iobroker-data/files/javascript.admin
            
            The five largest files in iobroker-data are:
            9.1M    /opt/iobroker/iobroker-data/files/echarts.admin/static/js/2.bbf74d5f.chunk.js.map
            8.9M    /opt/iobroker/iobroker-data/files/echarts/static/js/2.3d2d025f.chunk.js.map
            8.9M    /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/2.3d2d025f.chunk.js.map
            7.2M    /opt/iobroker/iobroker-data/files/telegram.admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_d_ts-node_modules_io-1d9f06.44fe4a3f.chunk.js
            6.9M    /opt/iobroker/iobroker-data/files/telegram.admin/custom/static/js/vendors-node_modules_mui_icons-material_esm_index_js.8fdf8cb7.chunk.js.map
            
            *** NodeJS-Installation ***
            
            /usr/bin/nodejs         v18.16.0
            /usr/bin/node           v18.16.0
            /usr/bin/npm            9.5.1
            /usr/bin/npx            9.5.1
            
            
            nodejs:
              Installed: 18.16.0-deb-1nodesource1
              Candidate: 18.16.1-deb-1nodesource1
              Version table:
                 18.16.1-deb-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x bullseye/main armhf Packages
             *** 18.16.0-deb-1nodesource1 100
                    100 /var/lib/dpkg/status
                 12.22.12~dfsg-1~deb11u4 500
                    500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
            
            Temp directories causing npm8 problem: 0
            No problems detected
            
            *** ioBroker-Installation ***
            
            ioBroker Status
            iobroker is running on this host.
            
            
            Objects type: jsonl
            States  type: jsonl
            
            MULTIHOSTSERVICE/enabled: false
            
            Core adapters versions
            js-controller:  4.0.24
            admin:          6.3.5
            javascript:     6.1.4
            
            npm ERR! code ELSPROBLEMS
            npm ERR! invalid: iobroker.echarts@1.5.1 /opt/iobroker/node_modules/iobroker.echarts
            
            npm ERR! A complete log of this run can be found in:
            npm ERR!     /home/pi/.npm/_logs/2023-07-05T12_36_00_105Z-debug-0.log
            Adapters from github:   0
            
            Adapter State
            + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, compact disabled, port: 8081, bind: 0.0.0.0, run as: admin
            + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled, compact disabled
              system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled, compact disabled
              system.adapter.dwd.0                    : dwd                   : raspberrypi                              -  enabled, compact disabled
            + system.adapter.echarts.0                : echarts               : raspberrypi                              -  enabled, compact disabled
            + system.adapter.fritzdect.0              : fritzdect             : raspberrypi                              -  enabled, compact disabled
            + system.adapter.history.0                : history               : raspberrypi                              -  enabled, compact disabled
              system.adapter.icons-mfd-png.0          : icons-mfd-png         : raspberrypi                              -  enabled
              system.adapter.jarvis.0                 : jarvis                : raspberrypi                              - disabled, compact disabled
            + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled, compact disabled
              system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              - disabled, compact disabled, port: 1883, bind: 192.168.178.30
              system.adapter.net-tools.0              : net-tools             : raspberrypi                              - disabled, compact disabled
              system.adapter.ping.0                   : ping                  : raspberrypi                              - disabled, compact disabled
            + system.adapter.smartmeter.0             : smartmeter            : raspberrypi                              -  enabled, compact disabled
            + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, compact disabled, port: 8443, bind: 0.0.0.0
              system.adapter.tesla-motors.0           : tesla-motors          : raspberrypi                              - disabled, compact disabled
              system.adapter.tr-064.0                 : tr-064                : raspberrypi                              - disabled, compact disabled
            + system.adapter.tuya.0                   : tuya                  : raspberrypi                              -  enabled, compact disabled
              system.adapter.vis-history.0            : vis-history           : raspberrypi                              -  enabled
              system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled, compact disabled
            + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, compact disabled, port: 8082, bind: 0.0.0.0, run as: admin
            + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, compact disabled, port: /dev/ttyACM0
              system.adapter.zigbee2mqtt.0            : zigbee2mqtt           : raspberrypi                              - disabled, compact disabled
            
            + instance is alive
            
            Enabled adapters with bindings
            + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, compact disabled, port: 8081, bind: 0.0.0.0, run as: admin
            + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, compact disabled, port: 8443, bind: 0.0.0.0
            + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, compact disabled, port: 8082, bind: 0.0.0.0, run as: admin
            + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, compact disabled, port: /dev/ttyACM0
            
            ioBroker-Repositories
            stable        : http://download.iobroker.net/sources-dist.json
            beta          : http://download.iobroker.net/sources-dist-latest.json
            
            Active repo(s): stable
            
            Installed ioBroker-Instances
            Used repository: stable
            Adapter    "admin"        : 6.3.5    , installed 6.3.5
            Adapter    "backitup"     : 2.6.23   , installed 2.6.23
            Adapter    "discovery"    : 3.1.0    , installed 3.1.0
            Adapter    "dwd"          : 2.8.3    , installed 2.8.3
            Adapter    "echarts"      : 1.5.1    , installed 1.5.1
            Adapter    "fritzdect"    : 2.3.1    , installed 2.2.6  [Updatable]
            Adapter    "history"      : 2.2.4    , installed 2.2.4
            Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
            Adapter    "jarvis"       : 3.1.2    , installed 3.1.2
            Adapter    "javascript"   : 7.0.3    , installed 6.1.4  [Updatable]
            Controller "js-controller": 4.0.24   , installed 4.0.24
            Adapter    "mqtt"         : 4.1.1    , installed 4.0.7  [Updatable]
            Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
            Adapter    "onvif"        : 1.0.5    , installed 1.0.4  [Updatable]
            Adapter    "ping"         : 1.5.3    , installed 1.5.3
            Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
            Adapter    "smartmeter"   : 3.3.4    , installed 3.3.4
            Adapter    "socketio"     : 4.2.0    , installed 4.2.0
            Adapter    "telegram"     : 1.15.6   , installed 1.15.2 [Updatable]
            Adapter    "tesla-motors" : 1.3.2    , installed 1.3.2
            Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
            Adapter    "trashschedule": 2.2.0    , installed 2.2.0
            Adapter    "tuya"         : 3.14.2   , installed 3.13.1 [Updatable]
            Adapter    "vis"          : 1.4.16   , installed 1.4.16
            Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
            Adapter    "web"          : 4.3.0    , installed 4.3.0
            Adapter    "ws"           : 1.3.0    , installed 1.3.0
            Adapter    "zigbee"       : 1.8.10   , installed 1.8.10
            Adapter    "zigbee2mqtt"  : 2.7.5    , installed 2.7.5
            
            Objects and States
            Please stand by - This may take a while
            Objects:        2992
            States:         2305
            
            *** OS-Repositories and Updates ***
            Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
            Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
            Hit:3 https://deb.nodesource.com/node_18.x bullseye InRelease
            Get:4 https://dl.cloudsmith.io/public/evcc/stable/deb/raspbian bullseye InRelease [5127 B]
            Fetched 5127 B in 7s (708 B/s)
            Reading package lists...
            Pending Updates: 49
            
            *** Listening Ports ***
            Active Internet connections (only servers)
            Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
            tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          11000      576/sshd: /usr/sbin 
            tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       43366      6724/iobroker.js-co 
            tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       43373      6724/iobroker.js-co 
            tcp        0      0 0.0.0.0:7070            0.0.0.0:*               LISTEN      0          14594      551/anydesk         
            tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          11033      538/cupsd           
            tcp6       0      0 ::1:631                 :::*                    LISTEN      0          11032      538/cupsd           
            tcp6       0      0 :::22                   :::*                    LISTEN      0          11002      576/sshd: /usr/sbin 
            tcp6       0      0 ::1:3350                :::*                    LISTEN      0          12160      554/xrdp-sesman     
            tcp6       0      0 :::3389                 :::*                    LISTEN      115        14040      585/xrdp            
            tcp6       0      0 :::8082                 :::*                    LISTEN      1001       41668      6895/io.web.0       
            tcp6       0      0 :::8081                 :::*                    LISTEN      1001       44146      6743/io.admin.0     
            udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       40653      6839/io.tuya.0      
            udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       40654      6839/io.tuya.0      
            udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14009      495/dhcpcd          
            udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          11058      610/cups-browsed    
            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        12100      404/avahi-daemon: r 
            udp        0      0 0.0.0.0:50001           0.0.0.0:*                           0          14767      551/anydesk         
            udp        0      0 0.0.0.0:54737           0.0.0.0:*                           108        12102      404/avahi-daemon: r 
            udp6       0      0 :::45565                :::*                                108        12103      404/avahi-daemon: r 
            udp6       0      0 :::546                  :::*                                0          14030      495/dhcpcd          
            udp6       0      0 :::5353                 :::*                                108        12101      404/avahi-daemon: r 
            
            *** Log File - Last 25 Lines ***
            
            2023-07-05 14:36:40.301  - info: smartmeter.0 (6812) Received 5 values, 2 updated
            2023-07-05 14:36:46.278  - info: smartmeter.0 (6812) Received 5 values, 2 updated
            2023-07-05 14:36:52.295  - info: smartmeter.0 (6812) Received 5 values, 2 updated
            2023-07-05 14:36:58.312  - info: smartmeter.0 (6812) Received 5 values, 2 updated
            2023-07-05 14:37:04.292  - info: smartmeter.0 (6812) Received 5 values, 2 updated
            2023-07-05 14:37:10.289  - info: smartmeter.0 (6812) Received 5 values, 2 updated
            2023-07-05 14:37:16.271  - info: smartmeter.0 (6812) Received 5 values, 2 updated
            2023-07-05 14:37:22.589  - info: smartmeter.0 (6812) Received 5 values, 2 updated
            2023-07-05 14:37:28.321  - info: smartmeter.0 (6812) Received 5 values, 2 updated
            2023-07-05 14:37:34.286  - info: smartmeter.0 (6812) Received 5 values, 2 updated
            2023-07-05 14:37:40.280  - info: smartmeter.0 (6812) Received 5 values, 2 updated
            2023-07-05 14:37:46.286  - info: smartmeter.0 (6812) Received 5 values, 2 updated
            2023-07-05 14:37:52.290  - info: smartmeter.0 (6812) Received 5 values, 2 updated
            2023-07-05 14:37:58.312  - info: smartmeter.0 (6812) Received 5 values, 2 updated
            2023-07-05 14:38:04.291  - info: smartmeter.0 (6812) Received 5 values, 2 updated
            2023-07-05 14:38:10.288  - info: smartmeter.0 (6812) Received 5 values, 2 updated
            2023-07-05 14:38:16.297  - info: smartmeter.0 (6812) Received 5 values, 2 updated
            2023-07-05 14:38:22.296  - info: smartmeter.0 (6812) Received 5 values, 2 updated
            2023-07-05 14:38:28.272  - info: smartmeter.0 (6812) Received 5 values, 2 updated
            2023-07-05 14:38:34.275  - info: smartmeter.0 (6812) Received 5 values, 2 updated
            2023-07-05 14:38:40.276  - info: smartmeter.0 (6812) Received 5 values, 2 updated
            2023-07-05 14:38:46.283  - info: smartmeter.0 (6812) Received 5 values, 2 updated
            2023-07-05 14:38:52.280  - info: smartmeter.0 (6812) Received 5 values, 2 updated
            2023-07-05 14:38:58.286  - info: smartmeter.0 (6812) Received 5 values, 2 updated
            2023-07-05 14:39:04.284  - info: smartmeter.0 (6812) Received 5 values, 2 updated
            
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #6

            @dexic

            Klatsch dir doch den mageren RAM nicht auch noch mit einem Desktop/X-Server zu.
            Schalt den Mumpitz auf einem Server aus.

            temp=70.9'C

            Wäre mir auch zu hoch.

            Pending Updates: 49

            Updates einspielen.

            Und den smartmeter-Adapter würde ich auf ein anderes LogLevel setzen. Der ballert ja alle 6 Sekunden in das Log.

            Installier den echarts nochmal, nachdem die anderen Dinge angegangen wurden.

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            D 1 Antwort Letzte Antwort
            1
            • Thomas BraunT Thomas Braun

              @dexic

              Klatsch dir doch den mageren RAM nicht auch noch mit einem Desktop/X-Server zu.
              Schalt den Mumpitz auf einem Server aus.

              temp=70.9'C

              Wäre mir auch zu hoch.

              Pending Updates: 49

              Updates einspielen.

              Und den smartmeter-Adapter würde ich auf ein anderes LogLevel setzen. Der ballert ja alle 6 Sekunden in das Log.

              Installier den echarts nochmal, nachdem die anderen Dinge angegangen wurden.

              D Offline
              D Offline
              dexic
              schrieb am zuletzt editiert von
              #7

              @thomas-braun

              • Desktop beim Start in raspi-config ausgeschaltet.

              • Wie kann ich Desktop-Programme von Konsolen-Programmen unterscheiden und womöglich halbautomatisch löschen? In einem Raspberry-Forum habe ich das hier gefunden:

                sudo apt purge xserver* lightdm* raspberrypi-ui-mods vlc* lxde* chromium* desktop* gnome* gstreamer* gtk* hicolor-icon-theme* lx* mesa*
                
              • Die Temperatur ist zu hoch - meinst du, dass das am Desktop liegt? Was kann ich da noch tun?

              • Updates soeben eingespielt. Zuletzt vor etwa 2 Wochen. Ich war verwundert, dass bei Raspbian schon 49 Updates dazu kamen.

              • Neustart

              • smartmeter wird jetzt bei Wertänderungen mit mindestens 30 Sekunden Verzögerung geloggt.

              • Echarts deinstallieren und installieren erledigt

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • D dexic

                @thomas-braun

                • Desktop beim Start in raspi-config ausgeschaltet.

                • Wie kann ich Desktop-Programme von Konsolen-Programmen unterscheiden und womöglich halbautomatisch löschen? In einem Raspberry-Forum habe ich das hier gefunden:

                  sudo apt purge xserver* lightdm* raspberrypi-ui-mods vlc* lxde* chromium* desktop* gnome* gstreamer* gtk* hicolor-icon-theme* lx* mesa*
                  
                • Die Temperatur ist zu hoch - meinst du, dass das am Desktop liegt? Was kann ich da noch tun?

                • Updates soeben eingespielt. Zuletzt vor etwa 2 Wochen. Ich war verwundert, dass bei Raspbian schon 49 Updates dazu kamen.

                • Neustart

                • smartmeter wird jetzt bei Wertänderungen mit mindestens 30 Sekunden Verzögerung geloggt.

                • Echarts deinstallieren und installieren erledigt

                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #8

                @dexic

                Und

                iob diag
                

                sagt nun?

                Für das erste reicht es, wenn der Desktop-Krempel nicht geladen wird. BootTarget: multi-user ist das Zauberwort.

                Sorg für mehr frische, kalte Luft beim Raspberry. Gehäuse zu dicht? Kein Lüfter?

                Linux-Werkzeugkasten:
                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                NodeJS Fixer Skript:
                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                D 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @dexic

                  Und

                  iob diag
                  

                  sagt nun?

                  Für das erste reicht es, wenn der Desktop-Krempel nicht geladen wird. BootTarget: multi-user ist das Zauberwort.

                  Sorg für mehr frische, kalte Luft beim Raspberry. Gehäuse zu dicht? Kein Lüfter?

                  D Offline
                  D Offline
                  dexic
                  schrieb am zuletzt editiert von
                  #9

                  @thomas-braun

                  Skript v.2023-04-16
                  
                  *** BASE SYSTEM ***
                  Model           : Raspberry Pi 3 Model B Rev 1.2
                  Architecture    : armv7l
                  Docker          : false
                  Virtualization  : none
                  Distributor ID: Raspbian
                  Description:    Raspbian GNU/Linux 11 (bullseye)
                  Release:        11
                  Codename:       bullseye
                  
                  PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
                  NAME="Raspbian GNU/Linux"
                  VERSION_ID="11"
                  VERSION="11 (bullseye)"
                  VERSION_CODENAME=bullseye
                  ID=raspbian
                  ID_LIKE=debian
                  HOME_URL="http://www.raspbian.org/"
                  SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
                  BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
                  
                  Systemuptime and Load:
                   18:55:44 up  3:19,  1 user,  load average: 3.97, 5.35, 4.23
                  CPU threads: 4
                  
                  Raspberry only:
                  throttled=0x20000
                  Other values than 0x0 hint to temperature/voltage problems
                  temp=72.0'C
                  volt=1.3438V
                  
                  *** Time and Time Zones ***
                                 Local time: Wed 2023-07-05 18:55:45 CEST
                             Universal time: Wed 2023-07-05 16:55:45 UTC
                                   RTC time: n/a
                                  Time zone: Europe/Berlin (CEST, +0200)
                  System clock synchronized: yes
                                NTP service: active
                            RTC in local TZ: no
                  
                  *** User and Groups ***
                  pi
                  /home/pi
                  pi adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin gpio i2c spi iobroker
                  
                  *** X-Server-Setup ***
                  X-Server:       false
                  Desktop: 
                  Terminal:       tty
                  Boot Target:    multi-user.target
                  
                  *** MEMORY ***
                                 total        used        free      shared  buff/cache   available
                  Mem:            921M        674M         39M        0.0K        207M        191M
                  Swap:            99M         98M        1.0M
                  Total:          1.0G        773M         40M
                  
                            921 M total memory
                            674 M used memory
                            293 M active memory
                            519 M inactive memory
                             39 M free memory
                             19 M buffer memory
                            188 M swap cache
                             99 M total swap
                             98 M used swap
                              1 M free swap
                  
                  Raspberry only:
                  oom events: 0
                  lifetime oom required: 0 Mbytes
                  total time in oom handler: 0 ms
                  max time spent in oom handler: 0 ms
                  
                  *** FILESYSTEM ***
                  Filesystem     Type      Size  Used Avail Use% Mounted on
                  /dev/root      ext4       15G   13G  1.5G  90% /
                  devtmpfs       devtmpfs  333M     0  333M   0% /dev
                  tmpfs          tmpfs     461M   76K  461M   1% /dev/shm
                  tmpfs          tmpfs     185M  1.1M  184M   1% /run
                  tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                  /dev/mmcblk0p1 vfat      253M   51M  202M  20% /boot
                  tmpfs          tmpfs      93M   20K   93M   1% /run/user/1000
                  
                  Messages concerning ext4 filesystem in dmesg:
                  [Wed Jul  5 15:36:25 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 video=Composite-1:720x480@60i vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=ad18b115-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
                  [Wed Jul  5 15:36:28 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                  [Wed Jul  5 15:36:28 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                  [Wed Jul  5 15:36:31 2023] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                  
                  Show mounted filesystems (real ones only):
                  TARGET  SOURCE         FSTYPE OPTIONS
                  /       /dev/mmcblk0p2 ext4   rw,noatime
                  `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
                  
                  Files in neuralgic directories:
                  
                  /var:
                  5.9G    /var/
                  4.3G    /var/log
                  1.5G    /var/log/journal/8c8460ee931b4d829197d3853f2f4cea
                  1.5G    /var/log/journal
                  1.4G    /var/cache/apt/archives
                  
                  Archived and active journals take up 1.4G in the file system.
                  
                  /opt/iobroker/backups:
                  496M    /opt/iobroker/backups/
                  
                  /opt/iobroker/iobroker-data:
                  915M    /opt/iobroker/iobroker-data/
                  562M    /opt/iobroker/iobroker-data/history
                  314M    /opt/iobroker/iobroker-data/files
                  88M     /opt/iobroker/iobroker-data/files/echarts.admin
                  57M     /opt/iobroker/iobroker-data/files/echarts
                  
                  The five largest files in iobroker-data are:
                  23M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.eb0afecd.js.map
                  23M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.7952f0f7.js.map
                  23M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.eb0afecd.js.map
                  17M     /opt/iobroker/iobroker-data/files/echarts/preview/static/js/main.1b04901d.js.map
                  17M     /opt/iobroker/iobroker-data/files/echarts.admin/preview/static/js/main.1b04901d.js.map
                  
                  *** NodeJS-Installation ***
                  
                  /usr/bin/nodejs         v18.16.1
                  /usr/bin/node           v18.16.1
                  /usr/bin/npm            9.5.1
                  /usr/bin/npx            9.5.1
                  
                  
                  nodejs:
                    Installed: 18.16.1-deb-1nodesource1
                    Candidate: 18.16.1-deb-1nodesource1
                    Version table:
                   *** 18.16.1-deb-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x bullseye/main armhf Packages
                          100 /var/lib/dpkg/status
                       12.22.12~dfsg-1~deb11u4 500
                          500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                  
                  Temp directories causing npm8 problem: 0
                  No problems detected
                  
                  *** ioBroker-Installation ***
                  
                  ioBroker Status
                  iobroker is running on this host.
                  
                  
                  Objects type: jsonl
                  States  type: jsonl
                  
                  MULTIHOSTSERVICE/enabled: false
                  
                  Core adapters versions
                  js-controller:  4.0.24
                  admin:          6.3.5
                  javascript:     6.1.4
                  
                  Adapters from github:   0
                  
                  Adapter State
                  + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, compact disabled, port: 8081, bind: 0.0.0.0, run as: admin
                  + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled, compact disabled
                    system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled, compact disabled
                    system.adapter.dwd.0                    : dwd                   : raspberrypi                              -  enabled, compact disabled
                  + system.adapter.echarts.0                : echarts               : raspberrypi                              -  enabled, compact disabled
                  + system.adapter.fritzdect.0              : fritzdect             : raspberrypi                              -  enabled, compact disabled
                  + system.adapter.history.0                : history               : raspberrypi                              -  enabled, compact disabled
                    system.adapter.icons-mfd-png.0          : icons-mfd-png         : raspberrypi                              -  enabled
                    system.adapter.jarvis.0                 : jarvis                : raspberrypi                              - disabled, compact disabled
                  + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled, compact disabled
                    system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              - disabled, compact disabled, port: 1883, bind: 192.168.178.30
                    system.adapter.net-tools.0              : net-tools             : raspberrypi                              - disabled, compact disabled
                    system.adapter.ping.0                   : ping                  : raspberrypi                              - disabled, compact disabled
                  + system.adapter.smartmeter.0             : smartmeter            : raspberrypi                              -  enabled, compact disabled
                  + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, compact disabled, port: 8443, bind: 0.0.0.0
                    system.adapter.tesla-motors.0           : tesla-motors          : raspberrypi                              - disabled, compact disabled
                    system.adapter.tr-064.0                 : tr-064                : raspberrypi                              - disabled, compact disabled
                  + system.adapter.tuya.0                   : tuya                  : raspberrypi                              -  enabled, compact disabled
                    system.adapter.vis-history.0            : vis-history           : raspberrypi                              -  enabled
                    system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled, compact disabled
                  + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, compact disabled, port: 8082, bind: 0.0.0.0, run as: admin
                  + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, compact disabled, port: /dev/ttyACM0
                    system.adapter.zigbee2mqtt.0            : zigbee2mqtt           : raspberrypi                              - disabled, compact disabled
                  
                  + instance is alive
                  
                  Enabled adapters with bindings
                  + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, compact disabled, port: 8081, bind: 0.0.0.0, run as: admin
                  + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, compact disabled, port: 8443, bind: 0.0.0.0
                  + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, compact disabled, port: 8082, bind: 0.0.0.0, run as: admin
                  + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, compact disabled, port: /dev/ttyACM0
                  
                  ioBroker-Repositories
                  stable        : http://download.iobroker.net/sources-dist.json
                  beta          : http://download.iobroker.net/sources-dist-latest.json
                  
                  Active repo(s): stable
                  
                  Installed ioBroker-Instances
                  Used repository: stable
                  Adapter    "admin"        : 6.3.5    , installed 6.3.5
                  Adapter    "backitup"     : 2.6.23   , installed 2.6.23
                  Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                  Adapter    "dwd"          : 2.8.3    , installed 2.8.3
                  Adapter    "echarts"      : 1.5.1    , installed 1.5.1
                  Adapter    "fritzdect"    : 2.3.1    , installed 2.3.1
                  Adapter    "history"      : 2.2.4    , installed 2.2.4
                  Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
                  Adapter    "jarvis"       : 3.1.2    , installed 3.1.2
                  Adapter    "javascript"   : 7.0.3    , installed 6.1.4  [Updatable]
                  Controller "js-controller": 4.0.24   , installed 4.0.24
                  Adapter    "mqtt"         : 4.1.1    , installed 4.0.7  [Updatable]
                  Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                  Adapter    "onvif"        : 1.0.5    , installed 1.0.4  [Updatable]
                  Adapter    "ping"         : 1.5.3    , installed 1.5.3
                  Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                  Adapter    "smartmeter"   : 3.3.4    , installed 3.3.4
                  Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                  Adapter    "telegram"     : 1.15.6   , installed 1.15.6
                  Adapter    "tesla-motors" : 1.3.2    , installed 1.3.2
                  Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                  Adapter    "trashschedule": 2.2.0    , installed 2.2.0
                  Adapter    "tuya"         : 3.14.2   , installed 3.14.2
                  Adapter    "vis"          : 1.4.16   , installed 1.4.16
                  Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                  Adapter    "web"          : 4.3.0    , installed 4.3.0
                  Adapter    "ws"           : 1.3.0    , installed 1.3.0
                  Adapter    "zigbee"       : 1.8.10   , installed 1.8.10
                  Adapter    "zigbee2mqtt"  : 2.7.5    , installed 2.7.5
                  
                  Objects and States
                  Please stand by - This may take a while
                  Objects:        2989
                  States:         2290
                  
                  *** OS-Repositories and Updates ***
                  Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                  Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                  Hit:3 https://deb.nodesource.com/node_18.x bullseye InRelease
                  Get:4 https://dl.cloudsmith.io/public/evcc/stable/deb/raspbian bullseye InRelease [5127 B]
                  Fetched 5127 B in 6s (850 B/s)
                  Reading package lists...
                  Pending Updates: 0
                  
                  *** Listening Ports ***
                  Active Internet connections (only servers)
                  Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
                  tcp        0      0 0.0.0.0:7070            0.0.0.0:*               LISTEN      0          14214      548/anydesk         
                  tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       13223      539/iobroker.js-con 
                  tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       12046      539/iobroker.js-con 
                  tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          11882      536/cupsd           
                  tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          14518      568/sshd: /usr/sbin 
                  tcp6       0      0 :::8081                 :::*                    LISTEN      1001       16421      788/io.admin.0      
                  tcp6       0      0 :::8082                 :::*                    LISTEN      1001       15001      966/io.web.0        
                  tcp6       0      0 ::1:3350                :::*                    LISTEN      0          12880      554/xrdp-sesman     
                  tcp6       0      0 :::3389                 :::*                    LISTEN      115        11914      574/xrdp            
                  tcp6       0      0 :::22                   :::*                    LISTEN      0          14520      568/sshd: /usr/sbin 
                  tcp6       0      0 ::1:631                 :::*                    LISTEN      0          11881      536/cupsd           
                  udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       141831     11605/io.tuya.0     
                  udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       141832     11605/io.tuya.0     
                  udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14194      502/dhcpcd          
                  udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          12914      581/cups-browsed    
                  udp        0      0 0.0.0.0:59522           0.0.0.0:*                           108        14101      391/avahi-daemon: r 
                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        14099      391/avahi-daemon: r 
                  udp        0      0 0.0.0.0:50001           0.0.0.0:*                           0          13214      548/anydesk         
                  udp6       0      0 :::59326                :::*                                108        14102      391/avahi-daemon: r 
                  udp6       0      0 :::546                  :::*                                0          14551      502/dhcpcd          
                  udp6       0      0 :::5353                 :::*                                108        14100      391/avahi-daemon: r 
                  
                  *** Log File - Last 25 Lines ***
                  
                  2023-07-05 18:59:36.802  - info: smartmeter.0 (855) Received 5 values, 2 updated
                  2023-07-05 18:59:40.504  - info: smartmeter.0 (855) Received 5 values, 2 updated
                  2023-07-05 18:59:46.501  - info: smartmeter.0 (855) Received 5 values, 1 updated
                  2023-07-05 18:59:52.500  - info: smartmeter.0 (855) Received 5 values, 2 updated
                  2023-07-05 18:59:58.496  - info: smartmeter.0 (855) Received 5 values, 2 updated
                  2023-07-05 19:00:17.854  - info: host.raspberrypi instance system.adapter.dwd.0 started with pid 12374
                  2023-07-05 19:00:31.614  - info: smartmeter.0 (855) Received 5 values, 2 updated
                  2023-07-05 19:00:31.658  - info: smartmeter.0 (855) Received 5 values, 2 updated
                  2023-07-05 19:00:31.660  - info: smartmeter.0 (855) Received 5 values, 2 updated
                  2023-07-05 19:00:31.662  - info: smartmeter.0 (855) Received 5 values, 2 updated
                  2023-07-05 19:00:31.667  - info: smartmeter.0 (855) Received 5 values, 2 updated
                  2023-07-05 19:00:37.509  - info: smartmeter.0 (855) Received 5 values, 2 updated
                  2023-07-05 19:00:43.503  - info: smartmeter.0 (855) Received 5 values, 2 updated
                  2023-07-05 19:00:49.503  - info: smartmeter.0 (855) Received 5 values, 2 updated
                  2023-07-05 19:00:55.605  - info: smartmeter.0 (855) Received 5 values, 2 updated
                  2023-07-05 19:01:01.548  - info: smartmeter.0 (855) Received 5 values, 2 updated
                  2023-07-05 19:01:07.493  - info: smartmeter.0 (855) Received 5 values, 2 updated
                  2023-07-05 19:01:13.496  - info: smartmeter.0 (855) Received 5 values, 2 updated
                  2023-07-05 19:01:19.491  - info: smartmeter.0 (855) Received 5 values, 2 updated
                  2023-07-05 19:01:27.176  - info: smartmeter.0 (855) Received 5 values, 2 updated
                  2023-07-05 19:01:32.495  - info: smartmeter.0 (855) Received 5 values, 2 updated
                  2023-07-05 19:01:38.495  - info: smartmeter.0 (855) Received 5 values, 2 updated
                  2023-07-05 19:01:39.791  - info: dwd.0 (12374) starting. Version 2.8.3 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.16.1, js-controller: 4.0.24
                  2023-07-05 19:01:42.958  - info: dwd.0 (12374) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                  2023-07-05 19:01:43.601  - info: host.raspberrypi instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                  
                  
                  ======================= SUMMARY =======================
                                       v.2023-04-16
                  
                  
                  Operatingsystem:        Raspbian GNU/Linux 11 (bullseye)
                  Kernel:                 6.1.21-v7+
                  Installation:           Native
                  Timezone:               Europe/Berlin (CEST, +0200)
                  User-ID:                1000
                  X-Server:               false
                  Boot Target:            multi-user.target
                  
                  Pending OS-Updates:     0
                  Pending iob updates:    3
                  
                  Nodejs-Installation:    /usr/bin/nodejs         v18.16.1
                                          /usr/bin/node           v18.16.1
                                          /usr/bin/npm            9.5.1
                                          /usr/bin/npx            9.5.1
                  
                  Recommended versions are nodejs 18.x.y and npm 9.x.y
                  Your nodejs installation is correct
                  
                  MEMORY: 
                                 total        used        free      shared  buff/cache   available
                  Mem:            921M        705M         46M        0.0K        169M        160M
                  Swap:            99M         99M          0B
                  Total:          1.0G        805M         46M
                  
                  Active iob-Instances:   12
                  Active repo(s): stable
                  
                  ioBroker Core:          js-controller           4.0.24
                                          admin                   6.3.5
                  
                  ioBroker Status:        iobroker is running on this host.
                  
                  
                  Objects type: jsonl
                  States  type: jsonl
                  
                  Status admin and web instance:
                  + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, compact disabled, port: 8081, bind: 0.0.0.0, run as: admin
                  + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, compact disabled, port: 8082, bind: 0.0.0.0, run as: admin
                  
                  Objects:                2989
                  States:                 2290
                  
                  Size of iob-Database:
                  
                  6.2M    /opt/iobroker/iobroker-data/objects.jsonl
                  3.3M    /opt/iobroker/iobroker-data/states.jsonl
                  
                  
                  
                  =================== END OF SUMMARY ====================
                  

                  Beim Zauberwort "multi-user" kann ich dir nicht folgen. :-(

                  Das Gehäuse ist ein "Original" im Set vom Raspberry gewesen. Ich habe da keinen Lüfter, das stimmt, jedoch ist da der Keller, ich dachte, es wäre gut genug.

                  DJMarc75D HomoranH Thomas BraunT 3 Antworten Letzte Antwort
                  0
                  • D dexic

                    @thomas-braun

                    Skript v.2023-04-16
                    
                    *** BASE SYSTEM ***
                    Model           : Raspberry Pi 3 Model B Rev 1.2
                    Architecture    : armv7l
                    Docker          : false
                    Virtualization  : none
                    Distributor ID: Raspbian
                    Description:    Raspbian GNU/Linux 11 (bullseye)
                    Release:        11
                    Codename:       bullseye
                    
                    PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
                    NAME="Raspbian GNU/Linux"
                    VERSION_ID="11"
                    VERSION="11 (bullseye)"
                    VERSION_CODENAME=bullseye
                    ID=raspbian
                    ID_LIKE=debian
                    HOME_URL="http://www.raspbian.org/"
                    SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
                    BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
                    
                    Systemuptime and Load:
                     18:55:44 up  3:19,  1 user,  load average: 3.97, 5.35, 4.23
                    CPU threads: 4
                    
                    Raspberry only:
                    throttled=0x20000
                    Other values than 0x0 hint to temperature/voltage problems
                    temp=72.0'C
                    volt=1.3438V
                    
                    *** Time and Time Zones ***
                                   Local time: Wed 2023-07-05 18:55:45 CEST
                               Universal time: Wed 2023-07-05 16:55:45 UTC
                                     RTC time: n/a
                                    Time zone: Europe/Berlin (CEST, +0200)
                    System clock synchronized: yes
                                  NTP service: active
                              RTC in local TZ: no
                    
                    *** User and Groups ***
                    pi
                    /home/pi
                    pi adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin gpio i2c spi iobroker
                    
                    *** X-Server-Setup ***
                    X-Server:       false
                    Desktop: 
                    Terminal:       tty
                    Boot Target:    multi-user.target
                    
                    *** MEMORY ***
                                   total        used        free      shared  buff/cache   available
                    Mem:            921M        674M         39M        0.0K        207M        191M
                    Swap:            99M         98M        1.0M
                    Total:          1.0G        773M         40M
                    
                              921 M total memory
                              674 M used memory
                              293 M active memory
                              519 M inactive memory
                               39 M free memory
                               19 M buffer memory
                              188 M swap cache
                               99 M total swap
                               98 M used swap
                                1 M free swap
                    
                    Raspberry only:
                    oom events: 0
                    lifetime oom required: 0 Mbytes
                    total time in oom handler: 0 ms
                    max time spent in oom handler: 0 ms
                    
                    *** FILESYSTEM ***
                    Filesystem     Type      Size  Used Avail Use% Mounted on
                    /dev/root      ext4       15G   13G  1.5G  90% /
                    devtmpfs       devtmpfs  333M     0  333M   0% /dev
                    tmpfs          tmpfs     461M   76K  461M   1% /dev/shm
                    tmpfs          tmpfs     185M  1.1M  184M   1% /run
                    tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                    /dev/mmcblk0p1 vfat      253M   51M  202M  20% /boot
                    tmpfs          tmpfs      93M   20K   93M   1% /run/user/1000
                    
                    Messages concerning ext4 filesystem in dmesg:
                    [Wed Jul  5 15:36:25 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 video=Composite-1:720x480@60i vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=ad18b115-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
                    [Wed Jul  5 15:36:28 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                    [Wed Jul  5 15:36:28 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                    [Wed Jul  5 15:36:31 2023] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                    
                    Show mounted filesystems (real ones only):
                    TARGET  SOURCE         FSTYPE OPTIONS
                    /       /dev/mmcblk0p2 ext4   rw,noatime
                    `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
                    
                    Files in neuralgic directories:
                    
                    /var:
                    5.9G    /var/
                    4.3G    /var/log
                    1.5G    /var/log/journal/8c8460ee931b4d829197d3853f2f4cea
                    1.5G    /var/log/journal
                    1.4G    /var/cache/apt/archives
                    
                    Archived and active journals take up 1.4G in the file system.
                    
                    /opt/iobroker/backups:
                    496M    /opt/iobroker/backups/
                    
                    /opt/iobroker/iobroker-data:
                    915M    /opt/iobroker/iobroker-data/
                    562M    /opt/iobroker/iobroker-data/history
                    314M    /opt/iobroker/iobroker-data/files
                    88M     /opt/iobroker/iobroker-data/files/echarts.admin
                    57M     /opt/iobroker/iobroker-data/files/echarts
                    
                    The five largest files in iobroker-data are:
                    23M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.eb0afecd.js.map
                    23M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.7952f0f7.js.map
                    23M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.eb0afecd.js.map
                    17M     /opt/iobroker/iobroker-data/files/echarts/preview/static/js/main.1b04901d.js.map
                    17M     /opt/iobroker/iobroker-data/files/echarts.admin/preview/static/js/main.1b04901d.js.map
                    
                    *** NodeJS-Installation ***
                    
                    /usr/bin/nodejs         v18.16.1
                    /usr/bin/node           v18.16.1
                    /usr/bin/npm            9.5.1
                    /usr/bin/npx            9.5.1
                    
                    
                    nodejs:
                      Installed: 18.16.1-deb-1nodesource1
                      Candidate: 18.16.1-deb-1nodesource1
                      Version table:
                     *** 18.16.1-deb-1nodesource1 500
                            500 https://deb.nodesource.com/node_18.x bullseye/main armhf Packages
                            100 /var/lib/dpkg/status
                         12.22.12~dfsg-1~deb11u4 500
                            500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                    
                    Temp directories causing npm8 problem: 0
                    No problems detected
                    
                    *** ioBroker-Installation ***
                    
                    ioBroker Status
                    iobroker is running on this host.
                    
                    
                    Objects type: jsonl
                    States  type: jsonl
                    
                    MULTIHOSTSERVICE/enabled: false
                    
                    Core adapters versions
                    js-controller:  4.0.24
                    admin:          6.3.5
                    javascript:     6.1.4
                    
                    Adapters from github:   0
                    
                    Adapter State
                    + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, compact disabled, port: 8081, bind: 0.0.0.0, run as: admin
                    + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled, compact disabled
                      system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled, compact disabled
                      system.adapter.dwd.0                    : dwd                   : raspberrypi                              -  enabled, compact disabled
                    + system.adapter.echarts.0                : echarts               : raspberrypi                              -  enabled, compact disabled
                    + system.adapter.fritzdect.0              : fritzdect             : raspberrypi                              -  enabled, compact disabled
                    + system.adapter.history.0                : history               : raspberrypi                              -  enabled, compact disabled
                      system.adapter.icons-mfd-png.0          : icons-mfd-png         : raspberrypi                              -  enabled
                      system.adapter.jarvis.0                 : jarvis                : raspberrypi                              - disabled, compact disabled
                    + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled, compact disabled
                      system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              - disabled, compact disabled, port: 1883, bind: 192.168.178.30
                      system.adapter.net-tools.0              : net-tools             : raspberrypi                              - disabled, compact disabled
                      system.adapter.ping.0                   : ping                  : raspberrypi                              - disabled, compact disabled
                    + system.adapter.smartmeter.0             : smartmeter            : raspberrypi                              -  enabled, compact disabled
                    + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, compact disabled, port: 8443, bind: 0.0.0.0
                      system.adapter.tesla-motors.0           : tesla-motors          : raspberrypi                              - disabled, compact disabled
                      system.adapter.tr-064.0                 : tr-064                : raspberrypi                              - disabled, compact disabled
                    + system.adapter.tuya.0                   : tuya                  : raspberrypi                              -  enabled, compact disabled
                      system.adapter.vis-history.0            : vis-history           : raspberrypi                              -  enabled
                      system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled, compact disabled
                    + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, compact disabled, port: 8082, bind: 0.0.0.0, run as: admin
                    + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, compact disabled, port: /dev/ttyACM0
                      system.adapter.zigbee2mqtt.0            : zigbee2mqtt           : raspberrypi                              - disabled, compact disabled
                    
                    + instance is alive
                    
                    Enabled adapters with bindings
                    + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, compact disabled, port: 8081, bind: 0.0.0.0, run as: admin
                    + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, compact disabled, port: 8443, bind: 0.0.0.0
                    + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, compact disabled, port: 8082, bind: 0.0.0.0, run as: admin
                    + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, compact disabled, port: /dev/ttyACM0
                    
                    ioBroker-Repositories
                    stable        : http://download.iobroker.net/sources-dist.json
                    beta          : http://download.iobroker.net/sources-dist-latest.json
                    
                    Active repo(s): stable
                    
                    Installed ioBroker-Instances
                    Used repository: stable
                    Adapter    "admin"        : 6.3.5    , installed 6.3.5
                    Adapter    "backitup"     : 2.6.23   , installed 2.6.23
                    Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                    Adapter    "dwd"          : 2.8.3    , installed 2.8.3
                    Adapter    "echarts"      : 1.5.1    , installed 1.5.1
                    Adapter    "fritzdect"    : 2.3.1    , installed 2.3.1
                    Adapter    "history"      : 2.2.4    , installed 2.2.4
                    Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
                    Adapter    "jarvis"       : 3.1.2    , installed 3.1.2
                    Adapter    "javascript"   : 7.0.3    , installed 6.1.4  [Updatable]
                    Controller "js-controller": 4.0.24   , installed 4.0.24
                    Adapter    "mqtt"         : 4.1.1    , installed 4.0.7  [Updatable]
                    Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                    Adapter    "onvif"        : 1.0.5    , installed 1.0.4  [Updatable]
                    Adapter    "ping"         : 1.5.3    , installed 1.5.3
                    Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                    Adapter    "smartmeter"   : 3.3.4    , installed 3.3.4
                    Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                    Adapter    "telegram"     : 1.15.6   , installed 1.15.6
                    Adapter    "tesla-motors" : 1.3.2    , installed 1.3.2
                    Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                    Adapter    "trashschedule": 2.2.0    , installed 2.2.0
                    Adapter    "tuya"         : 3.14.2   , installed 3.14.2
                    Adapter    "vis"          : 1.4.16   , installed 1.4.16
                    Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                    Adapter    "web"          : 4.3.0    , installed 4.3.0
                    Adapter    "ws"           : 1.3.0    , installed 1.3.0
                    Adapter    "zigbee"       : 1.8.10   , installed 1.8.10
                    Adapter    "zigbee2mqtt"  : 2.7.5    , installed 2.7.5
                    
                    Objects and States
                    Please stand by - This may take a while
                    Objects:        2989
                    States:         2290
                    
                    *** OS-Repositories and Updates ***
                    Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                    Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                    Hit:3 https://deb.nodesource.com/node_18.x bullseye InRelease
                    Get:4 https://dl.cloudsmith.io/public/evcc/stable/deb/raspbian bullseye InRelease [5127 B]
                    Fetched 5127 B in 6s (850 B/s)
                    Reading package lists...
                    Pending Updates: 0
                    
                    *** Listening Ports ***
                    Active Internet connections (only servers)
                    Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
                    tcp        0      0 0.0.0.0:7070            0.0.0.0:*               LISTEN      0          14214      548/anydesk         
                    tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       13223      539/iobroker.js-con 
                    tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       12046      539/iobroker.js-con 
                    tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          11882      536/cupsd           
                    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          14518      568/sshd: /usr/sbin 
                    tcp6       0      0 :::8081                 :::*                    LISTEN      1001       16421      788/io.admin.0      
                    tcp6       0      0 :::8082                 :::*                    LISTEN      1001       15001      966/io.web.0        
                    tcp6       0      0 ::1:3350                :::*                    LISTEN      0          12880      554/xrdp-sesman     
                    tcp6       0      0 :::3389                 :::*                    LISTEN      115        11914      574/xrdp            
                    tcp6       0      0 :::22                   :::*                    LISTEN      0          14520      568/sshd: /usr/sbin 
                    tcp6       0      0 ::1:631                 :::*                    LISTEN      0          11881      536/cupsd           
                    udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       141831     11605/io.tuya.0     
                    udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       141832     11605/io.tuya.0     
                    udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14194      502/dhcpcd          
                    udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          12914      581/cups-browsed    
                    udp        0      0 0.0.0.0:59522           0.0.0.0:*                           108        14101      391/avahi-daemon: r 
                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        14099      391/avahi-daemon: r 
                    udp        0      0 0.0.0.0:50001           0.0.0.0:*                           0          13214      548/anydesk         
                    udp6       0      0 :::59326                :::*                                108        14102      391/avahi-daemon: r 
                    udp6       0      0 :::546                  :::*                                0          14551      502/dhcpcd          
                    udp6       0      0 :::5353                 :::*                                108        14100      391/avahi-daemon: r 
                    
                    *** Log File - Last 25 Lines ***
                    
                    2023-07-05 18:59:36.802  - info: smartmeter.0 (855) Received 5 values, 2 updated
                    2023-07-05 18:59:40.504  - info: smartmeter.0 (855) Received 5 values, 2 updated
                    2023-07-05 18:59:46.501  - info: smartmeter.0 (855) Received 5 values, 1 updated
                    2023-07-05 18:59:52.500  - info: smartmeter.0 (855) Received 5 values, 2 updated
                    2023-07-05 18:59:58.496  - info: smartmeter.0 (855) Received 5 values, 2 updated
                    2023-07-05 19:00:17.854  - info: host.raspberrypi instance system.adapter.dwd.0 started with pid 12374
                    2023-07-05 19:00:31.614  - info: smartmeter.0 (855) Received 5 values, 2 updated
                    2023-07-05 19:00:31.658  - info: smartmeter.0 (855) Received 5 values, 2 updated
                    2023-07-05 19:00:31.660  - info: smartmeter.0 (855) Received 5 values, 2 updated
                    2023-07-05 19:00:31.662  - info: smartmeter.0 (855) Received 5 values, 2 updated
                    2023-07-05 19:00:31.667  - info: smartmeter.0 (855) Received 5 values, 2 updated
                    2023-07-05 19:00:37.509  - info: smartmeter.0 (855) Received 5 values, 2 updated
                    2023-07-05 19:00:43.503  - info: smartmeter.0 (855) Received 5 values, 2 updated
                    2023-07-05 19:00:49.503  - info: smartmeter.0 (855) Received 5 values, 2 updated
                    2023-07-05 19:00:55.605  - info: smartmeter.0 (855) Received 5 values, 2 updated
                    2023-07-05 19:01:01.548  - info: smartmeter.0 (855) Received 5 values, 2 updated
                    2023-07-05 19:01:07.493  - info: smartmeter.0 (855) Received 5 values, 2 updated
                    2023-07-05 19:01:13.496  - info: smartmeter.0 (855) Received 5 values, 2 updated
                    2023-07-05 19:01:19.491  - info: smartmeter.0 (855) Received 5 values, 2 updated
                    2023-07-05 19:01:27.176  - info: smartmeter.0 (855) Received 5 values, 2 updated
                    2023-07-05 19:01:32.495  - info: smartmeter.0 (855) Received 5 values, 2 updated
                    2023-07-05 19:01:38.495  - info: smartmeter.0 (855) Received 5 values, 2 updated
                    2023-07-05 19:01:39.791  - info: dwd.0 (12374) starting. Version 2.8.3 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.16.1, js-controller: 4.0.24
                    2023-07-05 19:01:42.958  - info: dwd.0 (12374) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                    2023-07-05 19:01:43.601  - info: host.raspberrypi instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                    
                    
                    ======================= SUMMARY =======================
                                         v.2023-04-16
                    
                    
                    Operatingsystem:        Raspbian GNU/Linux 11 (bullseye)
                    Kernel:                 6.1.21-v7+
                    Installation:           Native
                    Timezone:               Europe/Berlin (CEST, +0200)
                    User-ID:                1000
                    X-Server:               false
                    Boot Target:            multi-user.target
                    
                    Pending OS-Updates:     0
                    Pending iob updates:    3
                    
                    Nodejs-Installation:    /usr/bin/nodejs         v18.16.1
                                            /usr/bin/node           v18.16.1
                                            /usr/bin/npm            9.5.1
                                            /usr/bin/npx            9.5.1
                    
                    Recommended versions are nodejs 18.x.y and npm 9.x.y
                    Your nodejs installation is correct
                    
                    MEMORY: 
                                   total        used        free      shared  buff/cache   available
                    Mem:            921M        705M         46M        0.0K        169M        160M
                    Swap:            99M         99M          0B
                    Total:          1.0G        805M         46M
                    
                    Active iob-Instances:   12
                    Active repo(s): stable
                    
                    ioBroker Core:          js-controller           4.0.24
                                            admin                   6.3.5
                    
                    ioBroker Status:        iobroker is running on this host.
                    
                    
                    Objects type: jsonl
                    States  type: jsonl
                    
                    Status admin and web instance:
                    + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, compact disabled, port: 8081, bind: 0.0.0.0, run as: admin
                    + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, compact disabled, port: 8082, bind: 0.0.0.0, run as: admin
                    
                    Objects:                2989
                    States:                 2290
                    
                    Size of iob-Database:
                    
                    6.2M    /opt/iobroker/iobroker-data/objects.jsonl
                    3.3M    /opt/iobroker/iobroker-data/states.jsonl
                    
                    
                    
                    =================== END OF SUMMARY ====================
                    

                    Beim Zauberwort "multi-user" kann ich dir nicht folgen. :-(

                    Das Gehäuse ist ein "Original" im Set vom Raspberry gewesen. Ich habe da keinen Lüfter, das stimmt, jedoch ist da der Keller, ich dachte, es wäre gut genug.

                    DJMarc75D Offline
                    DJMarc75D Offline
                    DJMarc75
                    schrieb am zuletzt editiert von
                    #10

                    @dexic sagte in Fehler beim Update des Telegram-Adapters:

                    temp=72.0'C

                    wird ja immer glühender

                    @dexic sagte in Fehler beim Update des Telegram-Adapters:

                    load average: 3.97, 5.35, 4.23

                    😱

                    und Du hast 15 aktive Instanzen bei einem PRI3 am Start - definitiv zu viel

                    Lehrling seit 1975 !!!
                    Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
                    https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

                    D 1 Antwort Letzte Antwort
                    0
                    • D dexic

                      @thomas-braun

                      Skript v.2023-04-16
                      
                      *** BASE SYSTEM ***
                      Model           : Raspberry Pi 3 Model B Rev 1.2
                      Architecture    : armv7l
                      Docker          : false
                      Virtualization  : none
                      Distributor ID: Raspbian
                      Description:    Raspbian GNU/Linux 11 (bullseye)
                      Release:        11
                      Codename:       bullseye
                      
                      PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
                      NAME="Raspbian GNU/Linux"
                      VERSION_ID="11"
                      VERSION="11 (bullseye)"
                      VERSION_CODENAME=bullseye
                      ID=raspbian
                      ID_LIKE=debian
                      HOME_URL="http://www.raspbian.org/"
                      SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
                      BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
                      
                      Systemuptime and Load:
                       18:55:44 up  3:19,  1 user,  load average: 3.97, 5.35, 4.23
                      CPU threads: 4
                      
                      Raspberry only:
                      throttled=0x20000
                      Other values than 0x0 hint to temperature/voltage problems
                      temp=72.0'C
                      volt=1.3438V
                      
                      *** Time and Time Zones ***
                                     Local time: Wed 2023-07-05 18:55:45 CEST
                                 Universal time: Wed 2023-07-05 16:55:45 UTC
                                       RTC time: n/a
                                      Time zone: Europe/Berlin (CEST, +0200)
                      System clock synchronized: yes
                                    NTP service: active
                                RTC in local TZ: no
                      
                      *** User and Groups ***
                      pi
                      /home/pi
                      pi adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin gpio i2c spi iobroker
                      
                      *** X-Server-Setup ***
                      X-Server:       false
                      Desktop: 
                      Terminal:       tty
                      Boot Target:    multi-user.target
                      
                      *** MEMORY ***
                                     total        used        free      shared  buff/cache   available
                      Mem:            921M        674M         39M        0.0K        207M        191M
                      Swap:            99M         98M        1.0M
                      Total:          1.0G        773M         40M
                      
                                921 M total memory
                                674 M used memory
                                293 M active memory
                                519 M inactive memory
                                 39 M free memory
                                 19 M buffer memory
                                188 M swap cache
                                 99 M total swap
                                 98 M used swap
                                  1 M free swap
                      
                      Raspberry only:
                      oom events: 0
                      lifetime oom required: 0 Mbytes
                      total time in oom handler: 0 ms
                      max time spent in oom handler: 0 ms
                      
                      *** FILESYSTEM ***
                      Filesystem     Type      Size  Used Avail Use% Mounted on
                      /dev/root      ext4       15G   13G  1.5G  90% /
                      devtmpfs       devtmpfs  333M     0  333M   0% /dev
                      tmpfs          tmpfs     461M   76K  461M   1% /dev/shm
                      tmpfs          tmpfs     185M  1.1M  184M   1% /run
                      tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                      /dev/mmcblk0p1 vfat      253M   51M  202M  20% /boot
                      tmpfs          tmpfs      93M   20K   93M   1% /run/user/1000
                      
                      Messages concerning ext4 filesystem in dmesg:
                      [Wed Jul  5 15:36:25 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 video=Composite-1:720x480@60i vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=ad18b115-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
                      [Wed Jul  5 15:36:28 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                      [Wed Jul  5 15:36:28 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                      [Wed Jul  5 15:36:31 2023] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                      
                      Show mounted filesystems (real ones only):
                      TARGET  SOURCE         FSTYPE OPTIONS
                      /       /dev/mmcblk0p2 ext4   rw,noatime
                      `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
                      
                      Files in neuralgic directories:
                      
                      /var:
                      5.9G    /var/
                      4.3G    /var/log
                      1.5G    /var/log/journal/8c8460ee931b4d829197d3853f2f4cea
                      1.5G    /var/log/journal
                      1.4G    /var/cache/apt/archives
                      
                      Archived and active journals take up 1.4G in the file system.
                      
                      /opt/iobroker/backups:
                      496M    /opt/iobroker/backups/
                      
                      /opt/iobroker/iobroker-data:
                      915M    /opt/iobroker/iobroker-data/
                      562M    /opt/iobroker/iobroker-data/history
                      314M    /opt/iobroker/iobroker-data/files
                      88M     /opt/iobroker/iobroker-data/files/echarts.admin
                      57M     /opt/iobroker/iobroker-data/files/echarts
                      
                      The five largest files in iobroker-data are:
                      23M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.eb0afecd.js.map
                      23M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.7952f0f7.js.map
                      23M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.eb0afecd.js.map
                      17M     /opt/iobroker/iobroker-data/files/echarts/preview/static/js/main.1b04901d.js.map
                      17M     /opt/iobroker/iobroker-data/files/echarts.admin/preview/static/js/main.1b04901d.js.map
                      
                      *** NodeJS-Installation ***
                      
                      /usr/bin/nodejs         v18.16.1
                      /usr/bin/node           v18.16.1
                      /usr/bin/npm            9.5.1
                      /usr/bin/npx            9.5.1
                      
                      
                      nodejs:
                        Installed: 18.16.1-deb-1nodesource1
                        Candidate: 18.16.1-deb-1nodesource1
                        Version table:
                       *** 18.16.1-deb-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x bullseye/main armhf Packages
                              100 /var/lib/dpkg/status
                           12.22.12~dfsg-1~deb11u4 500
                              500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                      
                      Temp directories causing npm8 problem: 0
                      No problems detected
                      
                      *** ioBroker-Installation ***
                      
                      ioBroker Status
                      iobroker is running on this host.
                      
                      
                      Objects type: jsonl
                      States  type: jsonl
                      
                      MULTIHOSTSERVICE/enabled: false
                      
                      Core adapters versions
                      js-controller:  4.0.24
                      admin:          6.3.5
                      javascript:     6.1.4
                      
                      Adapters from github:   0
                      
                      Adapter State
                      + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, compact disabled, port: 8081, bind: 0.0.0.0, run as: admin
                      + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled, compact disabled
                        system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled, compact disabled
                        system.adapter.dwd.0                    : dwd                   : raspberrypi                              -  enabled, compact disabled
                      + system.adapter.echarts.0                : echarts               : raspberrypi                              -  enabled, compact disabled
                      + system.adapter.fritzdect.0              : fritzdect             : raspberrypi                              -  enabled, compact disabled
                      + system.adapter.history.0                : history               : raspberrypi                              -  enabled, compact disabled
                        system.adapter.icons-mfd-png.0          : icons-mfd-png         : raspberrypi                              -  enabled
                        system.adapter.jarvis.0                 : jarvis                : raspberrypi                              - disabled, compact disabled
                      + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled, compact disabled
                        system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              - disabled, compact disabled, port: 1883, bind: 192.168.178.30
                        system.adapter.net-tools.0              : net-tools             : raspberrypi                              - disabled, compact disabled
                        system.adapter.ping.0                   : ping                  : raspberrypi                              - disabled, compact disabled
                      + system.adapter.smartmeter.0             : smartmeter            : raspberrypi                              -  enabled, compact disabled
                      + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, compact disabled, port: 8443, bind: 0.0.0.0
                        system.adapter.tesla-motors.0           : tesla-motors          : raspberrypi                              - disabled, compact disabled
                        system.adapter.tr-064.0                 : tr-064                : raspberrypi                              - disabled, compact disabled
                      + system.adapter.tuya.0                   : tuya                  : raspberrypi                              -  enabled, compact disabled
                        system.adapter.vis-history.0            : vis-history           : raspberrypi                              -  enabled
                        system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled, compact disabled
                      + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, compact disabled, port: 8082, bind: 0.0.0.0, run as: admin
                      + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, compact disabled, port: /dev/ttyACM0
                        system.adapter.zigbee2mqtt.0            : zigbee2mqtt           : raspberrypi                              - disabled, compact disabled
                      
                      + instance is alive
                      
                      Enabled adapters with bindings
                      + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, compact disabled, port: 8081, bind: 0.0.0.0, run as: admin
                      + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, compact disabled, port: 8443, bind: 0.0.0.0
                      + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, compact disabled, port: 8082, bind: 0.0.0.0, run as: admin
                      + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, compact disabled, port: /dev/ttyACM0
                      
                      ioBroker-Repositories
                      stable        : http://download.iobroker.net/sources-dist.json
                      beta          : http://download.iobroker.net/sources-dist-latest.json
                      
                      Active repo(s): stable
                      
                      Installed ioBroker-Instances
                      Used repository: stable
                      Adapter    "admin"        : 6.3.5    , installed 6.3.5
                      Adapter    "backitup"     : 2.6.23   , installed 2.6.23
                      Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                      Adapter    "dwd"          : 2.8.3    , installed 2.8.3
                      Adapter    "echarts"      : 1.5.1    , installed 1.5.1
                      Adapter    "fritzdect"    : 2.3.1    , installed 2.3.1
                      Adapter    "history"      : 2.2.4    , installed 2.2.4
                      Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
                      Adapter    "jarvis"       : 3.1.2    , installed 3.1.2
                      Adapter    "javascript"   : 7.0.3    , installed 6.1.4  [Updatable]
                      Controller "js-controller": 4.0.24   , installed 4.0.24
                      Adapter    "mqtt"         : 4.1.1    , installed 4.0.7  [Updatable]
                      Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                      Adapter    "onvif"        : 1.0.5    , installed 1.0.4  [Updatable]
                      Adapter    "ping"         : 1.5.3    , installed 1.5.3
                      Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                      Adapter    "smartmeter"   : 3.3.4    , installed 3.3.4
                      Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                      Adapter    "telegram"     : 1.15.6   , installed 1.15.6
                      Adapter    "tesla-motors" : 1.3.2    , installed 1.3.2
                      Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                      Adapter    "trashschedule": 2.2.0    , installed 2.2.0
                      Adapter    "tuya"         : 3.14.2   , installed 3.14.2
                      Adapter    "vis"          : 1.4.16   , installed 1.4.16
                      Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                      Adapter    "web"          : 4.3.0    , installed 4.3.0
                      Adapter    "ws"           : 1.3.0    , installed 1.3.0
                      Adapter    "zigbee"       : 1.8.10   , installed 1.8.10
                      Adapter    "zigbee2mqtt"  : 2.7.5    , installed 2.7.5
                      
                      Objects and States
                      Please stand by - This may take a while
                      Objects:        2989
                      States:         2290
                      
                      *** OS-Repositories and Updates ***
                      Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                      Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                      Hit:3 https://deb.nodesource.com/node_18.x bullseye InRelease
                      Get:4 https://dl.cloudsmith.io/public/evcc/stable/deb/raspbian bullseye InRelease [5127 B]
                      Fetched 5127 B in 6s (850 B/s)
                      Reading package lists...
                      Pending Updates: 0
                      
                      *** Listening Ports ***
                      Active Internet connections (only servers)
                      Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
                      tcp        0      0 0.0.0.0:7070            0.0.0.0:*               LISTEN      0          14214      548/anydesk         
                      tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       13223      539/iobroker.js-con 
                      tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       12046      539/iobroker.js-con 
                      tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          11882      536/cupsd           
                      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          14518      568/sshd: /usr/sbin 
                      tcp6       0      0 :::8081                 :::*                    LISTEN      1001       16421      788/io.admin.0      
                      tcp6       0      0 :::8082                 :::*                    LISTEN      1001       15001      966/io.web.0        
                      tcp6       0      0 ::1:3350                :::*                    LISTEN      0          12880      554/xrdp-sesman     
                      tcp6       0      0 :::3389                 :::*                    LISTEN      115        11914      574/xrdp            
                      tcp6       0      0 :::22                   :::*                    LISTEN      0          14520      568/sshd: /usr/sbin 
                      tcp6       0      0 ::1:631                 :::*                    LISTEN      0          11881      536/cupsd           
                      udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       141831     11605/io.tuya.0     
                      udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       141832     11605/io.tuya.0     
                      udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14194      502/dhcpcd          
                      udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          12914      581/cups-browsed    
                      udp        0      0 0.0.0.0:59522           0.0.0.0:*                           108        14101      391/avahi-daemon: r 
                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        14099      391/avahi-daemon: r 
                      udp        0      0 0.0.0.0:50001           0.0.0.0:*                           0          13214      548/anydesk         
                      udp6       0      0 :::59326                :::*                                108        14102      391/avahi-daemon: r 
                      udp6       0      0 :::546                  :::*                                0          14551      502/dhcpcd          
                      udp6       0      0 :::5353                 :::*                                108        14100      391/avahi-daemon: r 
                      
                      *** Log File - Last 25 Lines ***
                      
                      2023-07-05 18:59:36.802  - info: smartmeter.0 (855) Received 5 values, 2 updated
                      2023-07-05 18:59:40.504  - info: smartmeter.0 (855) Received 5 values, 2 updated
                      2023-07-05 18:59:46.501  - info: smartmeter.0 (855) Received 5 values, 1 updated
                      2023-07-05 18:59:52.500  - info: smartmeter.0 (855) Received 5 values, 2 updated
                      2023-07-05 18:59:58.496  - info: smartmeter.0 (855) Received 5 values, 2 updated
                      2023-07-05 19:00:17.854  - info: host.raspberrypi instance system.adapter.dwd.0 started with pid 12374
                      2023-07-05 19:00:31.614  - info: smartmeter.0 (855) Received 5 values, 2 updated
                      2023-07-05 19:00:31.658  - info: smartmeter.0 (855) Received 5 values, 2 updated
                      2023-07-05 19:00:31.660  - info: smartmeter.0 (855) Received 5 values, 2 updated
                      2023-07-05 19:00:31.662  - info: smartmeter.0 (855) Received 5 values, 2 updated
                      2023-07-05 19:00:31.667  - info: smartmeter.0 (855) Received 5 values, 2 updated
                      2023-07-05 19:00:37.509  - info: smartmeter.0 (855) Received 5 values, 2 updated
                      2023-07-05 19:00:43.503  - info: smartmeter.0 (855) Received 5 values, 2 updated
                      2023-07-05 19:00:49.503  - info: smartmeter.0 (855) Received 5 values, 2 updated
                      2023-07-05 19:00:55.605  - info: smartmeter.0 (855) Received 5 values, 2 updated
                      2023-07-05 19:01:01.548  - info: smartmeter.0 (855) Received 5 values, 2 updated
                      2023-07-05 19:01:07.493  - info: smartmeter.0 (855) Received 5 values, 2 updated
                      2023-07-05 19:01:13.496  - info: smartmeter.0 (855) Received 5 values, 2 updated
                      2023-07-05 19:01:19.491  - info: smartmeter.0 (855) Received 5 values, 2 updated
                      2023-07-05 19:01:27.176  - info: smartmeter.0 (855) Received 5 values, 2 updated
                      2023-07-05 19:01:32.495  - info: smartmeter.0 (855) Received 5 values, 2 updated
                      2023-07-05 19:01:38.495  - info: smartmeter.0 (855) Received 5 values, 2 updated
                      2023-07-05 19:01:39.791  - info: dwd.0 (12374) starting. Version 2.8.3 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.16.1, js-controller: 4.0.24
                      2023-07-05 19:01:42.958  - info: dwd.0 (12374) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                      2023-07-05 19:01:43.601  - info: host.raspberrypi instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                      
                      
                      ======================= SUMMARY =======================
                                           v.2023-04-16
                      
                      
                      Operatingsystem:        Raspbian GNU/Linux 11 (bullseye)
                      Kernel:                 6.1.21-v7+
                      Installation:           Native
                      Timezone:               Europe/Berlin (CEST, +0200)
                      User-ID:                1000
                      X-Server:               false
                      Boot Target:            multi-user.target
                      
                      Pending OS-Updates:     0
                      Pending iob updates:    3
                      
                      Nodejs-Installation:    /usr/bin/nodejs         v18.16.1
                                              /usr/bin/node           v18.16.1
                                              /usr/bin/npm            9.5.1
                                              /usr/bin/npx            9.5.1
                      
                      Recommended versions are nodejs 18.x.y and npm 9.x.y
                      Your nodejs installation is correct
                      
                      MEMORY: 
                                     total        used        free      shared  buff/cache   available
                      Mem:            921M        705M         46M        0.0K        169M        160M
                      Swap:            99M         99M          0B
                      Total:          1.0G        805M         46M
                      
                      Active iob-Instances:   12
                      Active repo(s): stable
                      
                      ioBroker Core:          js-controller           4.0.24
                                              admin                   6.3.5
                      
                      ioBroker Status:        iobroker is running on this host.
                      
                      
                      Objects type: jsonl
                      States  type: jsonl
                      
                      Status admin and web instance:
                      + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, compact disabled, port: 8081, bind: 0.0.0.0, run as: admin
                      + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, compact disabled, port: 8082, bind: 0.0.0.0, run as: admin
                      
                      Objects:                2989
                      States:                 2290
                      
                      Size of iob-Database:
                      
                      6.2M    /opt/iobroker/iobroker-data/objects.jsonl
                      3.3M    /opt/iobroker/iobroker-data/states.jsonl
                      
                      
                      
                      =================== END OF SUMMARY ====================
                      

                      Beim Zauberwort "multi-user" kann ich dir nicht folgen. :-(

                      Das Gehäuse ist ein "Original" im Set vom Raspberry gewesen. Ich habe da keinen Lüfter, das stimmt, jedoch ist da der Keller, ich dachte, es wäre gut genug.

                      HomoranH Offline
                      HomoranH Offline
                      Homoran
                      Global Moderator Administrators
                      schrieb am zuletzt editiert von Homoran
                      #11

                      @dexic sagte in Fehler beim Update des Telegram-Adapters:

                      Ich habe da keinen Lüfter, das stimmt, jedoch ist da der Keller, ich dachte, es wäre gut genug.

                      hast du wenigstens die Kühlkörper montiert und keinen Deckel auf dem Gehäuse?

                      damit ist der arme Pi überladen:

                      @dexic sagte in Fehler beim Update des Telegram-Adapters:

                      load average: 3.97, 5.35, 4.23

                      weil er kein RAM mehr hat lagert er auf die SD Karte aus

                      Swap: 99M 99M 0B

                      und auch der Notfallschirm ist bereits aufgebraucht.

                      Das geht jetzt in massive Schreibaktionen, was Load und Leistung kostet. Neben zusätzlicher Hitze wird auch noch die SD Karte übermäßig belastet

                      kein Support per PN! - Fragen im Forum stellen -
                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                      Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                      D 1 Antwort Letzte Antwort
                      0
                      • D dexic

                        @thomas-braun

                        Skript v.2023-04-16
                        
                        *** BASE SYSTEM ***
                        Model           : Raspberry Pi 3 Model B Rev 1.2
                        Architecture    : armv7l
                        Docker          : false
                        Virtualization  : none
                        Distributor ID: Raspbian
                        Description:    Raspbian GNU/Linux 11 (bullseye)
                        Release:        11
                        Codename:       bullseye
                        
                        PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
                        NAME="Raspbian GNU/Linux"
                        VERSION_ID="11"
                        VERSION="11 (bullseye)"
                        VERSION_CODENAME=bullseye
                        ID=raspbian
                        ID_LIKE=debian
                        HOME_URL="http://www.raspbian.org/"
                        SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
                        BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
                        
                        Systemuptime and Load:
                         18:55:44 up  3:19,  1 user,  load average: 3.97, 5.35, 4.23
                        CPU threads: 4
                        
                        Raspberry only:
                        throttled=0x20000
                        Other values than 0x0 hint to temperature/voltage problems
                        temp=72.0'C
                        volt=1.3438V
                        
                        *** Time and Time Zones ***
                                       Local time: Wed 2023-07-05 18:55:45 CEST
                                   Universal time: Wed 2023-07-05 16:55:45 UTC
                                         RTC time: n/a
                                        Time zone: Europe/Berlin (CEST, +0200)
                        System clock synchronized: yes
                                      NTP service: active
                                  RTC in local TZ: no
                        
                        *** User and Groups ***
                        pi
                        /home/pi
                        pi adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin gpio i2c spi iobroker
                        
                        *** X-Server-Setup ***
                        X-Server:       false
                        Desktop: 
                        Terminal:       tty
                        Boot Target:    multi-user.target
                        
                        *** MEMORY ***
                                       total        used        free      shared  buff/cache   available
                        Mem:            921M        674M         39M        0.0K        207M        191M
                        Swap:            99M         98M        1.0M
                        Total:          1.0G        773M         40M
                        
                                  921 M total memory
                                  674 M used memory
                                  293 M active memory
                                  519 M inactive memory
                                   39 M free memory
                                   19 M buffer memory
                                  188 M swap cache
                                   99 M total swap
                                   98 M used swap
                                    1 M free swap
                        
                        Raspberry only:
                        oom events: 0
                        lifetime oom required: 0 Mbytes
                        total time in oom handler: 0 ms
                        max time spent in oom handler: 0 ms
                        
                        *** FILESYSTEM ***
                        Filesystem     Type      Size  Used Avail Use% Mounted on
                        /dev/root      ext4       15G   13G  1.5G  90% /
                        devtmpfs       devtmpfs  333M     0  333M   0% /dev
                        tmpfs          tmpfs     461M   76K  461M   1% /dev/shm
                        tmpfs          tmpfs     185M  1.1M  184M   1% /run
                        tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                        /dev/mmcblk0p1 vfat      253M   51M  202M  20% /boot
                        tmpfs          tmpfs      93M   20K   93M   1% /run/user/1000
                        
                        Messages concerning ext4 filesystem in dmesg:
                        [Wed Jul  5 15:36:25 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 video=Composite-1:720x480@60i vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=ad18b115-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
                        [Wed Jul  5 15:36:28 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                        [Wed Jul  5 15:36:28 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                        [Wed Jul  5 15:36:31 2023] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                        
                        Show mounted filesystems (real ones only):
                        TARGET  SOURCE         FSTYPE OPTIONS
                        /       /dev/mmcblk0p2 ext4   rw,noatime
                        `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
                        
                        Files in neuralgic directories:
                        
                        /var:
                        5.9G    /var/
                        4.3G    /var/log
                        1.5G    /var/log/journal/8c8460ee931b4d829197d3853f2f4cea
                        1.5G    /var/log/journal
                        1.4G    /var/cache/apt/archives
                        
                        Archived and active journals take up 1.4G in the file system.
                        
                        /opt/iobroker/backups:
                        496M    /opt/iobroker/backups/
                        
                        /opt/iobroker/iobroker-data:
                        915M    /opt/iobroker/iobroker-data/
                        562M    /opt/iobroker/iobroker-data/history
                        314M    /opt/iobroker/iobroker-data/files
                        88M     /opt/iobroker/iobroker-data/files/echarts.admin
                        57M     /opt/iobroker/iobroker-data/files/echarts
                        
                        The five largest files in iobroker-data are:
                        23M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.eb0afecd.js.map
                        23M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.7952f0f7.js.map
                        23M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.eb0afecd.js.map
                        17M     /opt/iobroker/iobroker-data/files/echarts/preview/static/js/main.1b04901d.js.map
                        17M     /opt/iobroker/iobroker-data/files/echarts.admin/preview/static/js/main.1b04901d.js.map
                        
                        *** NodeJS-Installation ***
                        
                        /usr/bin/nodejs         v18.16.1
                        /usr/bin/node           v18.16.1
                        /usr/bin/npm            9.5.1
                        /usr/bin/npx            9.5.1
                        
                        
                        nodejs:
                          Installed: 18.16.1-deb-1nodesource1
                          Candidate: 18.16.1-deb-1nodesource1
                          Version table:
                         *** 18.16.1-deb-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x bullseye/main armhf Packages
                                100 /var/lib/dpkg/status
                             12.22.12~dfsg-1~deb11u4 500
                                500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                        
                        Temp directories causing npm8 problem: 0
                        No problems detected
                        
                        *** ioBroker-Installation ***
                        
                        ioBroker Status
                        iobroker is running on this host.
                        
                        
                        Objects type: jsonl
                        States  type: jsonl
                        
                        MULTIHOSTSERVICE/enabled: false
                        
                        Core adapters versions
                        js-controller:  4.0.24
                        admin:          6.3.5
                        javascript:     6.1.4
                        
                        Adapters from github:   0
                        
                        Adapter State
                        + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, compact disabled, port: 8081, bind: 0.0.0.0, run as: admin
                        + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled, compact disabled
                          system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled, compact disabled
                          system.adapter.dwd.0                    : dwd                   : raspberrypi                              -  enabled, compact disabled
                        + system.adapter.echarts.0                : echarts               : raspberrypi                              -  enabled, compact disabled
                        + system.adapter.fritzdect.0              : fritzdect             : raspberrypi                              -  enabled, compact disabled
                        + system.adapter.history.0                : history               : raspberrypi                              -  enabled, compact disabled
                          system.adapter.icons-mfd-png.0          : icons-mfd-png         : raspberrypi                              -  enabled
                          system.adapter.jarvis.0                 : jarvis                : raspberrypi                              - disabled, compact disabled
                        + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled, compact disabled
                          system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              - disabled, compact disabled, port: 1883, bind: 192.168.178.30
                          system.adapter.net-tools.0              : net-tools             : raspberrypi                              - disabled, compact disabled
                          system.adapter.ping.0                   : ping                  : raspberrypi                              - disabled, compact disabled
                        + system.adapter.smartmeter.0             : smartmeter            : raspberrypi                              -  enabled, compact disabled
                        + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, compact disabled, port: 8443, bind: 0.0.0.0
                          system.adapter.tesla-motors.0           : tesla-motors          : raspberrypi                              - disabled, compact disabled
                          system.adapter.tr-064.0                 : tr-064                : raspberrypi                              - disabled, compact disabled
                        + system.adapter.tuya.0                   : tuya                  : raspberrypi                              -  enabled, compact disabled
                          system.adapter.vis-history.0            : vis-history           : raspberrypi                              -  enabled
                          system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled, compact disabled
                        + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, compact disabled, port: 8082, bind: 0.0.0.0, run as: admin
                        + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, compact disabled, port: /dev/ttyACM0
                          system.adapter.zigbee2mqtt.0            : zigbee2mqtt           : raspberrypi                              - disabled, compact disabled
                        
                        + instance is alive
                        
                        Enabled adapters with bindings
                        + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, compact disabled, port: 8081, bind: 0.0.0.0, run as: admin
                        + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, compact disabled, port: 8443, bind: 0.0.0.0
                        + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, compact disabled, port: 8082, bind: 0.0.0.0, run as: admin
                        + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, compact disabled, port: /dev/ttyACM0
                        
                        ioBroker-Repositories
                        stable        : http://download.iobroker.net/sources-dist.json
                        beta          : http://download.iobroker.net/sources-dist-latest.json
                        
                        Active repo(s): stable
                        
                        Installed ioBroker-Instances
                        Used repository: stable
                        Adapter    "admin"        : 6.3.5    , installed 6.3.5
                        Adapter    "backitup"     : 2.6.23   , installed 2.6.23
                        Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                        Adapter    "dwd"          : 2.8.3    , installed 2.8.3
                        Adapter    "echarts"      : 1.5.1    , installed 1.5.1
                        Adapter    "fritzdect"    : 2.3.1    , installed 2.3.1
                        Adapter    "history"      : 2.2.4    , installed 2.2.4
                        Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
                        Adapter    "jarvis"       : 3.1.2    , installed 3.1.2
                        Adapter    "javascript"   : 7.0.3    , installed 6.1.4  [Updatable]
                        Controller "js-controller": 4.0.24   , installed 4.0.24
                        Adapter    "mqtt"         : 4.1.1    , installed 4.0.7  [Updatable]
                        Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                        Adapter    "onvif"        : 1.0.5    , installed 1.0.4  [Updatable]
                        Adapter    "ping"         : 1.5.3    , installed 1.5.3
                        Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                        Adapter    "smartmeter"   : 3.3.4    , installed 3.3.4
                        Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                        Adapter    "telegram"     : 1.15.6   , installed 1.15.6
                        Adapter    "tesla-motors" : 1.3.2    , installed 1.3.2
                        Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                        Adapter    "trashschedule": 2.2.0    , installed 2.2.0
                        Adapter    "tuya"         : 3.14.2   , installed 3.14.2
                        Adapter    "vis"          : 1.4.16   , installed 1.4.16
                        Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                        Adapter    "web"          : 4.3.0    , installed 4.3.0
                        Adapter    "ws"           : 1.3.0    , installed 1.3.0
                        Adapter    "zigbee"       : 1.8.10   , installed 1.8.10
                        Adapter    "zigbee2mqtt"  : 2.7.5    , installed 2.7.5
                        
                        Objects and States
                        Please stand by - This may take a while
                        Objects:        2989
                        States:         2290
                        
                        *** OS-Repositories and Updates ***
                        Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                        Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                        Hit:3 https://deb.nodesource.com/node_18.x bullseye InRelease
                        Get:4 https://dl.cloudsmith.io/public/evcc/stable/deb/raspbian bullseye InRelease [5127 B]
                        Fetched 5127 B in 6s (850 B/s)
                        Reading package lists...
                        Pending Updates: 0
                        
                        *** Listening Ports ***
                        Active Internet connections (only servers)
                        Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
                        tcp        0      0 0.0.0.0:7070            0.0.0.0:*               LISTEN      0          14214      548/anydesk         
                        tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       13223      539/iobroker.js-con 
                        tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       12046      539/iobroker.js-con 
                        tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          11882      536/cupsd           
                        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          14518      568/sshd: /usr/sbin 
                        tcp6       0      0 :::8081                 :::*                    LISTEN      1001       16421      788/io.admin.0      
                        tcp6       0      0 :::8082                 :::*                    LISTEN      1001       15001      966/io.web.0        
                        tcp6       0      0 ::1:3350                :::*                    LISTEN      0          12880      554/xrdp-sesman     
                        tcp6       0      0 :::3389                 :::*                    LISTEN      115        11914      574/xrdp            
                        tcp6       0      0 :::22                   :::*                    LISTEN      0          14520      568/sshd: /usr/sbin 
                        tcp6       0      0 ::1:631                 :::*                    LISTEN      0          11881      536/cupsd           
                        udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       141831     11605/io.tuya.0     
                        udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       141832     11605/io.tuya.0     
                        udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14194      502/dhcpcd          
                        udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          12914      581/cups-browsed    
                        udp        0      0 0.0.0.0:59522           0.0.0.0:*                           108        14101      391/avahi-daemon: r 
                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        14099      391/avahi-daemon: r 
                        udp        0      0 0.0.0.0:50001           0.0.0.0:*                           0          13214      548/anydesk         
                        udp6       0      0 :::59326                :::*                                108        14102      391/avahi-daemon: r 
                        udp6       0      0 :::546                  :::*                                0          14551      502/dhcpcd          
                        udp6       0      0 :::5353                 :::*                                108        14100      391/avahi-daemon: r 
                        
                        *** Log File - Last 25 Lines ***
                        
                        2023-07-05 18:59:36.802  - info: smartmeter.0 (855) Received 5 values, 2 updated
                        2023-07-05 18:59:40.504  - info: smartmeter.0 (855) Received 5 values, 2 updated
                        2023-07-05 18:59:46.501  - info: smartmeter.0 (855) Received 5 values, 1 updated
                        2023-07-05 18:59:52.500  - info: smartmeter.0 (855) Received 5 values, 2 updated
                        2023-07-05 18:59:58.496  - info: smartmeter.0 (855) Received 5 values, 2 updated
                        2023-07-05 19:00:17.854  - info: host.raspberrypi instance system.adapter.dwd.0 started with pid 12374
                        2023-07-05 19:00:31.614  - info: smartmeter.0 (855) Received 5 values, 2 updated
                        2023-07-05 19:00:31.658  - info: smartmeter.0 (855) Received 5 values, 2 updated
                        2023-07-05 19:00:31.660  - info: smartmeter.0 (855) Received 5 values, 2 updated
                        2023-07-05 19:00:31.662  - info: smartmeter.0 (855) Received 5 values, 2 updated
                        2023-07-05 19:00:31.667  - info: smartmeter.0 (855) Received 5 values, 2 updated
                        2023-07-05 19:00:37.509  - info: smartmeter.0 (855) Received 5 values, 2 updated
                        2023-07-05 19:00:43.503  - info: smartmeter.0 (855) Received 5 values, 2 updated
                        2023-07-05 19:00:49.503  - info: smartmeter.0 (855) Received 5 values, 2 updated
                        2023-07-05 19:00:55.605  - info: smartmeter.0 (855) Received 5 values, 2 updated
                        2023-07-05 19:01:01.548  - info: smartmeter.0 (855) Received 5 values, 2 updated
                        2023-07-05 19:01:07.493  - info: smartmeter.0 (855) Received 5 values, 2 updated
                        2023-07-05 19:01:13.496  - info: smartmeter.0 (855) Received 5 values, 2 updated
                        2023-07-05 19:01:19.491  - info: smartmeter.0 (855) Received 5 values, 2 updated
                        2023-07-05 19:01:27.176  - info: smartmeter.0 (855) Received 5 values, 2 updated
                        2023-07-05 19:01:32.495  - info: smartmeter.0 (855) Received 5 values, 2 updated
                        2023-07-05 19:01:38.495  - info: smartmeter.0 (855) Received 5 values, 2 updated
                        2023-07-05 19:01:39.791  - info: dwd.0 (12374) starting. Version 2.8.3 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.16.1, js-controller: 4.0.24
                        2023-07-05 19:01:42.958  - info: dwd.0 (12374) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                        2023-07-05 19:01:43.601  - info: host.raspberrypi instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                        
                        
                        ======================= SUMMARY =======================
                                             v.2023-04-16
                        
                        
                        Operatingsystem:        Raspbian GNU/Linux 11 (bullseye)
                        Kernel:                 6.1.21-v7+
                        Installation:           Native
                        Timezone:               Europe/Berlin (CEST, +0200)
                        User-ID:                1000
                        X-Server:               false
                        Boot Target:            multi-user.target
                        
                        Pending OS-Updates:     0
                        Pending iob updates:    3
                        
                        Nodejs-Installation:    /usr/bin/nodejs         v18.16.1
                                                /usr/bin/node           v18.16.1
                                                /usr/bin/npm            9.5.1
                                                /usr/bin/npx            9.5.1
                        
                        Recommended versions are nodejs 18.x.y and npm 9.x.y
                        Your nodejs installation is correct
                        
                        MEMORY: 
                                       total        used        free      shared  buff/cache   available
                        Mem:            921M        705M         46M        0.0K        169M        160M
                        Swap:            99M         99M          0B
                        Total:          1.0G        805M         46M
                        
                        Active iob-Instances:   12
                        Active repo(s): stable
                        
                        ioBroker Core:          js-controller           4.0.24
                                                admin                   6.3.5
                        
                        ioBroker Status:        iobroker is running on this host.
                        
                        
                        Objects type: jsonl
                        States  type: jsonl
                        
                        Status admin and web instance:
                        + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, compact disabled, port: 8081, bind: 0.0.0.0, run as: admin
                        + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, compact disabled, port: 8082, bind: 0.0.0.0, run as: admin
                        
                        Objects:                2989
                        States:                 2290
                        
                        Size of iob-Database:
                        
                        6.2M    /opt/iobroker/iobroker-data/objects.jsonl
                        3.3M    /opt/iobroker/iobroker-data/states.jsonl
                        
                        
                        
                        =================== END OF SUMMARY ====================
                        

                        Beim Zauberwort "multi-user" kann ich dir nicht folgen. :-(

                        Das Gehäuse ist ein "Original" im Set vom Raspberry gewesen. Ich habe da keinen Lüfter, das stimmt, jedoch ist da der Keller, ich dachte, es wäre gut genug.

                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von Thomas Braun
                        #12

                        @dexic sagte in Fehler beim Update des Telegram-Adapters:

                        Beim Zauberwort "multi-user" kann ich dir nicht folgen.

                        Bist du doch schon. Wenn der Desktop/X-Server ausgeknipst wurde ist das sog. BootTarget 'multi-user'. Siehe auch aktuelle Ausgabe von iob diag.

                        Zieh die drei Adapter noch auf Stand.

                        Soweit passt das dann; das System ist halt immer noch recht ausgelastet.

                        Zum Vergleich mal meine Kiste:

                        Systemuptime and Load:
                         19:30:21 up 8 days,  1:14,  4 users,  load average: 0.12, 0.22, 0.26
                        CPU threads: 4
                        
                        Raspberry only:
                        throttled=0x0
                        Other values than 0x0 hint to temperature/voltage problems
                        temp=48.2'C
                        volt=0.9560V
                        
                        Active iob-Instances:   22
                        
                        

                        Linux-Werkzeugkasten:
                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                        NodeJS Fixer Skript:
                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                        D 1 Antwort Letzte Antwort
                        0
                        • DJMarc75D DJMarc75

                          @dexic sagte in Fehler beim Update des Telegram-Adapters:

                          temp=72.0'C

                          wird ja immer glühender

                          @dexic sagte in Fehler beim Update des Telegram-Adapters:

                          load average: 3.97, 5.35, 4.23

                          😱

                          und Du hast 15 aktive Instanzen bei einem PRI3 am Start - definitiv zu viel

                          D Offline
                          D Offline
                          dexic
                          schrieb am zuletzt editiert von
                          #13

                          @djmarc75 said in Fehler beim Update des Telegram-Adapters:

                          @dexic sagte in Fehler beim Update des Telegram-Adapters:

                          temp=72.0'C

                          wird ja immer glühender

                          Ja, leider...

                          @dexic sagte in Fehler beim Update des Telegram-Adapters:

                          load average: 3.97, 5.35, 4.23

                          😱

                          und Du hast 15 aktive Instanzen bei einem PRI3 am Start - definitiv zu viel

                          Wie komme ich da runter und was bedeutet "Instanz" in dem Zusammenhang? Sind das Anwendungen, die geladen werden?

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • D dexic

                            @djmarc75 said in Fehler beim Update des Telegram-Adapters:

                            @dexic sagte in Fehler beim Update des Telegram-Adapters:

                            temp=72.0'C

                            wird ja immer glühender

                            Ja, leider...

                            @dexic sagte in Fehler beim Update des Telegram-Adapters:

                            load average: 3.97, 5.35, 4.23

                            😱

                            und Du hast 15 aktive Instanzen bei einem PRI3 am Start - definitiv zu viel

                            Wie komme ich da runter und was bedeutet "Instanz" in dem Zusammenhang? Sind das Anwendungen, die geladen werden?

                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #14

                            @dexic
                            Alles mit + davor ist eine laufende Instanz.

                            Adapter State
                            
                            + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, compact disabled, port: 8081, bind: 0.0.0.0, run as: admin
                            
                            + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled, compact disabled
                            
                              system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled, compact disabled
                            
                              system.adapter.dwd.0                    : dwd                   : raspberrypi                              -  enabled, compact disabled
                            
                            + system.adapter.echarts.0                : echarts               : raspberrypi                              -  enabled, compact disabled
                            
                            + system.adapter.fritzdect.0              : fritzdect             : raspberrypi                              -  enabled, compact disabled
                            
                            + system.adapter.history.0                : history               : raspberrypi                              -  enabled, compact disabled
                            
                              system.adapter.icons-mfd-png.0          : icons-mfd-png         : raspberrypi                              -  enabled
                            
                              system.adapter.jarvis.0                 : jarvis                : raspberrypi                              - disabled, compact disabled
                            
                            + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled, compact disabled
                            
                              system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              - disabled, compact disabled, port: 1883, bind: 192.168.178.30
                            
                              system.adapter.net-tools.0              : net-tools             : raspberrypi                              - disabled, compact disabled
                            
                              system.adapter.ping.0                   : ping                  : raspberrypi                              - disabled, compact disabled
                            
                            + system.adapter.smartmeter.0             : smartmeter            : raspberrypi                              -  enabled, compact disabled
                            
                            + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, compact disabled, port: 8443, bind: 0.0.0.0
                            
                              system.adapter.tesla-motors.0           : tesla-motors          : raspberrypi                              - disabled, compact disabled
                            
                              system.adapter.tr-064.0                 : tr-064                : raspberrypi                              - disabled, compact disabled
                            
                            + system.adapter.tuya.0                   : tuya                  : raspberrypi                              -  enabled, compact disabled
                            
                              system.adapter.vis-history.0            : vis-history           : raspberrypi                              -  enabled
                            
                              system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled, compact disabled
                            
                            + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, compact disabled, port: 8082, bind: 0.0.0.0, run as: admin
                            
                            + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, compact disabled, port: /dev/ttyACM0
                            
                              system.adapter.zigbee2mqtt.0            : zigbee2mqtt           : raspberrypi                              - disabled, compact disabled
                            
                             
                            
                            + instance is alive
                            

                            Linux-Werkzeugkasten:
                            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                            NodeJS Fixer Skript:
                            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                            1 Antwort Letzte Antwort
                            1
                            • HomoranH Homoran

                              @dexic sagte in Fehler beim Update des Telegram-Adapters:

                              Ich habe da keinen Lüfter, das stimmt, jedoch ist da der Keller, ich dachte, es wäre gut genug.

                              hast du wenigstens die Kühlkörper montiert und keinen Deckel auf dem Gehäuse?

                              damit ist der arme Pi überladen:

                              @dexic sagte in Fehler beim Update des Telegram-Adapters:

                              load average: 3.97, 5.35, 4.23

                              weil er kein RAM mehr hat lagert er auf die SD Karte aus

                              Swap: 99M 99M 0B

                              und auch der Notfallschirm ist bereits aufgebraucht.

                              Das geht jetzt in massive Schreibaktionen, was Load und Leistung kostet. Neben zusätzlicher Hitze wird auch noch die SD Karte übermäßig belastet

                              D Offline
                              D Offline
                              dexic
                              schrieb am zuletzt editiert von
                              #15

                              @homoran said in Fehler beim Update des Telegram-Adapters:

                              @dexic sagte in Fehler beim Update des Telegram-Adapters:

                              Ich habe da keinen Lüfter, das stimmt, jedoch ist da der Keller, ich dachte, es wäre gut genug.

                              hast du wenigstens die Kühlkörper montiert und keinen Deckel auf dem Gehäuse?

                              Kein Kühlkörper, den Deckel habe ich soeben heruntergenommen und werde das beobachten.

                              damit ist der arme Pi überladen:

                              @dexic sagte in Fehler beim Update des Telegram-Adapters:

                              load average: 3.97, 5.35, 4.23

                              weil er kein RAM mehr hat lagert er auf die SD Karte aus

                              Swap: 99M 99M 0B

                              und auch der Notfallschirm ist bereits aufgebraucht.

                              Das geht jetzt in massive Schreibaktionen, was Load und Leistung kostet. Neben zusätzlicher Hitze wird auch noch die SD Karte übermäßig belastet

                              Der Swap ist vollgelaufen, als ich das Update gestartet habe - von 50 MB auf die 100 MB. Ich nehme an, dass er nicht "gesäubert" wird, um Schreibvorgänge auf der SD-Karte zu minimieren.

                              Was die Temperatur angeht - die USV, auf der der Raspi liegt, hat von unten handwarm "vorgeheizt". Ich habe ihn jetzt "umgepflanzt" und den Deckel abgenommen.

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • D dexic

                                @homoran said in Fehler beim Update des Telegram-Adapters:

                                @dexic sagte in Fehler beim Update des Telegram-Adapters:

                                Ich habe da keinen Lüfter, das stimmt, jedoch ist da der Keller, ich dachte, es wäre gut genug.

                                hast du wenigstens die Kühlkörper montiert und keinen Deckel auf dem Gehäuse?

                                Kein Kühlkörper, den Deckel habe ich soeben heruntergenommen und werde das beobachten.

                                damit ist der arme Pi überladen:

                                @dexic sagte in Fehler beim Update des Telegram-Adapters:

                                load average: 3.97, 5.35, 4.23

                                weil er kein RAM mehr hat lagert er auf die SD Karte aus

                                Swap: 99M 99M 0B

                                und auch der Notfallschirm ist bereits aufgebraucht.

                                Das geht jetzt in massive Schreibaktionen, was Load und Leistung kostet. Neben zusätzlicher Hitze wird auch noch die SD Karte übermäßig belastet

                                Der Swap ist vollgelaufen, als ich das Update gestartet habe - von 50 MB auf die 100 MB. Ich nehme an, dass er nicht "gesäubert" wird, um Schreibvorgänge auf der SD-Karte zu minimieren.

                                Was die Temperatur angeht - die USV, auf der der Raspi liegt, hat von unten handwarm "vorgeheizt". Ich habe ihn jetzt "umgepflanzt" und den Deckel abgenommen.

                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von
                                #16

                                @dexic sagte in Fehler beim Update des Telegram-Adapters:

                                Ich nehme an, dass er nicht "gesäubert" wird

                                Doch, der läuft auch wieder leer. Dauert aber und setzt voraus das nicht wieder eine neue Welle reinschwappt. Das ist das normale Verhalten vom Swap.
                                Updates und Backups brauchen viel Speicher.
                                Ich würde den Backitup-Adapter vielleicht auch nicht dauerhaft laufen lassen und den nur bei Bedarf manuell anstupsen.

                                Linux-Werkzeugkasten:
                                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                NodeJS Fixer Skript:
                                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                1 Antwort Letzte Antwort
                                1
                                • Thomas BraunT Thomas Braun

                                  @dexic sagte in Fehler beim Update des Telegram-Adapters:

                                  Beim Zauberwort "multi-user" kann ich dir nicht folgen.

                                  Bist du doch schon. Wenn der Desktop/X-Server ausgeknipst wurde ist das sog. BootTarget 'multi-user'. Siehe auch aktuelle Ausgabe von iob diag.

                                  Zieh die drei Adapter noch auf Stand.

                                  Soweit passt das dann; das System ist halt immer noch recht ausgelastet.

                                  Zum Vergleich mal meine Kiste:

                                  Systemuptime and Load:
                                   19:30:21 up 8 days,  1:14,  4 users,  load average: 0.12, 0.22, 0.26
                                  CPU threads: 4
                                  
                                  Raspberry only:
                                  throttled=0x0
                                  Other values than 0x0 hint to temperature/voltage problems
                                  temp=48.2'C
                                  volt=0.9560V
                                  
                                  Active iob-Instances:   22
                                  
                                  
                                  D Offline
                                  D Offline
                                  dexic
                                  schrieb am zuletzt editiert von
                                  #17

                                  @thomas-braun said in Fehler beim Update des Telegram-Adapters:

                                  @dexic sagte in Fehler beim Update des Telegram-Adapters:

                                  Beim Zauberwort "multi-user" kann ich dir nicht folgen.

                                  Bist du doch schon. Wenn der Desktop/X-Server ausgeknipst wurde ist das sog. BootTarget 'multi-user'. Siehe auch aktuelle Ausgabe von iob diag.

                                  OK, ich habe einfach nur deinen Vorschlag ausgeführt und immer noch kein richtiges Verständnis davon, was du mit "multi-user" sagen wolltest. Eine Internetsuche hat mir keine richtigen Erkenntnisse gebracht...

                                  Zieh die drei Adapter noch auf Stand.

                                  Bin gerade dabei. Danke.

                                  Soweit passt das dann; das System ist halt immer noch recht ausgelastet.

                                  Zum Vergleich mal meine Kiste:

                                  Systemuptime and Load:
                                   19:30:21 up 8 days,  1:14,  4 users,  load average: 0.12, 0.22, 0.26
                                  CPU threads: 4
                                  
                                  Raspberry only:
                                  throttled=0x0
                                  Other values than 0x0 hint to temperature/voltage problems
                                  temp=48.2'C
                                  volt=0.9560V
                                  
                                  Active iob-Instances:   22
                                  
                                  

                                  Das sieht ja mal ganz anders aus ...

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • D dexic

                                    @thomas-braun said in Fehler beim Update des Telegram-Adapters:

                                    @dexic sagte in Fehler beim Update des Telegram-Adapters:

                                    Beim Zauberwort "multi-user" kann ich dir nicht folgen.

                                    Bist du doch schon. Wenn der Desktop/X-Server ausgeknipst wurde ist das sog. BootTarget 'multi-user'. Siehe auch aktuelle Ausgabe von iob diag.

                                    OK, ich habe einfach nur deinen Vorschlag ausgeführt und immer noch kein richtiges Verständnis davon, was du mit "multi-user" sagen wolltest. Eine Internetsuche hat mir keine richtigen Erkenntnisse gebracht...

                                    Zieh die drei Adapter noch auf Stand.

                                    Bin gerade dabei. Danke.

                                    Soweit passt das dann; das System ist halt immer noch recht ausgelastet.

                                    Zum Vergleich mal meine Kiste:

                                    Systemuptime and Load:
                                     19:30:21 up 8 days,  1:14,  4 users,  load average: 0.12, 0.22, 0.26
                                    CPU threads: 4
                                    
                                    Raspberry only:
                                    throttled=0x0
                                    Other values than 0x0 hint to temperature/voltage problems
                                    temp=48.2'C
                                    volt=0.9560V
                                    
                                    Active iob-Instances:   22
                                    
                                    

                                    Das sieht ja mal ganz anders aus ...

                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb am zuletzt editiert von
                                    #18

                                    @dexic

                                    (alt) RunLevel = (modern) boot.targets

                                    https://de.wikipedia.org/wiki/Runlevel

                                    multi-user entspricht also dem run level 3
                                    Also System vollständig geladen, außer der Graphischen Oberfläche.

                                    Linux-Werkzeugkasten:
                                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                    NodeJS Fixer Skript:
                                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                    D 1 Antwort Letzte Antwort
                                    1
                                    • Thomas BraunT Thomas Braun

                                      @dexic

                                      (alt) RunLevel = (modern) boot.targets

                                      https://de.wikipedia.org/wiki/Runlevel

                                      multi-user entspricht also dem run level 3
                                      Also System vollständig geladen, außer der Graphischen Oberfläche.

                                      D Offline
                                      D Offline
                                      dexic
                                      schrieb am zuletzt editiert von
                                      #19

                                      @thomas-braun
                                      Sieht nach einem Neustart doch gleich viel besser aus. :-)

                                      Systemuptime and Load:
                                       21:15:59 up 4 min,  1 user,  load average: 1.16, 1.45, 0.71
                                      CPU threads: 4
                                      
                                      Raspberry only:
                                      throttled=0x0
                                      Other values than 0x0 hint to temperature/voltage problems
                                      temp=57.5'C
                                      volt=1.3312V
                                      
                                                     total        used        free      shared  buff/cache   available
                                      Mem:            921M        498M        144M        1.0M        278M        367M
                                      Swap:            99M          0B         99M
                                      Total:          1.0G        498M        244M
                                      
                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • D dexic

                                        @thomas-braun
                                        Sieht nach einem Neustart doch gleich viel besser aus. :-)

                                        Systemuptime and Load:
                                         21:15:59 up 4 min,  1 user,  load average: 1.16, 1.45, 0.71
                                        CPU threads: 4
                                        
                                        Raspberry only:
                                        throttled=0x0
                                        Other values than 0x0 hint to temperature/voltage problems
                                        temp=57.5'C
                                        volt=1.3312V
                                        
                                                       total        used        free      shared  buff/cache   available
                                        Mem:            921M        498M        144M        1.0M        278M        367M
                                        Swap:            99M          0B         99M
                                        Total:          1.0G        498M        244M
                                        
                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        schrieb am zuletzt editiert von
                                        #20

                                        @dexic

                                        Ja, das sieht gesünder aus.

                                        Linux-Werkzeugkasten:
                                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                        NodeJS Fixer Skript:
                                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                        D 1 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @dexic

                                          Ja, das sieht gesünder aus.

                                          D Offline
                                          D Offline
                                          dexic
                                          schrieb am zuletzt editiert von
                                          #21

                                          @thomas-braun

                                          Vielen lieben Dank für die heutige Unterstützung! :-) Ich habe einiges gelernt. :-)

                                          1 Antwort Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          284

                                          Online

                                          32.8k

                                          Benutzer

                                          82.9k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe