Skip to content
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Adapter: ebus

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.1k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.1k

Adapter: ebus

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
ebus adapter
708 Beiträge 71 Kommentatoren 253.7k Aufrufe 59 Watching
  • Ä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.
  • Rene_HMR Rene_HM

    @lenny-cb @AleXburnA @Kanumouse @icebaer
    Hallo zusammen, ich sehe das Problem hier bei mir auch. Seit 10.7.2024 im 11:56 Uhr werden keine Daten mehr übernommen. Ich schaue mir das an...
    Habt ihr evtl. ein anderes update (js-controller, admin, ...) gemacht?

    D Offline
    D Offline
    Dette
    schrieb am zuletzt editiert von
    #601

    @rene_hm
    Schließe mich an, hatte auch schon ein Issue auf GitHub eröffnet. Fehlerbild ist exakt das selbe, wie es hier beschrieben wird.
    Keinerlei Updates.

    Noch eine Info, ich hatte den kompletten Objektbaum gelöscht und den Adapter neu gestartet.
    Daraufhin hat er dann alle Ordner mit dem Datenpunkt-Namen neu angelegt, aber keine Datenpunkte selber geschrieben.

    Nach einem Neustart des ebusd Servers (ebusd deamon) wurden dann alle Datenpunkte EINMALIG gezogen/aktualisiert, danach selber Fehler wie vorher.

    192.168.xxx.xxx:8889/data zeigt die Werte aktuell an.

    D 1 Antwort Letzte Antwort
    0
    • D Dette

      @rene_hm
      Schließe mich an, hatte auch schon ein Issue auf GitHub eröffnet. Fehlerbild ist exakt das selbe, wie es hier beschrieben wird.
      Keinerlei Updates.

      Noch eine Info, ich hatte den kompletten Objektbaum gelöscht und den Adapter neu gestartet.
      Daraufhin hat er dann alle Ordner mit dem Datenpunkt-Namen neu angelegt, aber keine Datenpunkte selber geschrieben.

      Nach einem Neustart des ebusd Servers (ebusd deamon) wurden dann alle Datenpunkte EINMALIG gezogen/aktualisiert, danach selber Fehler wie vorher.

      192.168.xxx.xxx:8889/data zeigt die Werte aktuell an.

      D Offline
      D Offline
      Dette
      schrieb am zuletzt editiert von
      #602

      Info aus dem GitHub Issue mit einem funktionierenden Workaround:

      *Die per http abfragbaren Daten des ebusd (http://<ip_fqdn>:8889/data) hatten/haben seither einen Fehler in der json-Formatierung. Bei mir wurde in der Sektion "global" beim Wert '"updatecheck": "OK",' ein Zeilenumbruch/newline (?) zwischen " und OK eingefügt. Die den Daten zu Grunde liegende Abfrage des ebusd ("ebusctl info") liefert(e) diese Zeichenfolge. Ergo kam kein valides json raus. jsonlint und jq können mit den "json"-Daten nichts anfangen. Entfernt man den Zeilenumbruch/newline (?), hat man wieder valides json.

      Ich habe in der Datei /etc/defaults/ebusd die Option "--updatecheck=off" bei den Startoptionen des Daemon ergänzt und den ebusd neu gestartet. Der Wert "updatecheck" wird nun mit "ebusctl info" nicht mehr abfragt/anzeigt und kommt auch nicht mehr in die json-Daten rein.

      Die Ursache ist damit nicht behoben. Es klappt aber wieder. Der/die Programmierer des genialen ebusd findet/finden hoffentlich irgendwann Lust/Zeit der Sache auf den Grund zu gehen.*

      HiltexH K Lenny.CBL 3 Antworten Letzte Antwort
      0
      • Lenny.CBL Offline
        Lenny.CBL Offline
        Lenny.CB
        Most Active
        schrieb am zuletzt editiert von Lenny.CB
        #603

        @Rene_HM
        so schaut bei mir das Log aus wenn die Daten geschrieben werden. (nach Neustart eBusd)
        4072b804-63cc-4957-bd4d-1b82d494c2bf-image.png

        und so wenn nicht aktualisiert wird:
        5611acdb-f80d-4699-a0ee-07dd848a6d35-image.png
        hier fehlt alles zum Objekt-Update

        Außerdem fällt auf, dass im "got data string" die Formatierung komisch ist.

        habe grad erst den Beitrag von @Dette gelesen. Da stehts ja mit dem Formatproblem!

        1 Antwort Letzte Antwort
        0
        • D Dette

          Info aus dem GitHub Issue mit einem funktionierenden Workaround:

          *Die per http abfragbaren Daten des ebusd (http://<ip_fqdn>:8889/data) hatten/haben seither einen Fehler in der json-Formatierung. Bei mir wurde in der Sektion "global" beim Wert '"updatecheck": "OK",' ein Zeilenumbruch/newline (?) zwischen " und OK eingefügt. Die den Daten zu Grunde liegende Abfrage des ebusd ("ebusctl info") liefert(e) diese Zeichenfolge. Ergo kam kein valides json raus. jsonlint und jq können mit den "json"-Daten nichts anfangen. Entfernt man den Zeilenumbruch/newline (?), hat man wieder valides json.

          Ich habe in der Datei /etc/defaults/ebusd die Option "--updatecheck=off" bei den Startoptionen des Daemon ergänzt und den ebusd neu gestartet. Der Wert "updatecheck" wird nun mit "ebusctl info" nicht mehr abfragt/anzeigt und kommt auch nicht mehr in die json-Daten rein.

          Die Ursache ist damit nicht behoben. Es klappt aber wieder. Der/die Programmierer des genialen ebusd findet/finden hoffentlich irgendwann Lust/Zeit der Sache auf den Grund zu gehen.*

          HiltexH Offline
          HiltexH Offline
          Hiltex
          schrieb am zuletzt editiert von
          #604

          Ich war auch betroffen - gestern 11:26 Uhr

          @dette
          Danke für den Hinweis. Ich hab das bei mir eingefügt und aktuell läuft der Adapter wieder korrekt, alle Werte sind da.

          Letztes Mal hatte bei mir ein Neustart des Systems gereicht, auf dem ebusd läuft. Das habe ich dieses Mal jedoch nicht ausprobiert, sondern direkt den Parameter hinzugefügt.

          Blog: indibit.de

          1 Antwort Letzte Antwort
          0
          • D Dette

            Info aus dem GitHub Issue mit einem funktionierenden Workaround:

            *Die per http abfragbaren Daten des ebusd (http://<ip_fqdn>:8889/data) hatten/haben seither einen Fehler in der json-Formatierung. Bei mir wurde in der Sektion "global" beim Wert '"updatecheck": "OK",' ein Zeilenumbruch/newline (?) zwischen " und OK eingefügt. Die den Daten zu Grunde liegende Abfrage des ebusd ("ebusctl info") liefert(e) diese Zeichenfolge. Ergo kam kein valides json raus. jsonlint und jq können mit den "json"-Daten nichts anfangen. Entfernt man den Zeilenumbruch/newline (?), hat man wieder valides json.

            Ich habe in der Datei /etc/defaults/ebusd die Option "--updatecheck=off" bei den Startoptionen des Daemon ergänzt und den ebusd neu gestartet. Der Wert "updatecheck" wird nun mit "ebusctl info" nicht mehr abfragt/anzeigt und kommt auch nicht mehr in die json-Daten rein.

            Die Ursache ist damit nicht behoben. Es klappt aber wieder. Der/die Programmierer des genialen ebusd findet/finden hoffentlich irgendwann Lust/Zeit der Sache auf den Grund zu gehen.*

            K Offline
            K Offline
            Kanumouse
            schrieb am zuletzt editiert von
            #605

            @dette
            Danke für die schnelle Hilfe, funktioniert auch bei mir wieder.

            1 Antwort Letzte Antwort
            0
            • D Dette

              Info aus dem GitHub Issue mit einem funktionierenden Workaround:

              *Die per http abfragbaren Daten des ebusd (http://<ip_fqdn>:8889/data) hatten/haben seither einen Fehler in der json-Formatierung. Bei mir wurde in der Sektion "global" beim Wert '"updatecheck": "OK",' ein Zeilenumbruch/newline (?) zwischen " und OK eingefügt. Die den Daten zu Grunde liegende Abfrage des ebusd ("ebusctl info") liefert(e) diese Zeichenfolge. Ergo kam kein valides json raus. jsonlint und jq können mit den "json"-Daten nichts anfangen. Entfernt man den Zeilenumbruch/newline (?), hat man wieder valides json.

              Ich habe in der Datei /etc/defaults/ebusd die Option "--updatecheck=off" bei den Startoptionen des Daemon ergänzt und den ebusd neu gestartet. Der Wert "updatecheck" wird nun mit "ebusctl info" nicht mehr abfragt/anzeigt und kommt auch nicht mehr in die json-Daten rein.

              Die Ursache ist damit nicht behoben. Es klappt aber wieder. Der/die Programmierer des genialen ebusd findet/finden hoffentlich irgendwann Lust/Zeit der Sache auf den Grund zu gehen.*

              Lenny.CBL Offline
              Lenny.CBL Offline
              Lenny.CB
              Most Active
              schrieb am zuletzt editiert von
              #606

              @dette sagte in Adapter: ebus:

              Datei /etc/defaults/ebusd die Option "--updatecheck=off"

              Danke für den Tipp. läuft erst einmal wieder!

              M 1 Antwort Letzte Antwort
              0
              • Lenny.CBL Lenny.CB

                @dette sagte in Adapter: ebus:

                Datei /etc/defaults/ebusd die Option "--updatecheck=off"

                Danke für den Tipp. läuft erst einmal wieder!

                M Offline
                M Offline
                mameier1234
                schrieb am zuletzt editiert von
                #607

                Sehr sehr cool .. alles wieder schön !

                Grüße,

                Martin

                1 Antwort Letzte Antwort
                0
                • icebearI Offline
                  icebearI Offline
                  icebear
                  schrieb am zuletzt editiert von
                  #608

                  @dette said in Adapter: ebus:

                  Ich habe in der Datei /etc/defaults/ebusd die Option "--updatecheck=off" bei den Startoptionen des Daemon ergänzt...

                  Perfekt, danke für den Tip, läuft bei mir auch erstmal wieder

                  1 Antwort Letzte Antwort
                  0
                  • MassiveAttackM Offline
                    MassiveAttackM Offline
                    MassiveAttack
                    schrieb am zuletzt editiert von
                    #609

                    Seit mitternacht sind wieder alle werte gekommen, aber seit dem adapter update kommen nur noch fehler

                    K 1 Antwort Letzte Antwort
                    0
                    • MassiveAttackM MassiveAttack

                      Seit mitternacht sind wieder alle werte gekommen, aber seit dem adapter update kommen nur noch fehler

                      K Offline
                      K Offline
                      Kanumouse
                      schrieb am zuletzt editiert von
                      #610

                      wenn ich das auf Github richtig sehe, hat john30 den Fehler im ebusd gestern korrigiert.

                      1 Antwort Letzte Antwort
                      0
                      • T Offline
                        T Offline
                        thiozinc
                        schrieb am zuletzt editiert von
                        #611

                        Sorry, ich bin neu hier, aber vielleicht hat hier jemand einen Tipp.

                        Meine cloud stürzt immer mit folgendem Fehler ab:

                        Cannot request web pages "http://127.0.0.1:8082/vis/widgets/ebus.html?visVersion=1.5.6&_=1724355654893": File widgets/ebus.html not found: {}

                        Für mich sieht das so aus, als ob das widget von ebus nicht richtig installiert ist?

                        Eine De- und Reinstallation des Adapter hat leider nichts gebracht.

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • T thiozinc

                          Sorry, ich bin neu hier, aber vielleicht hat hier jemand einen Tipp.

                          Meine cloud stürzt immer mit folgendem Fehler ab:

                          Cannot request web pages "http://127.0.0.1:8082/vis/widgets/ebus.html?visVersion=1.5.6&_=1724355654893": File widgets/ebus.html not found: {}

                          Für mich sieht das so aus, als ob das widget von ebus nicht richtig installiert ist?

                          Eine De- und Reinstallation des Adapter hat leider nichts gebracht.

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

                          @thiozinc sagte in Adapter: ebus:

                          Für mich sieht das so aus, als ob das widget von ebus nicht richtig installiert ist?

                          Was ist denn überhaupt da in welchen Versionen installiert?
                          Schau die die Ausgabe von

                          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

                          T 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @thiozinc sagte in Adapter: ebus:

                            Für mich sieht das so aus, als ob das widget von ebus nicht richtig installiert ist?

                            Was ist denn überhaupt da in welchen Versionen installiert?
                            Schau die die Ausgabe von

                            iob diag
                            

                            an.

                            T Offline
                            T Offline
                            thiozinc
                            schrieb am zuletzt editiert von
                            #613

                            @thomas-braun

                            ======================= SUMMARY =======================
                            			v.2024-05-22
                            
                            
                             Static hostname: raspberrypi
                                   Icon name: computer
                            Operating System: Debian GNU/Linux 12 (bookworm)
                                      Kernel: Linux 6.6.31+rpt-rpi-v8
                                Architecture: arm64
                            
                            Installation: 		native
                            Kernel: 		aarch64
                            Userland: 		64 bit
                            Timezone: 		Europe/Berlin (CEST, +0200)
                            User-ID: 		1000
                            Display-Server: 	false
                            Boot Target: 		multi-user.target
                            
                            Pending OS-Updates: 	0
                            Pending iob updates: 	0
                            
                            Nodejs-Installation:
                            /usr/bin/nodejs 	v18.20.4
                            /usr/bin/node 		v18.20.4
                            /usr/bin/npm 		10.7.0
                            /usr/bin/npx 		10.7.0
                            /usr/bin/corepack 	0.28.0
                            
                            Recommended versions are nodejs 20.17.0 and npm 10.8.2
                            Your nodejs installation is correct
                            
                            MEMORY: 
                                           total        used        free      shared  buff/cache   available
                            Mem:            4.0G        2.8G        318M        225K        875M        1.1G
                            Swap:           209M        157M         52M
                            Total:          4.2G        3.0G        370M
                            
                            Active iob-Instances: 	29
                            Upgrade policy: none
                            
                            ioBroker Core: 		js-controller 		6.0.9
                            			admin 			7.0.23
                            
                            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, port: 8081, bind: 0.0.0.0, run as: admin
                            + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                            + system.adapter.webuntis.0               : webuntis              : raspberrypi                              -  enabled
                            
                            Objects: 		12368
                            States: 		11091
                            
                            Size of iob-Database:
                            
                            25M	/opt/iobroker/iobroker-data/objects.jsonl
                            5.7M	/opt/iobroker/iobroker-data/states.jsonl
                            
                            
                            
                            =================== END OF SUMMARY ====================
                            
                            1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von
                              #614

                              @thiozinc

                              Das sieht schon mal gut aus. Die Langfassung verrät?

                              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

                              T 1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @thiozinc

                                Das sieht schon mal gut aus. Die Langfassung verrät?

                                T Offline
                                T Offline
                                thiozinc
                                schrieb am zuletzt editiert von
                                #615

                                @thomas-braun

                                Skript v.2024-05-22
                                
                                *** BASE SYSTEM ***
                                 Static hostname: raspberrypi
                                       Icon name: computer
                                Operating System: Debian GNU/Linux 12 (bookworm)
                                          Kernel: Linux 6.6.31+rpt-rpi-v8
                                    Architecture: arm64
                                
                                Model		: Raspberry Pi 4 Model B Rev 1.1
                                Docker          : false
                                Virtualization  : none
                                Kernel          : aarch64
                                Userland        : 64 bit
                                
                                Systemuptime and Load:
                                 23:01:46 up 14 days,  3:14,  2 users,  load average: 1.05, 1.34, 1.15
                                CPU threads: 4
                                
                                
                                *** RASPBERRY THROTTLING ***
                                Current issues:
                                No throttling issues detected.
                                
                                Previously detected issues:
                                No throttling issues detected.
                                
                                *** Time and Time Zones ***
                                               Local time: Thu 2024-08-22 23:01:46 CEST
                                           Universal time: Thu 2024-08-22 21:01:46 UTC
                                                 RTC time: n/a
                                                Time zone: Europe/Berlin (CEST, +0200)
                                System clock synchronized: yes
                                              NTP service: active
                                          RTC in local TZ: no
                                
                                *** Users and Groups ***
                                User that called 'iob diag':
                                pi
                                HOME=/home/pi
                                GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                                
                                User that is running 'js-controller':
                                iobroker
                                HOME=/home/iobroker
                                GROUPS=iobroker tty dialout sudo audio video bluetooth gpio i2c
                                
                                *** Display-Server-Setup ***
                                Display-Server: false
                                Desktop: 	
                                Terminal: 	tty
                                Boot Target: 	multi-user.target
                                
                                *** MEMORY ***
                                               total        used        free      shared  buff/cache   available
                                Mem:            4.0G        2.8G        541M        135K        679M        1.2G
                                Swap:           209M        195M         13M
                                Total:          4.2G        3.0G        555M
                                
                                Active iob-Instances: 	29
                                
                                         3792 M total memory
                                         2689 M used memory
                                         2254 M active memory
                                          833 M inactive memory
                                          516 M free memory
                                           75 M buffer memory
                                          572 M swap cache
                                          199 M total swap
                                          186 M used swap
                                           13 M free swap
                                
                                *** top - Table Of Processes  ***
                                top - 23:01:46 up 14 days,  3:14,  2 users,  load average: 1.05, 1.34, 1.15
                                Tasks: 216 total,   1 running, 215 sleeping,   0 stopped,   0 zombie
                                %Cpu(s):  0.0 us, 40.0 sy,  0.0 ni, 60.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st 
                                MiB Mem :   3792.1 total,    515.9 free,   2689.6 used,    647.8 buff/cache     
                                MiB Swap:    200.0 total,     13.1 free,    186.9 used.   1102.5 avail Mem 
                                
                                *** FAILED SERVICES ***
                                
                                  UNIT LOAD ACTIVE SUB DESCRIPTION
                                0 loaded units listed.
                                
                                *** FILESYSTEM ***
                                Filesystem     Type      Size  Used Avail Use% Mounted on
                                udev           devtmpfs  1.6G     0  1.6G   0% /dev
                                tmpfs          tmpfs     380M  1.3M  378M   1% /run
                                /dev/mmcblk0p2 ext4       29G  9.5G   18G  35% /
                                tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                                tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
                                /dev/mmcblk0p1 vfat      510M   64M  447M  13% /boot/firmware
                                /dev/sda1      ext4      116G  1.7G  109G   2% /media/usbdisk
                                tmpfs          tmpfs     380M     0  380M   0% /run/user/1000
                                
                                Messages concerning ext4 filesystem in dmesg:
                                [Thu Aug  8 19:47:22 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  smsc95xx.macaddr=DC:A6:32:30:B4:93 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=68b36b16-02 rootfstype=ext4 fsck.repair=yes rootwait
                                [Thu Aug  8 19:47:26 2024] EXT4-fs (mmcblk0p2): mounted filesystem 3b614a3f-4a65-4480-876a-8a998e01ac9b ro with ordered data mode. Quota mode: none.
                                [Thu Aug  8 19:47:29 2024] EXT4-fs (mmcblk0p2): re-mounted 3b614a3f-4a65-4480-876a-8a998e01ac9b r/w. Quota mode: none.
                                [Thu Aug  8 19:47:32 2024] EXT4-fs (sda1): warning: mounting fs with errors, running e2fsck is recommended
                                [Thu Aug  8 19:47:32 2024] EXT4-fs (sda1): mounted filesystem 3d241c43-2bbf-49ce-a4f9-270fcb182309 r/w with ordered data mode. Quota mode: none.
                                [Thu Aug  8 19:47:36 2024] EXT4-fs error (device sda1): ext4_validate_block_bitmap:421: comm ext4lazyinit: bg 122: bad block bitmap checksum
                                [Thu Aug  8 19:47:36 2024] EXT4-fs error (device sda1): ext4_validate_block_bitmap:421: comm ext4lazyinit: bg 203: bad block bitmap checksum
                                [Thu Aug  8 19:52:38 2024] EXT4-fs (sda1): error count since last fsck: 71
                                [Thu Aug  8 19:52:38 2024] EXT4-fs (sda1): initial error at time 1668261680: ext4_validate_block_bitmap:390
                                [Thu Aug  8 19:52:38 2024] EXT4-fs (sda1): last error at time 1723139237: ext4_validate_block_bitmap:421
                                [Fri Aug  9 21:30:18 2024] EXT4-fs (sda1): error count since last fsck: 71
                                [Fri Aug  9 21:30:18 2024] EXT4-fs (sda1): initial error at time 1668261680: ext4_validate_block_bitmap:390
                                [Fri Aug  9 21:30:18 2024] EXT4-fs (sda1): last error at time 1723139237: ext4_validate_block_bitmap:421
                                [Sat Aug 10 23:08:14 2024] EXT4-fs (sda1): error count since last fsck: 71
                                [Sat Aug 10 23:08:14 2024] EXT4-fs (sda1): initial error at time 1668261680: ext4_validate_block_bitmap:390
                                [Sat Aug 10 23:08:14 2024] EXT4-fs (sda1): last error at time 1723139237: ext4_validate_block_bitmap:421
                                [Mon Aug 12 00:46:11 2024] EXT4-fs (sda1): error count since last fsck: 71
                                [Mon Aug 12 00:46:11 2024] EXT4-fs (sda1): initial error at time 1668261680: ext4_validate_block_bitmap:390
                                [Mon Aug 12 00:46:11 2024] EXT4-fs (sda1): last error at time 1723139237: ext4_validate_block_bitmap:421
                                [Tue Aug 13 02:24:07 2024] EXT4-fs (sda1): error count since last fsck: 71
                                [Tue Aug 13 02:24:07 2024] EXT4-fs (sda1): initial error at time 1668261680: ext4_validate_block_bitmap:390
                                [Tue Aug 13 02:24:07 2024] EXT4-fs (sda1): last error at time 1723139237: ext4_validate_block_bitmap:421
                                [Wed Aug 14 04:02:04 2024] EXT4-fs (sda1): error count since last fsck: 71
                                [Wed Aug 14 04:02:04 2024] EXT4-fs (sda1): initial error at time 1668261680: ext4_validate_block_bitmap:390
                                [Wed Aug 14 04:02:04 2024] EXT4-fs (sda1): last error at time 1723139237: ext4_validate_block_bitmap:421
                                [Thu Aug 15 05:40:00 2024] EXT4-fs (sda1): error count since last fsck: 71
                                [Thu Aug 15 05:40:00 2024] EXT4-fs (sda1): initial error at time 1668261680: ext4_validate_block_bitmap:390
                                [Thu Aug 15 05:40:00 2024] EXT4-fs (sda1): last error at time 1723139237: ext4_validate_block_bitmap:421
                                [Fri Aug 16 07:17:57 2024] EXT4-fs (sda1): error count since last fsck: 71
                                [Fri Aug 16 07:17:57 2024] EXT4-fs (sda1): initial error at time 1668261680: ext4_validate_block_bitmap:390
                                [Fri Aug 16 07:17:57 2024] EXT4-fs (sda1): last error at time 1723139237: ext4_validate_block_bitmap:421
                                [Sat Aug 17 08:55:53 2024] EXT4-fs (sda1): error count since last fsck: 71
                                [Sat Aug 17 08:55:53 2024] EXT4-fs (sda1): initial error at time 1668261680: ext4_validate_block_bitmap:390
                                [Sat Aug 17 08:55:53 2024] EXT4-fs (sda1): last error at time 1723139237: ext4_validate_block_bitmap:421
                                [Sun Aug 18 10:33:50 2024] EXT4-fs (sda1): error count since last fsck: 71
                                [Sun Aug 18 10:33:50 2024] EXT4-fs (sda1): initial error at time 1668261680: ext4_validate_block_bitmap:390
                                [Sun Aug 18 10:33:50 2024] EXT4-fs (sda1): last error at time 1723139237: ext4_validate_block_bitmap:421
                                [Mon Aug 19 12:11:46 2024] EXT4-fs (sda1): error count since last fsck: 71
                                [Mon Aug 19 12:11:46 2024] EXT4-fs (sda1): initial error at time 1668261680: ext4_validate_block_bitmap:390
                                [Mon Aug 19 12:11:46 2024] EXT4-fs (sda1): last error at time 1723139237: ext4_validate_block_bitmap:421
                                [Tue Aug 20 13:49:43 2024] EXT4-fs (sda1): error count since last fsck: 71
                                [Tue Aug 20 13:49:43 2024] EXT4-fs (sda1): initial error at time 1668261680: ext4_validate_block_bitmap:390
                                [Tue Aug 20 13:49:43 2024] EXT4-fs (sda1): last error at time 1723139237: ext4_validate_block_bitmap:421
                                [Wed Aug 21 15:27:39 2024] EXT4-fs (sda1): error count since last fsck: 71
                                [Wed Aug 21 15:27:39 2024] EXT4-fs (sda1): initial error at time 1668261680: ext4_validate_block_bitmap:390
                                [Wed Aug 21 15:27:39 2024] EXT4-fs (sda1): last error at time 1723139237: ext4_validate_block_bitmap:421
                                [Thu Aug 22 17:05:36 2024] EXT4-fs (sda1): error count since last fsck: 71
                                [Thu Aug 22 17:05:36 2024] EXT4-fs (sda1): initial error at time 1668261680: ext4_validate_block_bitmap:390
                                [Thu Aug 22 17:05:36 2024] EXT4-fs (sda1): last error at time 1723139237: ext4_validate_block_bitmap:421
                                
                                Show mounted filesystems:
                                TARGET                                                  SOURCE         FSTYPE      OPTIONS
                                /                                                       /dev/mmcblk0p2 ext4        rw,noatime
                                |-/sys                                                  sysfs          sysfs       rw,nosuid,nodev,noexec,relatime
                                | |-/sys/kernel/security                                securityfs     securityfs  rw,nosuid,nodev,noexec,relatime
                                | |-/sys/fs/cgroup                                      cgroup2        cgroup2     rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot
                                | |-/sys/fs/pstore                                      pstore         pstore      rw,nosuid,nodev,noexec,relatime
                                | |-/sys/fs/bpf                                         bpf            bpf         rw,nosuid,nodev,noexec,relatime,mode=700
                                | |-/sys/kernel/debug                                   debugfs        debugfs     rw,nosuid,nodev,noexec,relatime
                                | | `-/sys/kernel/debug/tracing                         tracefs        tracefs     rw,nosuid,nodev,noexec,relatime
                                | |-/sys/kernel/tracing                                 tracefs        tracefs     rw,nosuid,nodev,noexec,relatime
                                | |-/sys/fs/fuse/connections                            fusectl        fusectl     rw,nosuid,nodev,noexec,relatime
                                | `-/sys/kernel/config                                  configfs       configfs    rw,nosuid,nodev,noexec,relatime
                                |-/proc                                                 proc           proc        rw,relatime
                                | `-/proc/sys/fs/binfmt_misc                            systemd-1      autofs      rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=143
                                |   `-/proc/sys/fs/binfmt_misc                          binfmt_misc    binfmt_misc rw,nosuid,nodev,noexec,relatime
                                |-/dev                                                  udev           devtmpfs    rw,nosuid,relatime,size=1671304k,nr_inodes=417826,mode=755
                                | |-/dev/pts                                            devpts         devpts      rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                                | |-/dev/shm                                            tmpfs          tmpfs       rw,nosuid,nodev
                                | `-/dev/mqueue                                         mqueue         mqueue      rw,nosuid,nodev,noexec,relatime
                                |-/run                                                  tmpfs          tmpfs       rw,nosuid,nodev,noexec,relatime,size=388308k,mode=755
                                | |-/run/lock                                           tmpfs          tmpfs       rw,nosuid,nodev,noexec,relatime,size=5120k
                                | |-/run/credentials/systemd-sysctl.service             ramfs          ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                                | |-/run/credentials/systemd-sysusers.service           ramfs          ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                                | |-/run/credentials/systemd-tmpfiles-setup-dev.service ramfs          ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                                | |-/run/rpc_pipefs                                     sunrpc         rpc_pipefs  rw,relatime
                                | |-/run/credentials/systemd-tmpfiles-setup.service     ramfs          ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                                | `-/run/user/1000                                      tmpfs          tmpfs       rw,nosuid,nodev,relatime,size=388304k,nr_inodes=97076,mode=700,uid=1000,gid=1000
                                |-/boot/firmware                                        /dev/mmcblk0p1 vfat        rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                `-/media/usbdisk                                        /dev/sda1      ext4        rw,nosuid,nodev,noexec,noatime
                                
                                Files in neuralgic directories:
                                
                                /var:
                                3.6G	/var/
                                1.9G	/var/log/journal/1c963a2d6f5d49798d662b895e4632cd
                                1.9G	/var/log/journal
                                1.9G	/var/log
                                1.3G	/var/lib
                                
                                Archived and active journals take up 1.8G in the file system.
                                
                                /opt/iobroker/backups:
                                384M	/opt/iobroker/backups/
                                
                                /opt/iobroker/iobroker-data:
                                894M	/opt/iobroker/iobroker-data/
                                700M	/opt/iobroker/iobroker-data/files
                                441M	/opt/iobroker/iobroker-data/files/javascript.admin
                                409M	/opt/iobroker/iobroker-data/files/javascript.admin/static
                                408M	/opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                
                                The five largest files in iobroker-data are:
                                42M	/opt/iobroker/iobroker-data/files/telegram-menu.admin/build/index.js.map
                                30M	/opt/iobroker/iobroker-data/objects.jsonl
                                24M	/opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                                22M	/opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.18496c94.js.map
                                19M	/opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.02fc3820.js.map
                                
                                USB-Devices by-id:
                                USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                
                                /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A50285BI-if00-port0
                                /dev/serial/by-id/usb-Silicon_Labs_CP2102N_USB_to_UART_Bridge_Controller_d2fcfed44da0ea1184b05dcbfe9faf31-if00-port0
                                /dev/serial/by-id/usb-Espressif_USB_JTAG_serial_debug_unit_80:65:99:99:A8:30-if00
                                
                                
                                
                                
                                *** NodeJS-Installation ***
                                
                                /usr/bin/nodejs 	v18.20.4
                                /usr/bin/node 		v18.20.4
                                /usr/bin/npm 		10.7.0
                                /usr/bin/npx 		10.7.0
                                /usr/bin/corepack 	0.28.0
                                
                                
                                nodejs:
                                  Installed: 18.20.4-1nodesource1
                                  Candidate: 18.20.4-1nodesource1
                                  Version table:
                                 *** 18.20.4-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                        100 /var/lib/dpkg/status
                                     18.20.3-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                     18.20.2-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                     18.20.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                     18.20.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                     18.19.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                     18.19.0+dfsg-6~deb12u2 500
                                        500 http://deb.debian.org/debian bookworm/main arm64 Packages
                                     18.19.0+dfsg-6~deb12u1 500
                                        500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                                     18.19.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                     18.18.2-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                     18.18.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                     18.18.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                     18.17.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                     18.17.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                     18.16.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                     18.16.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                     18.15.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                     18.14.2-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                     18.14.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                     18.14.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                     18.13.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                     18.12.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                     18.11.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                     18.10.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                     18.9.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                     18.9.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                     18.8.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                     18.7.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                     18.6.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                     18.5.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                     18.4.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                     18.3.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                     18.2.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                     18.1.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                     18.0.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                
                                Temp directories causing npm8 problem: 0
                                No problems detected
                                
                                Errors in npm tree:
                                
                                *** ioBroker-Installation ***
                                
                                ioBroker Status
                                iobroker is running on this host.
                                
                                
                                Objects type: jsonl
                                States  type: jsonl
                                
                                Core adapters versions
                                js-controller: 	6.0.9
                                admin: 		7.0.23
                                javascript: 	8.7.6
                                
                                nodejs modules from github: 	3
                                +-- iobroker.robonect@1.3.6 (git+ssh://git@github.com/Grizzelbee/ioBroker.robonect.git#b3e15ba3ceda35dbc6688cc5431da2493a4c2f62)
                                +-- iobroker.vw-connect@0.5.1 (git+ssh://git@github.com/ta2k/ioBroker.vw-connect.git#29ef72ba0568014661f431d5fc0908619fff89c2)
                                +-- iobroker.wireless-mbus@0.9.2 (git+ssh://git@github.com/lvogt/ioBroker.wireless-mbus.git#de09e441e4c88799ada3abd396f04fad74f80325)
                                
                                Adapter State
                                + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                                  system.adapter.ble.0                    : ble                   : raspberrypi                              - disabled
                                + system.adapter.cloud.0                  : cloud                 : raspberrypi                              -  enabled
                                  system.adapter.daswetter.0              : daswetter             : raspberrypi                              -  enabled
                                  system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
                                + system.adapter.drag-indicator.0         : drag-indicator        : raspberrypi                              -  enabled
                                + system.adapter.ebus.0                   : ebus                  : raspberrypi                              -  enabled
                                  system.adapter.feiertage.0              : feiertage             : raspberrypi                              -  enabled
                                  system.adapter.flot.0                   : flot                  : raspberrypi                              - disabled
                                + system.adapter.followthesun.0           : followthesun          : raspberrypi                              -  enabled
                                + system.adapter.history.0                : history               : raspberrypi                              -  enabled
                                + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
                                + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                                + system.adapter.kecontact.0              : kecontact             : raspberrypi                              -  enabled
                                + system.adapter.modbus.0                 : modbus                : raspberrypi                              -  enabled
                                + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                                  system.adapter.openligadb.0             : openligadb            : raspberrypi                              - disabled
                                + system.adapter.parser.1                 : parser                : raspberrypi                              -  enabled
                                + system.adapter.ping.0                   : ping                  : raspberrypi                              -  enabled
                                  system.adapter.psa.0                    : psa                   : raspberrypi                              - disabled
                                + system.adapter.pushover.1               : pushover              : raspberrypi                              -  enabled
                                + system.adapter.pushover.2               : pushover              : raspberrypi                              -  enabled
                                + system.adapter.robonect.0               : robonect              : raspberrypi                              -  enabled
                                  system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              - disabled
                                  system.adapter.schoolfree.0             : schoolfree            : raspberrypi                              -  enabled
                                + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1886, bind: 0.0.0.0
                                + system.adapter.simple-api.0             : simple-api            : raspberrypi                              -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                + system.adapter.smartmeter.0             : smartmeter            : raspberrypi                              -  enabled
                                + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1884, bind: 0.0.0.0
                                + system.adapter.sql.0                    : sql                   : raspberrypi                              -  enabled, port: 3306
                                  system.adapter.telegram-menu.0          : telegram-menu         : raspberrypi                              - disabled
                                + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                                + system.adapter.text2command.0           : text2command          : raspberrypi                              -  enabled
                                  system.adapter.vis-bars.0               : vis-bars              : raspberrypi                              - disabled
                                  system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : raspberrypi                              - disabled
                                  system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : raspberrypi                              - disabled
                                  system.adapter.vis-history.0            : vis-history           : raspberrypi                              - disabled
                                  system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              - disabled
                                  system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : raspberrypi                              - disabled
                                  system.adapter.vis-justgage.0           : vis-justgage          : raspberrypi                              - disabled
                                  system.adapter.vis-lcars.0              : vis-lcars             : raspberrypi                              - disabled
                                  system.adapter.vis-plumb.0              : vis-plumb             : raspberrypi                              - disabled
                                  system.adapter.vis-rgraph.0             : vis-rgraph            : raspberrypi                              - disabled
                                  system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi                              - disabled
                                  system.adapter.vis-weather.0            : vis-weather           : raspberrypi                              - disabled
                                  system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                                + system.adapter.vw-connect.0             : vw-connect            : raspberrypi                              -  enabled
                                + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                + system.adapter.webuntis.0               : webuntis              : raspberrypi                              -  enabled
                                  system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : raspberrypi                              - disabled
                                + system.adapter.wireless-mbus.0          : wireless-mbus         : raspberrypi                              -  enabled
                                
                                + instance is alive
                                
                                Enabled adapters with bindings
                                + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                                + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1886, bind: 0.0.0.0
                                + system.adapter.simple-api.0             : simple-api            : raspberrypi                              -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1884, bind: 0.0.0.0
                                + system.adapter.sql.0                    : sql                   : raspberrypi                              -  enabled, port: 3306
                                + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                                + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                
                                ioBroker-Repositories
                                ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                                │ (index) │   name   │                           url                           │ auto upgrade │
                                ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                                │    0    │ 'stable' │    'http://download.iobroker.net/sources-dist.json'     │    false     │
                                │    1    │  'beta'  │ 'http://download.iobroker.net/sources-dist-latest.json' │    false     │
                                └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                                
                                Active repo(s): stable
                                Upgrade policy: none
                                
                                Installed ioBroker-Instances
                                Used repository: stable
                                Adapter    "admin"        : 7.0.23   , installed 7.0.23
                                Adapter    "backitup"     : 3.0.19   , installed 3.0.19
                                Adapter    "ble"          : 0.14.0   , installed 0.14.0
                                Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                                Adapter    "daswetter"    : 3.1.15   , installed 3.1.15
                                Adapter    "discovery"    : 4.5.0    , installed 4.5.0
                                Adapter    "drag-indicator": 2.1.4   , installed 2.1.4
                                Adapter    "ebus"         : 3.3.4    , installed 3.3.4
                                Adapter    "feiertage"    : 1.2.0    , installed 1.2.0
                                Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                Adapter    "followthesun" : 0.5.0    , installed 0.5.0
                                Adapter    "history"      : 3.0.1    , installed 3.0.1
                                Adapter    "javascript"   : 8.7.6    , installed 8.7.6
                                Controller "js-controller": 6.0.9    , installed 6.0.9
                                Adapter    "kecontact"    : 2.2.0    , installed 2.2.0
                                Adapter    "modbus"       : 6.2.3    , installed 6.2.3
                                Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
                                Adapter    "openligadb"   : 1.4.9    , installed 1.4.9
                                Adapter    "parser"       : 2.2.2    , installed 2.2.2
                                Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                Adapter    "pushover"     : 3.0.6    , installed 3.0.6
                                Adapter    "robonect"     : 1.3.6    , installed 1.3.6
                                Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                                Adapter    "schoolfree"   : 1.1.4    , installed 1.1.4
                                Adapter    "shelly"       : 7.0.0    , installed 7.0.0
                                Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                Adapter    "smartmeter"   : 3.4.0    , installed 3.4.0
                                Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                                Adapter    "sonoff"       : 3.1.0    , installed 3.1.0
                                Adapter    "sql"          : 3.0.1    , installed 3.0.1
                                Adapter    "telegram"     : 3.9.0    , installed 3.9.0
                                Adapter    "telegram-menu": 1.7.4    , installed 1.7.4
                                Adapter    "text2command" : 3.0.3    , installed 3.0.3
                                Adapter    "vis"          : 1.5.6    , installed 1.5.6
                                Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                                Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                                Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                                Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
                                Adapter    "vis-justgage" : 2.1.7    , installed 2.1.7
                                Adapter    "vis-lcars"    : 1.1.1    , installed 1.1.1
                                Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                                Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                                Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                Adapter    "vis-weather"  : 2.5.9    , installed 2.5.9
                                Adapter    "web"          : 6.2.5    , installed 6.2.5
                                Adapter    "webuntis"     : 0.3.4    , installed 0.3.4
                                Adapter    "whatsapp-cmb" : 0.3.0    , installed 0.3.0
                                Adapter    "wireless-mbus": 0.9.1    , installed 0.9.2
                                Adapter    "ws"           : 2.6.2    , installed 2.6.2
                                
                                Objects and States
                                Please stand by - This may take a while
                                Objects: 	12368
                                States: 	11091
                                
                                *** OS-Repositories and Updates ***
                                Hit:1 http://deb.debian.org/debian bookworm InRelease
                                Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                                Hit:3 http://archive.raspberrypi.com/debian bookworm InRelease
                                Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
                                Hit:5 https://deb.nodesource.com/node_18.x nodistro InRelease
                                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:22              0.0.0.0:*               LISTEN      0          674        787/sshd: /usr/sbin 
                                tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      106        6015       847/mariadbd        
                                tcp        0      0 0.0.0.0:8888            0.0.0.0:*               LISTEN      0          50950559   1469294/ebusd       
                                tcp        0      0 0.0.0.0:8889            0.0.0.0:*               LISTEN      0          50950560   1469294/ebusd       
                                tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       66105371   2118966/iobroker.js 
                                tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       66105364   2118966/iobroker.js 
                                tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       66109578   2119230/io.mqtt.0   
                                tcp        0      0 0.0.0.0:1884            0.0.0.0:*               LISTEN      1001       66108352   2119342/io.sonoff.0 
                                tcp        0      0 0.0.0.0:1886            0.0.0.0:*               LISTEN      1001       66106731   2119302/io.shelly.0 
                                tcp6       0      0 :::22                   :::*                    LISTEN      0          676        787/sshd: /usr/sbin 
                                tcp6       0      0 :::8081                 :::*                    LISTEN      1001       66105455   2118992/io.admin.0  
                                tcp6       0      0 :::8082                 :::*                    LISTEN      1001       66107057   2119380/io.web.0    
                                tcp6       0      0 :::8087                 :::*                    LISTEN      1001       66110036   2119540/io.simple-a 
                                udp        0      0 0.0.0.0:7090            0.0.0.0:*                           1001       66108612   2119189/io.kecontac 
                                udp        0      0 0.0.0.0:7092            0.0.0.0:*                           1001       66108613   2119189/io.kecontac 
                                udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        4020       625/avahi-daemon: r 
                                udp        0      0 0.0.0.0:56809           0.0.0.0:*                           1001       66108614   2119189/io.kecontac 
                                udp        0      0 0.0.0.0:59006           0.0.0.0:*                           104        4022       625/avahi-daemon: r 
                                udp6       0      0 :::5353                 :::*                                104        4021       625/avahi-daemon: r 
                                udp6       0      0 :::44356                :::*                                104        4023       625/avahi-daemon: r 
                                udp6       0      0 fe80::79ca:2591:a72:546 :::*                                0          6377       700/NetworkManager  
                                
                                *** Log File - Last 25 Lines ***
                                
                                2024-08-22 22:59:56.774  - warn: ebus.0 (2254253) no update since 21/08/2024, 21:41:21 uih.messages.TempIncrease.lastup 
                                2024-08-22 22:59:56.792  - warn: ebus.0 (2254253) no update since 21/08/2024, 21:41:22 uih.messages.YieldLastYear.lastup 
                                2024-08-22 22:59:57.019  - warn: ebus.0 (2254253) no update since 21/08/2024, 21:41:22 uih.messages.YieldOld.lastup 
                                2024-08-22 22:59:57.041  - warn: ebus.0 (2254253) no update since 21/08/2024, 21:41:22 uih.messages.YieldSum.lastup 
                                2024-08-22 22:59:57.241  - info: ebus.0 (2254253) installed ebusd version is 23.3
                                2024-08-22 22:59:57.321  - info: ebus.0 (2254253) all http done
                                2024-08-22 23:00:00.610  - info: smartmeter.0 (2119319) Received 10 values, 3 updated
                                2024-08-22 23:00:05.555  - info: webuntis.0 (2119585) Cannot read Inbox - possible block by scool
                                2024-08-22 23:00:07.395  - info: javascript.0 (2119026) script.js.Garten.Robbie: Robbi Temp i.O.!
                                2024-08-22 23:00:11.397  - info: smartmeter.0 (2119319) Received 10 values, 3 updated
                                2024-08-22 23:00:22.384  - info: smartmeter.0 (2119319) Received 10 values, 3 updated
                                2024-08-22 23:00:33.313  - info: smartmeter.0 (2119319) Received 10 values, 3 updated
                                2024-08-22 23:00:40.529  - info: shelly.0 (2119302) [MQTT] Device with client id "shellydw2-D73F3F" connected!
                                2024-08-22 23:00:44.334  - info: smartmeter.0 (2119319) Received 10 values, 3 updated
                                2024-08-22 23:00:55.332  - info: smartmeter.0 (2119319) Received 10 values, 3 updated
                                2024-08-22 23:01:06.287  - info: smartmeter.0 (2119319) Received 10 values, 3 updated
                                2024-08-22 23:01:17.337  - info: smartmeter.0 (2119319) Received 10 values, 2 updated
                                2024-08-22 23:01:28.334  - info: smartmeter.0 (2119319) Received 10 values, 3 updated
                                2024-08-22 23:01:39.341  - info: smartmeter.0 (2119319) Received 10 values, 3 updated
                                2024-08-22 23:01:50.331  - info: smartmeter.0 (2119319) Received 10 values, 3 updated
                                2024-08-22 23:02:01.342  - info: smartmeter.0 (2119319) Received 10 values, 3 updated
                                2024-08-22 23:02:04.457  - info: javascript.0 (2119026) script.js.Garten.Robbie: Robbi Temp i.O.!
                                2024-08-22 23:02:12.379  - info: smartmeter.0 (2119319) Received 10 values, 3 updated
                                2024-08-22 23:02:23.371  - info: smartmeter.0 (2119319) Received 10 values, 3 updated
                                2024-08-22 23:02:34.426  - info: smartmeter.0 (2119319) Received 10 values, 3 updated
                                
                                
                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • T thiozinc

                                  @thomas-braun

                                  Skript v.2024-05-22
                                  
                                  *** BASE SYSTEM ***
                                   Static hostname: raspberrypi
                                         Icon name: computer
                                  Operating System: Debian GNU/Linux 12 (bookworm)
                                            Kernel: Linux 6.6.31+rpt-rpi-v8
                                      Architecture: arm64
                                  
                                  Model		: Raspberry Pi 4 Model B Rev 1.1
                                  Docker          : false
                                  Virtualization  : none
                                  Kernel          : aarch64
                                  Userland        : 64 bit
                                  
                                  Systemuptime and Load:
                                   23:01:46 up 14 days,  3:14,  2 users,  load average: 1.05, 1.34, 1.15
                                  CPU threads: 4
                                  
                                  
                                  *** RASPBERRY THROTTLING ***
                                  Current issues:
                                  No throttling issues detected.
                                  
                                  Previously detected issues:
                                  No throttling issues detected.
                                  
                                  *** Time and Time Zones ***
                                                 Local time: Thu 2024-08-22 23:01:46 CEST
                                             Universal time: Thu 2024-08-22 21:01:46 UTC
                                                   RTC time: n/a
                                                  Time zone: Europe/Berlin (CEST, +0200)
                                  System clock synchronized: yes
                                                NTP service: active
                                            RTC in local TZ: no
                                  
                                  *** Users and Groups ***
                                  User that called 'iob diag':
                                  pi
                                  HOME=/home/pi
                                  GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                                  
                                  User that is running 'js-controller':
                                  iobroker
                                  HOME=/home/iobroker
                                  GROUPS=iobroker tty dialout sudo audio video bluetooth gpio i2c
                                  
                                  *** Display-Server-Setup ***
                                  Display-Server: false
                                  Desktop: 	
                                  Terminal: 	tty
                                  Boot Target: 	multi-user.target
                                  
                                  *** MEMORY ***
                                                 total        used        free      shared  buff/cache   available
                                  Mem:            4.0G        2.8G        541M        135K        679M        1.2G
                                  Swap:           209M        195M         13M
                                  Total:          4.2G        3.0G        555M
                                  
                                  Active iob-Instances: 	29
                                  
                                           3792 M total memory
                                           2689 M used memory
                                           2254 M active memory
                                            833 M inactive memory
                                            516 M free memory
                                             75 M buffer memory
                                            572 M swap cache
                                            199 M total swap
                                            186 M used swap
                                             13 M free swap
                                  
                                  *** top - Table Of Processes  ***
                                  top - 23:01:46 up 14 days,  3:14,  2 users,  load average: 1.05, 1.34, 1.15
                                  Tasks: 216 total,   1 running, 215 sleeping,   0 stopped,   0 zombie
                                  %Cpu(s):  0.0 us, 40.0 sy,  0.0 ni, 60.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st 
                                  MiB Mem :   3792.1 total,    515.9 free,   2689.6 used,    647.8 buff/cache     
                                  MiB Swap:    200.0 total,     13.1 free,    186.9 used.   1102.5 avail Mem 
                                  
                                  *** FAILED SERVICES ***
                                  
                                    UNIT LOAD ACTIVE SUB DESCRIPTION
                                  0 loaded units listed.
                                  
                                  *** FILESYSTEM ***
                                  Filesystem     Type      Size  Used Avail Use% Mounted on
                                  udev           devtmpfs  1.6G     0  1.6G   0% /dev
                                  tmpfs          tmpfs     380M  1.3M  378M   1% /run
                                  /dev/mmcblk0p2 ext4       29G  9.5G   18G  35% /
                                  tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                                  tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
                                  /dev/mmcblk0p1 vfat      510M   64M  447M  13% /boot/firmware
                                  /dev/sda1      ext4      116G  1.7G  109G   2% /media/usbdisk
                                  tmpfs          tmpfs     380M     0  380M   0% /run/user/1000
                                  
                                  Messages concerning ext4 filesystem in dmesg:
                                  [Thu Aug  8 19:47:22 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  smsc95xx.macaddr=DC:A6:32:30:B4:93 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=68b36b16-02 rootfstype=ext4 fsck.repair=yes rootwait
                                  [Thu Aug  8 19:47:26 2024] EXT4-fs (mmcblk0p2): mounted filesystem 3b614a3f-4a65-4480-876a-8a998e01ac9b ro with ordered data mode. Quota mode: none.
                                  [Thu Aug  8 19:47:29 2024] EXT4-fs (mmcblk0p2): re-mounted 3b614a3f-4a65-4480-876a-8a998e01ac9b r/w. Quota mode: none.
                                  [Thu Aug  8 19:47:32 2024] EXT4-fs (sda1): warning: mounting fs with errors, running e2fsck is recommended
                                  [Thu Aug  8 19:47:32 2024] EXT4-fs (sda1): mounted filesystem 3d241c43-2bbf-49ce-a4f9-270fcb182309 r/w with ordered data mode. Quota mode: none.
                                  [Thu Aug  8 19:47:36 2024] EXT4-fs error (device sda1): ext4_validate_block_bitmap:421: comm ext4lazyinit: bg 122: bad block bitmap checksum
                                  [Thu Aug  8 19:47:36 2024] EXT4-fs error (device sda1): ext4_validate_block_bitmap:421: comm ext4lazyinit: bg 203: bad block bitmap checksum
                                  [Thu Aug  8 19:52:38 2024] EXT4-fs (sda1): error count since last fsck: 71
                                  [Thu Aug  8 19:52:38 2024] EXT4-fs (sda1): initial error at time 1668261680: ext4_validate_block_bitmap:390
                                  [Thu Aug  8 19:52:38 2024] EXT4-fs (sda1): last error at time 1723139237: ext4_validate_block_bitmap:421
                                  [Fri Aug  9 21:30:18 2024] EXT4-fs (sda1): error count since last fsck: 71
                                  [Fri Aug  9 21:30:18 2024] EXT4-fs (sda1): initial error at time 1668261680: ext4_validate_block_bitmap:390
                                  [Fri Aug  9 21:30:18 2024] EXT4-fs (sda1): last error at time 1723139237: ext4_validate_block_bitmap:421
                                  [Sat Aug 10 23:08:14 2024] EXT4-fs (sda1): error count since last fsck: 71
                                  [Sat Aug 10 23:08:14 2024] EXT4-fs (sda1): initial error at time 1668261680: ext4_validate_block_bitmap:390
                                  [Sat Aug 10 23:08:14 2024] EXT4-fs (sda1): last error at time 1723139237: ext4_validate_block_bitmap:421
                                  [Mon Aug 12 00:46:11 2024] EXT4-fs (sda1): error count since last fsck: 71
                                  [Mon Aug 12 00:46:11 2024] EXT4-fs (sda1): initial error at time 1668261680: ext4_validate_block_bitmap:390
                                  [Mon Aug 12 00:46:11 2024] EXT4-fs (sda1): last error at time 1723139237: ext4_validate_block_bitmap:421
                                  [Tue Aug 13 02:24:07 2024] EXT4-fs (sda1): error count since last fsck: 71
                                  [Tue Aug 13 02:24:07 2024] EXT4-fs (sda1): initial error at time 1668261680: ext4_validate_block_bitmap:390
                                  [Tue Aug 13 02:24:07 2024] EXT4-fs (sda1): last error at time 1723139237: ext4_validate_block_bitmap:421
                                  [Wed Aug 14 04:02:04 2024] EXT4-fs (sda1): error count since last fsck: 71
                                  [Wed Aug 14 04:02:04 2024] EXT4-fs (sda1): initial error at time 1668261680: ext4_validate_block_bitmap:390
                                  [Wed Aug 14 04:02:04 2024] EXT4-fs (sda1): last error at time 1723139237: ext4_validate_block_bitmap:421
                                  [Thu Aug 15 05:40:00 2024] EXT4-fs (sda1): error count since last fsck: 71
                                  [Thu Aug 15 05:40:00 2024] EXT4-fs (sda1): initial error at time 1668261680: ext4_validate_block_bitmap:390
                                  [Thu Aug 15 05:40:00 2024] EXT4-fs (sda1): last error at time 1723139237: ext4_validate_block_bitmap:421
                                  [Fri Aug 16 07:17:57 2024] EXT4-fs (sda1): error count since last fsck: 71
                                  [Fri Aug 16 07:17:57 2024] EXT4-fs (sda1): initial error at time 1668261680: ext4_validate_block_bitmap:390
                                  [Fri Aug 16 07:17:57 2024] EXT4-fs (sda1): last error at time 1723139237: ext4_validate_block_bitmap:421
                                  [Sat Aug 17 08:55:53 2024] EXT4-fs (sda1): error count since last fsck: 71
                                  [Sat Aug 17 08:55:53 2024] EXT4-fs (sda1): initial error at time 1668261680: ext4_validate_block_bitmap:390
                                  [Sat Aug 17 08:55:53 2024] EXT4-fs (sda1): last error at time 1723139237: ext4_validate_block_bitmap:421
                                  [Sun Aug 18 10:33:50 2024] EXT4-fs (sda1): error count since last fsck: 71
                                  [Sun Aug 18 10:33:50 2024] EXT4-fs (sda1): initial error at time 1668261680: ext4_validate_block_bitmap:390
                                  [Sun Aug 18 10:33:50 2024] EXT4-fs (sda1): last error at time 1723139237: ext4_validate_block_bitmap:421
                                  [Mon Aug 19 12:11:46 2024] EXT4-fs (sda1): error count since last fsck: 71
                                  [Mon Aug 19 12:11:46 2024] EXT4-fs (sda1): initial error at time 1668261680: ext4_validate_block_bitmap:390
                                  [Mon Aug 19 12:11:46 2024] EXT4-fs (sda1): last error at time 1723139237: ext4_validate_block_bitmap:421
                                  [Tue Aug 20 13:49:43 2024] EXT4-fs (sda1): error count since last fsck: 71
                                  [Tue Aug 20 13:49:43 2024] EXT4-fs (sda1): initial error at time 1668261680: ext4_validate_block_bitmap:390
                                  [Tue Aug 20 13:49:43 2024] EXT4-fs (sda1): last error at time 1723139237: ext4_validate_block_bitmap:421
                                  [Wed Aug 21 15:27:39 2024] EXT4-fs (sda1): error count since last fsck: 71
                                  [Wed Aug 21 15:27:39 2024] EXT4-fs (sda1): initial error at time 1668261680: ext4_validate_block_bitmap:390
                                  [Wed Aug 21 15:27:39 2024] EXT4-fs (sda1): last error at time 1723139237: ext4_validate_block_bitmap:421
                                  [Thu Aug 22 17:05:36 2024] EXT4-fs (sda1): error count since last fsck: 71
                                  [Thu Aug 22 17:05:36 2024] EXT4-fs (sda1): initial error at time 1668261680: ext4_validate_block_bitmap:390
                                  [Thu Aug 22 17:05:36 2024] EXT4-fs (sda1): last error at time 1723139237: ext4_validate_block_bitmap:421
                                  
                                  Show mounted filesystems:
                                  TARGET                                                  SOURCE         FSTYPE      OPTIONS
                                  /                                                       /dev/mmcblk0p2 ext4        rw,noatime
                                  |-/sys                                                  sysfs          sysfs       rw,nosuid,nodev,noexec,relatime
                                  | |-/sys/kernel/security                                securityfs     securityfs  rw,nosuid,nodev,noexec,relatime
                                  | |-/sys/fs/cgroup                                      cgroup2        cgroup2     rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot
                                  | |-/sys/fs/pstore                                      pstore         pstore      rw,nosuid,nodev,noexec,relatime
                                  | |-/sys/fs/bpf                                         bpf            bpf         rw,nosuid,nodev,noexec,relatime,mode=700
                                  | |-/sys/kernel/debug                                   debugfs        debugfs     rw,nosuid,nodev,noexec,relatime
                                  | | `-/sys/kernel/debug/tracing                         tracefs        tracefs     rw,nosuid,nodev,noexec,relatime
                                  | |-/sys/kernel/tracing                                 tracefs        tracefs     rw,nosuid,nodev,noexec,relatime
                                  | |-/sys/fs/fuse/connections                            fusectl        fusectl     rw,nosuid,nodev,noexec,relatime
                                  | `-/sys/kernel/config                                  configfs       configfs    rw,nosuid,nodev,noexec,relatime
                                  |-/proc                                                 proc           proc        rw,relatime
                                  | `-/proc/sys/fs/binfmt_misc                            systemd-1      autofs      rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=143
                                  |   `-/proc/sys/fs/binfmt_misc                          binfmt_misc    binfmt_misc rw,nosuid,nodev,noexec,relatime
                                  |-/dev                                                  udev           devtmpfs    rw,nosuid,relatime,size=1671304k,nr_inodes=417826,mode=755
                                  | |-/dev/pts                                            devpts         devpts      rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                                  | |-/dev/shm                                            tmpfs          tmpfs       rw,nosuid,nodev
                                  | `-/dev/mqueue                                         mqueue         mqueue      rw,nosuid,nodev,noexec,relatime
                                  |-/run                                                  tmpfs          tmpfs       rw,nosuid,nodev,noexec,relatime,size=388308k,mode=755
                                  | |-/run/lock                                           tmpfs          tmpfs       rw,nosuid,nodev,noexec,relatime,size=5120k
                                  | |-/run/credentials/systemd-sysctl.service             ramfs          ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                                  | |-/run/credentials/systemd-sysusers.service           ramfs          ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                                  | |-/run/credentials/systemd-tmpfiles-setup-dev.service ramfs          ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                                  | |-/run/rpc_pipefs                                     sunrpc         rpc_pipefs  rw,relatime
                                  | |-/run/credentials/systemd-tmpfiles-setup.service     ramfs          ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                                  | `-/run/user/1000                                      tmpfs          tmpfs       rw,nosuid,nodev,relatime,size=388304k,nr_inodes=97076,mode=700,uid=1000,gid=1000
                                  |-/boot/firmware                                        /dev/mmcblk0p1 vfat        rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                  `-/media/usbdisk                                        /dev/sda1      ext4        rw,nosuid,nodev,noexec,noatime
                                  
                                  Files in neuralgic directories:
                                  
                                  /var:
                                  3.6G	/var/
                                  1.9G	/var/log/journal/1c963a2d6f5d49798d662b895e4632cd
                                  1.9G	/var/log/journal
                                  1.9G	/var/log
                                  1.3G	/var/lib
                                  
                                  Archived and active journals take up 1.8G in the file system.
                                  
                                  /opt/iobroker/backups:
                                  384M	/opt/iobroker/backups/
                                  
                                  /opt/iobroker/iobroker-data:
                                  894M	/opt/iobroker/iobroker-data/
                                  700M	/opt/iobroker/iobroker-data/files
                                  441M	/opt/iobroker/iobroker-data/files/javascript.admin
                                  409M	/opt/iobroker/iobroker-data/files/javascript.admin/static
                                  408M	/opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                  
                                  The five largest files in iobroker-data are:
                                  42M	/opt/iobroker/iobroker-data/files/telegram-menu.admin/build/index.js.map
                                  30M	/opt/iobroker/iobroker-data/objects.jsonl
                                  24M	/opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                                  22M	/opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.18496c94.js.map
                                  19M	/opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.02fc3820.js.map
                                  
                                  USB-Devices by-id:
                                  USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                  
                                  /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A50285BI-if00-port0
                                  /dev/serial/by-id/usb-Silicon_Labs_CP2102N_USB_to_UART_Bridge_Controller_d2fcfed44da0ea1184b05dcbfe9faf31-if00-port0
                                  /dev/serial/by-id/usb-Espressif_USB_JTAG_serial_debug_unit_80:65:99:99:A8:30-if00
                                  
                                  
                                  
                                  
                                  *** NodeJS-Installation ***
                                  
                                  /usr/bin/nodejs 	v18.20.4
                                  /usr/bin/node 		v18.20.4
                                  /usr/bin/npm 		10.7.0
                                  /usr/bin/npx 		10.7.0
                                  /usr/bin/corepack 	0.28.0
                                  
                                  
                                  nodejs:
                                    Installed: 18.20.4-1nodesource1
                                    Candidate: 18.20.4-1nodesource1
                                    Version table:
                                   *** 18.20.4-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                          100 /var/lib/dpkg/status
                                       18.20.3-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                       18.20.2-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                       18.20.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                       18.20.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                       18.19.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                       18.19.0+dfsg-6~deb12u2 500
                                          500 http://deb.debian.org/debian bookworm/main arm64 Packages
                                       18.19.0+dfsg-6~deb12u1 500
                                          500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                                       18.19.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                       18.18.2-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                       18.18.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                       18.18.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                       18.17.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                       18.17.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                       18.16.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                       18.16.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                       18.15.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                       18.14.2-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                       18.14.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                       18.14.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                       18.13.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                       18.12.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                       18.11.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                       18.10.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                       18.9.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                       18.9.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                       18.8.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                       18.7.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                       18.6.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                       18.5.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                       18.4.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                       18.3.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                       18.2.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                       18.1.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                       18.0.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                  
                                  Temp directories causing npm8 problem: 0
                                  No problems detected
                                  
                                  Errors in npm tree:
                                  
                                  *** ioBroker-Installation ***
                                  
                                  ioBroker Status
                                  iobroker is running on this host.
                                  
                                  
                                  Objects type: jsonl
                                  States  type: jsonl
                                  
                                  Core adapters versions
                                  js-controller: 	6.0.9
                                  admin: 		7.0.23
                                  javascript: 	8.7.6
                                  
                                  nodejs modules from github: 	3
                                  +-- iobroker.robonect@1.3.6 (git+ssh://git@github.com/Grizzelbee/ioBroker.robonect.git#b3e15ba3ceda35dbc6688cc5431da2493a4c2f62)
                                  +-- iobroker.vw-connect@0.5.1 (git+ssh://git@github.com/ta2k/ioBroker.vw-connect.git#29ef72ba0568014661f431d5fc0908619fff89c2)
                                  +-- iobroker.wireless-mbus@0.9.2 (git+ssh://git@github.com/lvogt/ioBroker.wireless-mbus.git#de09e441e4c88799ada3abd396f04fad74f80325)
                                  
                                  Adapter State
                                  + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                  + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                                    system.adapter.ble.0                    : ble                   : raspberrypi                              - disabled
                                  + system.adapter.cloud.0                  : cloud                 : raspberrypi                              -  enabled
                                    system.adapter.daswetter.0              : daswetter             : raspberrypi                              -  enabled
                                    system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
                                  + system.adapter.drag-indicator.0         : drag-indicator        : raspberrypi                              -  enabled
                                  + system.adapter.ebus.0                   : ebus                  : raspberrypi                              -  enabled
                                    system.adapter.feiertage.0              : feiertage             : raspberrypi                              -  enabled
                                    system.adapter.flot.0                   : flot                  : raspberrypi                              - disabled
                                  + system.adapter.followthesun.0           : followthesun          : raspberrypi                              -  enabled
                                  + system.adapter.history.0                : history               : raspberrypi                              -  enabled
                                  + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
                                  + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                                  + system.adapter.kecontact.0              : kecontact             : raspberrypi                              -  enabled
                                  + system.adapter.modbus.0                 : modbus                : raspberrypi                              -  enabled
                                  + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                                    system.adapter.openligadb.0             : openligadb            : raspberrypi                              - disabled
                                  + system.adapter.parser.1                 : parser                : raspberrypi                              -  enabled
                                  + system.adapter.ping.0                   : ping                  : raspberrypi                              -  enabled
                                    system.adapter.psa.0                    : psa                   : raspberrypi                              - disabled
                                  + system.adapter.pushover.1               : pushover              : raspberrypi                              -  enabled
                                  + system.adapter.pushover.2               : pushover              : raspberrypi                              -  enabled
                                  + system.adapter.robonect.0               : robonect              : raspberrypi                              -  enabled
                                    system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              - disabled
                                    system.adapter.schoolfree.0             : schoolfree            : raspberrypi                              -  enabled
                                  + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1886, bind: 0.0.0.0
                                  + system.adapter.simple-api.0             : simple-api            : raspberrypi                              -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                  + system.adapter.smartmeter.0             : smartmeter            : raspberrypi                              -  enabled
                                  + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1884, bind: 0.0.0.0
                                  + system.adapter.sql.0                    : sql                   : raspberrypi                              -  enabled, port: 3306
                                    system.adapter.telegram-menu.0          : telegram-menu         : raspberrypi                              - disabled
                                  + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                                  + system.adapter.text2command.0           : text2command          : raspberrypi                              -  enabled
                                    system.adapter.vis-bars.0               : vis-bars              : raspberrypi                              - disabled
                                    system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : raspberrypi                              - disabled
                                    system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : raspberrypi                              - disabled
                                    system.adapter.vis-history.0            : vis-history           : raspberrypi                              - disabled
                                    system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              - disabled
                                    system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : raspberrypi                              - disabled
                                    system.adapter.vis-justgage.0           : vis-justgage          : raspberrypi                              - disabled
                                    system.adapter.vis-lcars.0              : vis-lcars             : raspberrypi                              - disabled
                                    system.adapter.vis-plumb.0              : vis-plumb             : raspberrypi                              - disabled
                                    system.adapter.vis-rgraph.0             : vis-rgraph            : raspberrypi                              - disabled
                                    system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi                              - disabled
                                    system.adapter.vis-weather.0            : vis-weather           : raspberrypi                              - disabled
                                    system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                                  + system.adapter.vw-connect.0             : vw-connect            : raspberrypi                              -  enabled
                                  + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                  + system.adapter.webuntis.0               : webuntis              : raspberrypi                              -  enabled
                                    system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : raspberrypi                              - disabled
                                  + system.adapter.wireless-mbus.0          : wireless-mbus         : raspberrypi                              -  enabled
                                  
                                  + instance is alive
                                  
                                  Enabled adapters with bindings
                                  + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                  + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                                  + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1886, bind: 0.0.0.0
                                  + system.adapter.simple-api.0             : simple-api            : raspberrypi                              -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                  + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1884, bind: 0.0.0.0
                                  + system.adapter.sql.0                    : sql                   : raspberrypi                              -  enabled, port: 3306
                                  + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                                  + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                  
                                  ioBroker-Repositories
                                  ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                                  │ (index) │   name   │                           url                           │ auto upgrade │
                                  ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                                  │    0    │ 'stable' │    'http://download.iobroker.net/sources-dist.json'     │    false     │
                                  │    1    │  'beta'  │ 'http://download.iobroker.net/sources-dist-latest.json' │    false     │
                                  └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                                  
                                  Active repo(s): stable
                                  Upgrade policy: none
                                  
                                  Installed ioBroker-Instances
                                  Used repository: stable
                                  Adapter    "admin"        : 7.0.23   , installed 7.0.23
                                  Adapter    "backitup"     : 3.0.19   , installed 3.0.19
                                  Adapter    "ble"          : 0.14.0   , installed 0.14.0
                                  Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                                  Adapter    "daswetter"    : 3.1.15   , installed 3.1.15
                                  Adapter    "discovery"    : 4.5.0    , installed 4.5.0
                                  Adapter    "drag-indicator": 2.1.4   , installed 2.1.4
                                  Adapter    "ebus"         : 3.3.4    , installed 3.3.4
                                  Adapter    "feiertage"    : 1.2.0    , installed 1.2.0
                                  Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                  Adapter    "followthesun" : 0.5.0    , installed 0.5.0
                                  Adapter    "history"      : 3.0.1    , installed 3.0.1
                                  Adapter    "javascript"   : 8.7.6    , installed 8.7.6
                                  Controller "js-controller": 6.0.9    , installed 6.0.9
                                  Adapter    "kecontact"    : 2.2.0    , installed 2.2.0
                                  Adapter    "modbus"       : 6.2.3    , installed 6.2.3
                                  Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
                                  Adapter    "openligadb"   : 1.4.9    , installed 1.4.9
                                  Adapter    "parser"       : 2.2.2    , installed 2.2.2
                                  Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                  Adapter    "pushover"     : 3.0.6    , installed 3.0.6
                                  Adapter    "robonect"     : 1.3.6    , installed 1.3.6
                                  Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                                  Adapter    "schoolfree"   : 1.1.4    , installed 1.1.4
                                  Adapter    "shelly"       : 7.0.0    , installed 7.0.0
                                  Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                  Adapter    "smartmeter"   : 3.4.0    , installed 3.4.0
                                  Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                                  Adapter    "sonoff"       : 3.1.0    , installed 3.1.0
                                  Adapter    "sql"          : 3.0.1    , installed 3.0.1
                                  Adapter    "telegram"     : 3.9.0    , installed 3.9.0
                                  Adapter    "telegram-menu": 1.7.4    , installed 1.7.4
                                  Adapter    "text2command" : 3.0.3    , installed 3.0.3
                                  Adapter    "vis"          : 1.5.6    , installed 1.5.6
                                  Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                  Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                                  Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                  Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                                  Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                                  Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
                                  Adapter    "vis-justgage" : 2.1.7    , installed 2.1.7
                                  Adapter    "vis-lcars"    : 1.1.1    , installed 1.1.1
                                  Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                                  Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                                  Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                  Adapter    "vis-weather"  : 2.5.9    , installed 2.5.9
                                  Adapter    "web"          : 6.2.5    , installed 6.2.5
                                  Adapter    "webuntis"     : 0.3.4    , installed 0.3.4
                                  Adapter    "whatsapp-cmb" : 0.3.0    , installed 0.3.0
                                  Adapter    "wireless-mbus": 0.9.1    , installed 0.9.2
                                  Adapter    "ws"           : 2.6.2    , installed 2.6.2
                                  
                                  Objects and States
                                  Please stand by - This may take a while
                                  Objects: 	12368
                                  States: 	11091
                                  
                                  *** OS-Repositories and Updates ***
                                  Hit:1 http://deb.debian.org/debian bookworm InRelease
                                  Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                                  Hit:3 http://archive.raspberrypi.com/debian bookworm InRelease
                                  Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
                                  Hit:5 https://deb.nodesource.com/node_18.x nodistro InRelease
                                  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:22              0.0.0.0:*               LISTEN      0          674        787/sshd: /usr/sbin 
                                  tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      106        6015       847/mariadbd        
                                  tcp        0      0 0.0.0.0:8888            0.0.0.0:*               LISTEN      0          50950559   1469294/ebusd       
                                  tcp        0      0 0.0.0.0:8889            0.0.0.0:*               LISTEN      0          50950560   1469294/ebusd       
                                  tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       66105371   2118966/iobroker.js 
                                  tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       66105364   2118966/iobroker.js 
                                  tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       66109578   2119230/io.mqtt.0   
                                  tcp        0      0 0.0.0.0:1884            0.0.0.0:*               LISTEN      1001       66108352   2119342/io.sonoff.0 
                                  tcp        0      0 0.0.0.0:1886            0.0.0.0:*               LISTEN      1001       66106731   2119302/io.shelly.0 
                                  tcp6       0      0 :::22                   :::*                    LISTEN      0          676        787/sshd: /usr/sbin 
                                  tcp6       0      0 :::8081                 :::*                    LISTEN      1001       66105455   2118992/io.admin.0  
                                  tcp6       0      0 :::8082                 :::*                    LISTEN      1001       66107057   2119380/io.web.0    
                                  tcp6       0      0 :::8087                 :::*                    LISTEN      1001       66110036   2119540/io.simple-a 
                                  udp        0      0 0.0.0.0:7090            0.0.0.0:*                           1001       66108612   2119189/io.kecontac 
                                  udp        0      0 0.0.0.0:7092            0.0.0.0:*                           1001       66108613   2119189/io.kecontac 
                                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        4020       625/avahi-daemon: r 
                                  udp        0      0 0.0.0.0:56809           0.0.0.0:*                           1001       66108614   2119189/io.kecontac 
                                  udp        0      0 0.0.0.0:59006           0.0.0.0:*                           104        4022       625/avahi-daemon: r 
                                  udp6       0      0 :::5353                 :::*                                104        4021       625/avahi-daemon: r 
                                  udp6       0      0 :::44356                :::*                                104        4023       625/avahi-daemon: r 
                                  udp6       0      0 fe80::79ca:2591:a72:546 :::*                                0          6377       700/NetworkManager  
                                  
                                  *** Log File - Last 25 Lines ***
                                  
                                  2024-08-22 22:59:56.774  - warn: ebus.0 (2254253) no update since 21/08/2024, 21:41:21 uih.messages.TempIncrease.lastup 
                                  2024-08-22 22:59:56.792  - warn: ebus.0 (2254253) no update since 21/08/2024, 21:41:22 uih.messages.YieldLastYear.lastup 
                                  2024-08-22 22:59:57.019  - warn: ebus.0 (2254253) no update since 21/08/2024, 21:41:22 uih.messages.YieldOld.lastup 
                                  2024-08-22 22:59:57.041  - warn: ebus.0 (2254253) no update since 21/08/2024, 21:41:22 uih.messages.YieldSum.lastup 
                                  2024-08-22 22:59:57.241  - info: ebus.0 (2254253) installed ebusd version is 23.3
                                  2024-08-22 22:59:57.321  - info: ebus.0 (2254253) all http done
                                  2024-08-22 23:00:00.610  - info: smartmeter.0 (2119319) Received 10 values, 3 updated
                                  2024-08-22 23:00:05.555  - info: webuntis.0 (2119585) Cannot read Inbox - possible block by scool
                                  2024-08-22 23:00:07.395  - info: javascript.0 (2119026) script.js.Garten.Robbie: Robbi Temp i.O.!
                                  2024-08-22 23:00:11.397  - info: smartmeter.0 (2119319) Received 10 values, 3 updated
                                  2024-08-22 23:00:22.384  - info: smartmeter.0 (2119319) Received 10 values, 3 updated
                                  2024-08-22 23:00:33.313  - info: smartmeter.0 (2119319) Received 10 values, 3 updated
                                  2024-08-22 23:00:40.529  - info: shelly.0 (2119302) [MQTT] Device with client id "shellydw2-D73F3F" connected!
                                  2024-08-22 23:00:44.334  - info: smartmeter.0 (2119319) Received 10 values, 3 updated
                                  2024-08-22 23:00:55.332  - info: smartmeter.0 (2119319) Received 10 values, 3 updated
                                  2024-08-22 23:01:06.287  - info: smartmeter.0 (2119319) Received 10 values, 3 updated
                                  2024-08-22 23:01:17.337  - info: smartmeter.0 (2119319) Received 10 values, 2 updated
                                  2024-08-22 23:01:28.334  - info: smartmeter.0 (2119319) Received 10 values, 3 updated
                                  2024-08-22 23:01:39.341  - info: smartmeter.0 (2119319) Received 10 values, 3 updated
                                  2024-08-22 23:01:50.331  - info: smartmeter.0 (2119319) Received 10 values, 3 updated
                                  2024-08-22 23:02:01.342  - info: smartmeter.0 (2119319) Received 10 values, 3 updated
                                  2024-08-22 23:02:04.457  - info: javascript.0 (2119026) script.js.Garten.Robbie: Robbi Temp i.O.!
                                  2024-08-22 23:02:12.379  - info: smartmeter.0 (2119319) Received 10 values, 3 updated
                                  2024-08-22 23:02:23.371  - info: smartmeter.0 (2119319) Received 10 values, 3 updated
                                  2024-08-22 23:02:34.426  - info: smartmeter.0 (2119319) Received 10 values, 3 updated
                                  
                                  
                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  schrieb am zuletzt editiert von
                                  #616

                                  @thiozinc

                                  Dein Dateisystem auf /dev/sda1 (/media/usbdisk) hat Einschläge.

                                  [Thu Aug 8 19:47:32 2024] EXT4-fs (sda1): warning: mounting fs with errors, running e2fsck is recommended
                                  [Thu Aug 22 17:05:36 2024] EXT4-fs (sda1): initial error at time 1668261680: ext4_validate_block_bitmap:390
                                  [Thu Aug 22 17:05:36 2024] EXT4-fs (sda1): last error at time 1723139237: ext4_validate_block_bitmap:421

                                  Bring nodejs auf Version 20

                                  iob nodejs-update
                                  

                                  Ansonsten nix auffälliges.

                                  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

                                  T 1 Antwort Letzte Antwort
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @thiozinc

                                    Dein Dateisystem auf /dev/sda1 (/media/usbdisk) hat Einschläge.

                                    [Thu Aug 8 19:47:32 2024] EXT4-fs (sda1): warning: mounting fs with errors, running e2fsck is recommended
                                    [Thu Aug 22 17:05:36 2024] EXT4-fs (sda1): initial error at time 1668261680: ext4_validate_block_bitmap:390
                                    [Thu Aug 22 17:05:36 2024] EXT4-fs (sda1): last error at time 1723139237: ext4_validate_block_bitmap:421

                                    Bring nodejs auf Version 20

                                    iob nodejs-update
                                    

                                    Ansonsten nix auffälliges.

                                    T Offline
                                    T Offline
                                    thiozinc
                                    schrieb am zuletzt editiert von thiozinc
                                    #617

                                    @thomas-braun said in Adapter: ebus:

                                    iob nodejs-update

                                    Danke für den Tipp, aber das Update hat leider auch keine Verbesserung gebracht.

                                    Thomas BraunT 2 Antworten Letzte Antwort
                                    0
                                    • T thiozinc

                                      @thomas-braun said in Adapter: ebus:

                                      iob nodejs-update

                                      Danke für den Tipp, aber das Update hat leider auch keine Verbesserung gebracht.

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

                                      @thiozinc

                                      Das hab ich auch nicht behauptet.

                                      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
                                      0
                                      • T thiozinc

                                        @thomas-braun said in Adapter: ebus:

                                        iob nodejs-update

                                        Danke für den Tipp, aber das Update hat leider auch keine Verbesserung gebracht.

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

                                        @thiozinc

                                        iob upload all
                                        

                                        mal ausführen.

                                        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

                                        T 1 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @thiozinc

                                          iob upload all
                                          

                                          mal ausführen.

                                          T Offline
                                          T Offline
                                          thiozinc
                                          schrieb am zuletzt editiert von
                                          #620

                                          @thomas-braun

                                          Danke, jetzt läuft's wieder!

                                          1 Antwort Letzte Antwort
                                          0
                                          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

                                          331

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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