Skip to content
  • Home
  • 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

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Dreame Home Adapter

NEWS

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

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

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

Test Dreame Home Adapter

Geplant Angeheftet Gesperrt Verschoben Tester
241 Beiträge 39 Kommentatoren 49.2k Aufrufe 44 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.
  • B Baddik

    @heinz2100 Danke für die Antwort. Ich verstehe aber leider nur Bahnhof 🙄 Kannst Du das bitte für einen Laien ein bisschen genauer ausführen? Danke.

    H Offline
    H Offline
    Heinz2100
    schrieb am zuletzt editiert von
    #205

    @baddik Nimm in der WIS ein Widget mit dem Namen "String img scr" und nimm hier die Objekt ID dreame.0.XXXXXXXXX.map.maps.XX.image

    Je nachdem wie es bei dir heißt. Falls die Karte gespiegelt angezeigt wird, kannst du bei den Widget-Eigenschaften unter "CSS allgemein" unter "transform" den Wert scaleY(-1) oder scaleX(-1) einegen. Dann wird es gespiegelt.

    B 1 Antwort Letzte Antwort
    0
    • H Heinz2100

      @baddik Nimm in der WIS ein Widget mit dem Namen "String img scr" und nimm hier die Objekt ID dreame.0.XXXXXXXXX.map.maps.XX.image

      Je nachdem wie es bei dir heißt. Falls die Karte gespiegelt angezeigt wird, kannst du bei den Widget-Eigenschaften unter "CSS allgemein" unter "transform" den Wert scaleY(-1) oder scaleX(-1) einegen. Dann wird es gespiegelt.

      B Offline
      B Offline
      Baddik
      schrieb am zuletzt editiert von
      #206

      @heinz2100 Danke. Ich habe festgestellt, dass wir wohl aneinander vorbei geredet haben.
      Den von Dir erwähnten Datenpunkt habe ich nur im "dreame"-Adapter gefunden. Ich habe aber "dreamehome" installiert und da kann ich diesen DP nicht finden. Das macht doch einiges klarer...
      Jetzt habe ich übrigens die Karte, wenn ich mit dem "dreame" Adapter arbeite 👍

      Alexander GrebeA 1 Antwort Letzte Antwort
      0
      • B Baddik

        @heinz2100 Danke. Ich habe festgestellt, dass wir wohl aneinander vorbei geredet haben.
        Den von Dir erwähnten Datenpunkt habe ich nur im "dreame"-Adapter gefunden. Ich habe aber "dreamehome" installiert und da kann ich diesen DP nicht finden. Das macht doch einiges klarer...
        Jetzt habe ich übrigens die Karte, wenn ich mit dem "dreame" Adapter arbeite 👍

        Alexander GrebeA Offline
        Alexander GrebeA Offline
        Alexander Grebe
        schrieb am zuletzt editiert von
        #207

        Hallo Community,

        ich habe einen Dreame L10s Ultra im Einsatz, den ich versuche im ioBroker zum Laufen zu bringen. Zunächst habe ich das mit dem Dreame Adapter versucht (was so "halb" ging) und jetzt habe ich den Dreamhome Dapter über die Katze von github installiert.
        Beim ersten Starten des Adapters ging der auch auf "grün". Allerdings haben da noch die Maps gefehlt. Ich habe darauf (wie in der Anleitung beschrieben) dreamehome.0.xxxxxxxx.map.NewMap auf true gesetzt. Seitdem startet der Adapter nicht mehr richtig mit folgenden Fehler-Meldungen:

        host.raspyDocker
        	2025-02-22 12:11:40.055	info	Restart adapter system.adapter.dreamehome.0 because enabled
        host.raspyDocker
        	2025-02-22 12:11:40.055	error	instance system.adapter.dreamehome.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
        dreamehome.0
        	2025-02-22 12:11:39.820	info	Connection to MQTT successfully established
        dreamehome.0
        	2025-02-22 12:11:39.507	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
        dreamehome.0
        	2025-02-22 12:11:39.506	info	terminating
        dreamehome.0
        	2025-02-22 12:11:39.506	info	cleaned everything up...
        dreamehome.0
        	2025-02-22 12:11:39.504	error	Cannot read properties of undefined (reading 'storeys')
        dreamehome.0
        	2025-02-22 12:11:39.504	error	TypeError: Cannot read properties of undefined (reading 'storeys') at Dreamehome.DH_GetSetRooms (/opt/iobroker/node_modules/iobroker.dreamehome/main.js:1805:54) at Dreamehome.onReady (/opt/iobroker/node_modules/iobroker.dreamehome/main.js:1428:15)
        dreamehome.0
        	2025-02-22 12:11:39.503	error	unhandled promise rejection: Cannot read properties of undefined (reading 'storeys')
        dreamehome.0
        	2025-02-22 12:11:39.503	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
        dreamehome.0
        	2025-02-22 12:11:39.424	info	Die aktuell eingestellte Standard-Kartennummer ist eingestellt auf 0
        dreamehome.0
        	2025-02-22 12:11:39.376	info	Set and update Volume value to: 21
        dreamehome.0
        	2025-02-22 12:11:39.327	info	Set and update Live Video Prompts value to: 0
        dreamehome.0
        	2025-02-22 12:11:39.278	info	Set and update Clean Route value to: 0
        dreamehome.0
        	2025-02-22 12:11:39.230	info	Set and update Collision-Avoidance Mode value to: 0
        dreamehome.0
        	2025-02-22 12:11:39.182	info	Set and update Fill Light value to: 0
        dreamehome.0
        	2025-02-22 12:11:39.134	info	Set and update Intensive Cleaning for Furniture Legs value to: 0
        dreamehome.0
        	2025-02-22 12:11:39.087	info	Set and update Mop Extension for Gap cleaning value to: 0
        dreamehome.0
        	2025-02-22 12:11:39.039	info	Set and update AI driven MopExtend value to: 0
        dreamehome.0
        	2025-02-22 12:11:38.991	info	Set and update Intensive Carpet cleaning value to: 0
        dreamehome.0
        	2025-02-22 12:11:38.943	info	Set and update Carpet Boost value to: 0
        dreamehome.0
        	2025-02-22 12:11:38.895	info	Set and update Auto recleaning value to: 0
        dreamehome.0
        	2025-02-22 12:11:38.847	info	Set and update Auto Rewashing value to: 0
        dreamehome.0
        	2025-02-22 12:11:38.795	info	Set and update Clean Genius value to: 0
        dreamehome.0
        	2025-02-22 12:11:38.746	info	Set and update Auto mount mop value to: 0
        dreamehome.0
        	2025-02-22 12:11:38.741	info	Set and update Auto add detergent value to: null
        dreamehome.0
        	2025-02-22 12:11:38.736	info	Set and update Child lock value to: 0
        dreamehome.0
        	2025-02-22 12:11:38.731	info	Set and update Resume Cleane Mode value to: 1
        dreamehome.0
        	2025-02-22 12:11:38.682	info	Die Karte wurde erfolgreich aus der Cloud heruntergeladen
        dreamehome.0
        	2025-02-22 12:11:38.675	info	Die aktuell eingestellte Standard-Kartennummer ist eingestellt auf 0
        dreamehome.0
        	2025-02-22 12:11:38.171	info	Get and update Camera light value to: "0"
        dreamehome.0
        	2025-02-22 12:11:37.933	info	Get and update Stream status value to: "{\"operType\":\"end\",\"operation\":\"monitor\",\"result\":0,\"status\":0}"
        dreamehome.0
        	2025-02-22 12:11:37.730	info	Get and update Detergent time left value to: "18"
        dreamehome.0
        	2025-02-22 12:11:37.695	info	Get and update Detergent left value to: "100"
        dreamehome.0
        	2025-02-22 12:11:37.557	info	Get and update Mop pad time left value to: "0"
        dreamehome.0
        	2025-02-22 12:11:37.482	info	Get and update Mop pad left value to: "0"
        dreamehome.0
        	2025-02-22 12:11:37.405	info	Get and update Sensor dirty time left value to: "24"
        dreamehome.0
        	2025-02-22 12:11:37.329	info	Get and update Sensor dirty left value to: "80"
        dreamehome.0
        	2025-02-22 12:11:37.253	info	Get and update Auto empty status value to: "0"
        dreamehome.0
        	2025-02-22 12:11:37.220	info	Get and update Dust collection value to: "1"
        dreamehome.0
        	2025-02-22 12:11:36.874	info	Get and update Filter time left value to: "38"
        dreamehome.0
        	2025-02-22 12:11:36.798	info	Get and update Filter left value to: "25"
        dreamehome.0
        	2025-02-22 12:11:36.722	info	Get and update Side brush left value to: "44"
        dreamehome.0
        	2025-02-22 12:11:36.645	info	Get and update Side brush time left value to: "88"
        dreamehome.0
        	2025-02-22 12:11:36.570	info	Get and update Main brush left value to: "62"
        dreamehome.0
        	2025-02-22 12:11:36.537	info	Get and update Main brush time left value to: "188"
        dreamehome.0
        	2025-02-22 12:11:36.472	info	Get and update Schedule cancel reason value to: "0"
        dreamehome.0
        	2025-02-22 12:11:36.366	info	Get and update Schedule value to: "2-1-08:25-0100000-1-0-0-0-0;1-3-08:50-0010100-1-6-0-0-78081,78082;4-3-11:00-0000000-0-6-0-0-2171137;6-0-11:04-0000000-0-34-0-0-78082,78081;5-0-12:01-0000000-0-6-0-0-78083,78081;3-3-12:17-0000000-0-6-0-0-78081,78082,78083;9-0-12:40-0000000-0-34-0-0-78081,78082;10-0-13:34-0000000-0-34-0-0-78082,78081;7-0-14:21-0000000-0-34-0-0-2175233;8-0-14:35-0000000-0-34-0-0-78082"
        dreamehome.0
        	2025-02-22 12:11:36.331	info	Get and update Timezone value to: "Europe/Berlin"
        dreamehome.0
        	2025-02-22 12:11:36.203	info	Get and update Volume value to: "21"
        dreamehome.0
        	2025-02-22 12:11:35.929	info	Get and update Map list value to: "{\"obj_name\":\"ali_dreame/FN759768/760380477/9\",\"md5\":\"9c3a8b002314dada5808154865eec5de\"}"
        dreamehome.0
        	2025-02-22 12:11:35.892	info	Get and update Multi floor map value to: "1"
        dreamehome.0
        	2025-02-22 12:11:35.767	info	Get and update Object name value to: "ali_dreame/FN759768/760380477/0"
        dreamehome.0
        	2025-02-22 12:11:35.367	info	Get and update Mop pad installed value to: "0"
        dreamehome.0
        	2025-02-22 12:11:35.289	info	Get and update Mop in station value to: "0"
        dreamehome.0
        	2025-02-22 12:11:35.254	info	Get and update Auto water refilling value to: "0"
        dreamehome.0
        	2025-02-22 12:11:35.139	info	Get and update Intelligent recognition value to: "0"
        dreamehome.0
        	2025-02-22 12:11:35.060	info	Get and update Quick command value to: "[]"
        dreamehome.0
        	2025-02-22 12:11:34.979	info	Get and update Scheduled clean value to: "0"
        dreamehome.0
        	2025-02-22 12:11:34.899	info	Get and update Mop wash level value to: "1"
        dreamehome.0
        	2025-02-22 12:11:34.819	info	Get and update Auto mount mop value to: "0"
        dreamehome.0
        	2025-02-22 12:11:34.743	info	Get and update Low water warning value to: "0"
        dreamehome.0
        	2025-02-22 12:11:34.667	info	Get and update Drying time value to: "2"
        dreamehome.0
        	2025-02-22 12:11:34.634	info	Get and update Save water tips value to: "0"
        dreamehome.0
        	2025-02-22 12:11:34.556	info	Get and update Capability value to: "1"
        dreamehome.0
        	2025-02-22 12:11:34.478	info	Get and update Auto add detergent value to: "2"
        dreamehome.0
        	2025-02-22 12:11:34.402	info	Get and update Carpet avoidance value to: "2"
        dreamehome.0
        	2025-02-22 12:11:34.327	info	Get and update Warn status value to: "101"
        dreamehome.0
        	2025-02-22 12:11:34.250	info	Get and update Self clean value to: "1"
        dreamehome.0
        	2025-02-22 12:11:34.216	info	Get and update Carpet recognition value to: "1"
        dreamehome.0
        	2025-02-22 12:11:34.111	info	Get and update Y clean value to: "0"
        dreamehome.0
        	2025-02-22 12:11:34.035	info	Get and update Cleaning cancel value to: "1"
        dreamehome.0
        	2025-02-22 12:11:33.959	info	Get and update Tight mopping value to: "0"
        dreamehome.0
        	2025-02-22 12:11:33.881	info	Get and update Carpet sensitivity value to: "2"
        dreamehome.0
        	2025-02-22 12:11:33.807	info	Get and update Child lock value to: "0"
        dreamehome.0
        	2025-02-22 12:11:33.730	info	Get and update Customized cleaning value to: "0"
        dreamehome.0
        	2025-02-22 12:11:33.654	info	Get and update Self wash base status value to: "2"
        dreamehome.0
        	2025-02-22 12:11:33.578	info	Get and update Upload map value to: "1"
        dreamehome.0
        	2025-02-22 12:11:33.499	info	Get and update Cleaning mode value to: "70656"
        dreamehome.0
        	2025-02-22 12:11:33.465	info	Get and update Ai detection value to: "7"
        dreamehome.0
        	2025-02-22 12:11:33.401	info	Get and update Relocation status value to: "0"
        dreamehome.0
        	2025-02-22 12:11:33.294	info	Get and update Faults value to: "0"
        dreamehome.0
        	2025-02-22 12:11:33.260	info	Get and update Cleaning paused value to: "0"
        dreamehome.0
        	2025-02-22 12:11:33.055	info	Get and update Carpet boost value to: "1"
        dreamehome.0
        	2025-02-22 12:11:33.018	info	Get and update Resume cleaning value to: "1"
        dreamehome.0
        	2025-02-22 12:11:32.836	info	Get and update Task status value to: "0"
        dreamehome.0
        	2025-02-22 12:11:32.758	info	Get and update Water tank value to: "1"
        dreamehome.0
        	2025-02-22 12:11:32.680	info	Get and update Water volume value to: "1"
        dreamehome.0
        	2025-02-22 12:11:32.602	info	Get and update Suction level value to: "1"
        dreamehome.0
        	2025-02-22 12:11:32.523	info	Get and update Cleaned area value to: "3"
        dreamehome.0
        	2025-02-22 12:11:32.447	info	Get and update Cleaning time value to: "4"
        dreamehome.0
        	2025-02-22 12:11:32.370	info	Get and update Status value to: "14"
        dreamehome.0
        	2025-02-22 12:11:32.294	info	Get and update Charging status value to: "1"
        dreamehome.0
        	2025-02-22 12:11:32.219	info	Get and update Battery level value to: "100"
        dreamehome.0
        	2025-02-22 12:11:32.140	info	Get and update Error value to: "0"
        dreamehome.0
        	2025-02-22 12:11:32.057	info	Get and update State value to: "8"
        dreamehome.0
        	2025-02-22 12:11:31.964	info	Fetching obj_name: ali_dreame/FN759768/760380477/9
        dreamehome.0
        	2025-02-22 12:11:31.455	info	Log status is set to false
        dreamehome.0
        	2025-02-22 12:11:31.359	info	Login and request Dreame data from cloud
        dreamehome.0
        	2025-02-22 12:11:31.348	info	starting. Version 0.0.6 (non-npm: spayrosam/ioBroker.dreamehome#1946f996a6b46bbe4106fb90a2b09806e714041e) in /opt/iobroker/node_modules/iobroker.dreamehome, node: v20.18.2, js-controller: 7.0.6
        host.raspyDocker
        	2025-02-22 12:11:30.469	info	instance system.adapter.dreamehome.0 in version "0.0.6" (non-npm: spayrosam/ioBroker.dreamehome#1946f996a6b46bbe4106fb90a2b09806e714041e) started with pid 1067
        host.raspyDocker
        	2025-02-22 12:11:19.840	info	instance system.adapter.weatherunderground.0 having pid 1016 terminated with code 0 (NO_ERROR)
        weatherunderground.0
        	2025-02-22 12:11:19.327	info	Terminated (NO_ERROR): Without reason
        host.raspyDocker
        	2025-02-22 12:11:00.257	info	Restart adapter system.adapter.dreamehome.0 because enabled
        

        Canvas ist installiert:

        root@raspyDocker:/opt/iobroker# npm list canvas
        iobroker.inst@3.0.0 /opt/iobroker
        └── canvas@3.1.0
        

        System Info:

        ======================= SUMMARY =======================
                                v.2025-02-02
        
        
        Model           : Raspberry Pi 5 Model B Rev 1.0
        Kernel          : aarch64
        Userland        : arm64
        Docker          : v10.0.0
        
        Installation:           Docker
        Kernel:                 aarch64
        Userland:               64 bit
        Timezone:               CET +0100
        User-ID:                0
        Display-Server:         false
        
        
        Pending OS-Updates:     4
        Pending iob updates:    0
        
        Nodejs-Installation:
        /usr/bin/nodejs         v20.18.2
        /usr/bin/node           v20.18.2
        /usr/bin/npm            10.8.2
        /usr/bin/npx            10.8.2
        /usr/bin/corepack       0.29.4
        
        Recommended versions are nodejs 20.18.3 and npm 10.8.2
        nodeJS installation is correct
        
        MEMORY: 
                       total        used        free      shared  buff/cache   available
        Mem:            8.5G        4.4G        887M        612M        4.1G        4.0G
        Swap:           209M        209M        475K
        Total:          8.7G        4.6G        888M
        
        Active iob-Instances:   15
        Upgrade policy: none
        
        ioBroker Core:          js-controller           7.0.6
                                admin                   7.4.10
        
        ioBroker Status:        iobroker is running on this host.
        
        
        Objects type: jsonl
        States  type: jsonl
        
        Status admin and web instance:
        + system.adapter.admin.0                  : admin                 : raspyDocker                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
        + system.adapter.web.0                    : web                   : raspyDocker                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
        
        Objects:                23886
        States:                 10438
        
        Size of iob-Database:
        
        29M     /opt/iobroker/iobroker-data/objects.jsonl
        9.8M    /opt/iobroker/iobroker-data/states.jsonl
        
        
        Unknown release codenamed ''. Please check yourself if the Operating System is actively maintained.
        
        =================== END OF SUMMARY ====================
        
        Alexander GrebeA 1 Antwort Letzte Antwort
        0
        • Alexander GrebeA Alexander Grebe

          Hallo Community,

          ich habe einen Dreame L10s Ultra im Einsatz, den ich versuche im ioBroker zum Laufen zu bringen. Zunächst habe ich das mit dem Dreame Adapter versucht (was so "halb" ging) und jetzt habe ich den Dreamhome Dapter über die Katze von github installiert.
          Beim ersten Starten des Adapters ging der auch auf "grün". Allerdings haben da noch die Maps gefehlt. Ich habe darauf (wie in der Anleitung beschrieben) dreamehome.0.xxxxxxxx.map.NewMap auf true gesetzt. Seitdem startet der Adapter nicht mehr richtig mit folgenden Fehler-Meldungen:

          host.raspyDocker
          	2025-02-22 12:11:40.055	info	Restart adapter system.adapter.dreamehome.0 because enabled
          host.raspyDocker
          	2025-02-22 12:11:40.055	error	instance system.adapter.dreamehome.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
          dreamehome.0
          	2025-02-22 12:11:39.820	info	Connection to MQTT successfully established
          dreamehome.0
          	2025-02-22 12:11:39.507	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
          dreamehome.0
          	2025-02-22 12:11:39.506	info	terminating
          dreamehome.0
          	2025-02-22 12:11:39.506	info	cleaned everything up...
          dreamehome.0
          	2025-02-22 12:11:39.504	error	Cannot read properties of undefined (reading 'storeys')
          dreamehome.0
          	2025-02-22 12:11:39.504	error	TypeError: Cannot read properties of undefined (reading 'storeys') at Dreamehome.DH_GetSetRooms (/opt/iobroker/node_modules/iobroker.dreamehome/main.js:1805:54) at Dreamehome.onReady (/opt/iobroker/node_modules/iobroker.dreamehome/main.js:1428:15)
          dreamehome.0
          	2025-02-22 12:11:39.503	error	unhandled promise rejection: Cannot read properties of undefined (reading 'storeys')
          dreamehome.0
          	2025-02-22 12:11:39.503	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
          dreamehome.0
          	2025-02-22 12:11:39.424	info	Die aktuell eingestellte Standard-Kartennummer ist eingestellt auf 0
          dreamehome.0
          	2025-02-22 12:11:39.376	info	Set and update Volume value to: 21
          dreamehome.0
          	2025-02-22 12:11:39.327	info	Set and update Live Video Prompts value to: 0
          dreamehome.0
          	2025-02-22 12:11:39.278	info	Set and update Clean Route value to: 0
          dreamehome.0
          	2025-02-22 12:11:39.230	info	Set and update Collision-Avoidance Mode value to: 0
          dreamehome.0
          	2025-02-22 12:11:39.182	info	Set and update Fill Light value to: 0
          dreamehome.0
          	2025-02-22 12:11:39.134	info	Set and update Intensive Cleaning for Furniture Legs value to: 0
          dreamehome.0
          	2025-02-22 12:11:39.087	info	Set and update Mop Extension for Gap cleaning value to: 0
          dreamehome.0
          	2025-02-22 12:11:39.039	info	Set and update AI driven MopExtend value to: 0
          dreamehome.0
          	2025-02-22 12:11:38.991	info	Set and update Intensive Carpet cleaning value to: 0
          dreamehome.0
          	2025-02-22 12:11:38.943	info	Set and update Carpet Boost value to: 0
          dreamehome.0
          	2025-02-22 12:11:38.895	info	Set and update Auto recleaning value to: 0
          dreamehome.0
          	2025-02-22 12:11:38.847	info	Set and update Auto Rewashing value to: 0
          dreamehome.0
          	2025-02-22 12:11:38.795	info	Set and update Clean Genius value to: 0
          dreamehome.0
          	2025-02-22 12:11:38.746	info	Set and update Auto mount mop value to: 0
          dreamehome.0
          	2025-02-22 12:11:38.741	info	Set and update Auto add detergent value to: null
          dreamehome.0
          	2025-02-22 12:11:38.736	info	Set and update Child lock value to: 0
          dreamehome.0
          	2025-02-22 12:11:38.731	info	Set and update Resume Cleane Mode value to: 1
          dreamehome.0
          	2025-02-22 12:11:38.682	info	Die Karte wurde erfolgreich aus der Cloud heruntergeladen
          dreamehome.0
          	2025-02-22 12:11:38.675	info	Die aktuell eingestellte Standard-Kartennummer ist eingestellt auf 0
          dreamehome.0
          	2025-02-22 12:11:38.171	info	Get and update Camera light value to: "0"
          dreamehome.0
          	2025-02-22 12:11:37.933	info	Get and update Stream status value to: "{\"operType\":\"end\",\"operation\":\"monitor\",\"result\":0,\"status\":0}"
          dreamehome.0
          	2025-02-22 12:11:37.730	info	Get and update Detergent time left value to: "18"
          dreamehome.0
          	2025-02-22 12:11:37.695	info	Get and update Detergent left value to: "100"
          dreamehome.0
          	2025-02-22 12:11:37.557	info	Get and update Mop pad time left value to: "0"
          dreamehome.0
          	2025-02-22 12:11:37.482	info	Get and update Mop pad left value to: "0"
          dreamehome.0
          	2025-02-22 12:11:37.405	info	Get and update Sensor dirty time left value to: "24"
          dreamehome.0
          	2025-02-22 12:11:37.329	info	Get and update Sensor dirty left value to: "80"
          dreamehome.0
          	2025-02-22 12:11:37.253	info	Get and update Auto empty status value to: "0"
          dreamehome.0
          	2025-02-22 12:11:37.220	info	Get and update Dust collection value to: "1"
          dreamehome.0
          	2025-02-22 12:11:36.874	info	Get and update Filter time left value to: "38"
          dreamehome.0
          	2025-02-22 12:11:36.798	info	Get and update Filter left value to: "25"
          dreamehome.0
          	2025-02-22 12:11:36.722	info	Get and update Side brush left value to: "44"
          dreamehome.0
          	2025-02-22 12:11:36.645	info	Get and update Side brush time left value to: "88"
          dreamehome.0
          	2025-02-22 12:11:36.570	info	Get and update Main brush left value to: "62"
          dreamehome.0
          	2025-02-22 12:11:36.537	info	Get and update Main brush time left value to: "188"
          dreamehome.0
          	2025-02-22 12:11:36.472	info	Get and update Schedule cancel reason value to: "0"
          dreamehome.0
          	2025-02-22 12:11:36.366	info	Get and update Schedule value to: "2-1-08:25-0100000-1-0-0-0-0;1-3-08:50-0010100-1-6-0-0-78081,78082;4-3-11:00-0000000-0-6-0-0-2171137;6-0-11:04-0000000-0-34-0-0-78082,78081;5-0-12:01-0000000-0-6-0-0-78083,78081;3-3-12:17-0000000-0-6-0-0-78081,78082,78083;9-0-12:40-0000000-0-34-0-0-78081,78082;10-0-13:34-0000000-0-34-0-0-78082,78081;7-0-14:21-0000000-0-34-0-0-2175233;8-0-14:35-0000000-0-34-0-0-78082"
          dreamehome.0
          	2025-02-22 12:11:36.331	info	Get and update Timezone value to: "Europe/Berlin"
          dreamehome.0
          	2025-02-22 12:11:36.203	info	Get and update Volume value to: "21"
          dreamehome.0
          	2025-02-22 12:11:35.929	info	Get and update Map list value to: "{\"obj_name\":\"ali_dreame/FN759768/760380477/9\",\"md5\":\"9c3a8b002314dada5808154865eec5de\"}"
          dreamehome.0
          	2025-02-22 12:11:35.892	info	Get and update Multi floor map value to: "1"
          dreamehome.0
          	2025-02-22 12:11:35.767	info	Get and update Object name value to: "ali_dreame/FN759768/760380477/0"
          dreamehome.0
          	2025-02-22 12:11:35.367	info	Get and update Mop pad installed value to: "0"
          dreamehome.0
          	2025-02-22 12:11:35.289	info	Get and update Mop in station value to: "0"
          dreamehome.0
          	2025-02-22 12:11:35.254	info	Get and update Auto water refilling value to: "0"
          dreamehome.0
          	2025-02-22 12:11:35.139	info	Get and update Intelligent recognition value to: "0"
          dreamehome.0
          	2025-02-22 12:11:35.060	info	Get and update Quick command value to: "[]"
          dreamehome.0
          	2025-02-22 12:11:34.979	info	Get and update Scheduled clean value to: "0"
          dreamehome.0
          	2025-02-22 12:11:34.899	info	Get and update Mop wash level value to: "1"
          dreamehome.0
          	2025-02-22 12:11:34.819	info	Get and update Auto mount mop value to: "0"
          dreamehome.0
          	2025-02-22 12:11:34.743	info	Get and update Low water warning value to: "0"
          dreamehome.0
          	2025-02-22 12:11:34.667	info	Get and update Drying time value to: "2"
          dreamehome.0
          	2025-02-22 12:11:34.634	info	Get and update Save water tips value to: "0"
          dreamehome.0
          	2025-02-22 12:11:34.556	info	Get and update Capability value to: "1"
          dreamehome.0
          	2025-02-22 12:11:34.478	info	Get and update Auto add detergent value to: "2"
          dreamehome.0
          	2025-02-22 12:11:34.402	info	Get and update Carpet avoidance value to: "2"
          dreamehome.0
          	2025-02-22 12:11:34.327	info	Get and update Warn status value to: "101"
          dreamehome.0
          	2025-02-22 12:11:34.250	info	Get and update Self clean value to: "1"
          dreamehome.0
          	2025-02-22 12:11:34.216	info	Get and update Carpet recognition value to: "1"
          dreamehome.0
          	2025-02-22 12:11:34.111	info	Get and update Y clean value to: "0"
          dreamehome.0
          	2025-02-22 12:11:34.035	info	Get and update Cleaning cancel value to: "1"
          dreamehome.0
          	2025-02-22 12:11:33.959	info	Get and update Tight mopping value to: "0"
          dreamehome.0
          	2025-02-22 12:11:33.881	info	Get and update Carpet sensitivity value to: "2"
          dreamehome.0
          	2025-02-22 12:11:33.807	info	Get and update Child lock value to: "0"
          dreamehome.0
          	2025-02-22 12:11:33.730	info	Get and update Customized cleaning value to: "0"
          dreamehome.0
          	2025-02-22 12:11:33.654	info	Get and update Self wash base status value to: "2"
          dreamehome.0
          	2025-02-22 12:11:33.578	info	Get and update Upload map value to: "1"
          dreamehome.0
          	2025-02-22 12:11:33.499	info	Get and update Cleaning mode value to: "70656"
          dreamehome.0
          	2025-02-22 12:11:33.465	info	Get and update Ai detection value to: "7"
          dreamehome.0
          	2025-02-22 12:11:33.401	info	Get and update Relocation status value to: "0"
          dreamehome.0
          	2025-02-22 12:11:33.294	info	Get and update Faults value to: "0"
          dreamehome.0
          	2025-02-22 12:11:33.260	info	Get and update Cleaning paused value to: "0"
          dreamehome.0
          	2025-02-22 12:11:33.055	info	Get and update Carpet boost value to: "1"
          dreamehome.0
          	2025-02-22 12:11:33.018	info	Get and update Resume cleaning value to: "1"
          dreamehome.0
          	2025-02-22 12:11:32.836	info	Get and update Task status value to: "0"
          dreamehome.0
          	2025-02-22 12:11:32.758	info	Get and update Water tank value to: "1"
          dreamehome.0
          	2025-02-22 12:11:32.680	info	Get and update Water volume value to: "1"
          dreamehome.0
          	2025-02-22 12:11:32.602	info	Get and update Suction level value to: "1"
          dreamehome.0
          	2025-02-22 12:11:32.523	info	Get and update Cleaned area value to: "3"
          dreamehome.0
          	2025-02-22 12:11:32.447	info	Get and update Cleaning time value to: "4"
          dreamehome.0
          	2025-02-22 12:11:32.370	info	Get and update Status value to: "14"
          dreamehome.0
          	2025-02-22 12:11:32.294	info	Get and update Charging status value to: "1"
          dreamehome.0
          	2025-02-22 12:11:32.219	info	Get and update Battery level value to: "100"
          dreamehome.0
          	2025-02-22 12:11:32.140	info	Get and update Error value to: "0"
          dreamehome.0
          	2025-02-22 12:11:32.057	info	Get and update State value to: "8"
          dreamehome.0
          	2025-02-22 12:11:31.964	info	Fetching obj_name: ali_dreame/FN759768/760380477/9
          dreamehome.0
          	2025-02-22 12:11:31.455	info	Log status is set to false
          dreamehome.0
          	2025-02-22 12:11:31.359	info	Login and request Dreame data from cloud
          dreamehome.0
          	2025-02-22 12:11:31.348	info	starting. Version 0.0.6 (non-npm: spayrosam/ioBroker.dreamehome#1946f996a6b46bbe4106fb90a2b09806e714041e) in /opt/iobroker/node_modules/iobroker.dreamehome, node: v20.18.2, js-controller: 7.0.6
          host.raspyDocker
          	2025-02-22 12:11:30.469	info	instance system.adapter.dreamehome.0 in version "0.0.6" (non-npm: spayrosam/ioBroker.dreamehome#1946f996a6b46bbe4106fb90a2b09806e714041e) started with pid 1067
          host.raspyDocker
          	2025-02-22 12:11:19.840	info	instance system.adapter.weatherunderground.0 having pid 1016 terminated with code 0 (NO_ERROR)
          weatherunderground.0
          	2025-02-22 12:11:19.327	info	Terminated (NO_ERROR): Without reason
          host.raspyDocker
          	2025-02-22 12:11:00.257	info	Restart adapter system.adapter.dreamehome.0 because enabled
          

          Canvas ist installiert:

          root@raspyDocker:/opt/iobroker# npm list canvas
          iobroker.inst@3.0.0 /opt/iobroker
          └── canvas@3.1.0
          

          System Info:

          ======================= SUMMARY =======================
                                  v.2025-02-02
          
          
          Model           : Raspberry Pi 5 Model B Rev 1.0
          Kernel          : aarch64
          Userland        : arm64
          Docker          : v10.0.0
          
          Installation:           Docker
          Kernel:                 aarch64
          Userland:               64 bit
          Timezone:               CET +0100
          User-ID:                0
          Display-Server:         false
          
          
          Pending OS-Updates:     4
          Pending iob updates:    0
          
          Nodejs-Installation:
          /usr/bin/nodejs         v20.18.2
          /usr/bin/node           v20.18.2
          /usr/bin/npm            10.8.2
          /usr/bin/npx            10.8.2
          /usr/bin/corepack       0.29.4
          
          Recommended versions are nodejs 20.18.3 and npm 10.8.2
          nodeJS installation is correct
          
          MEMORY: 
                         total        used        free      shared  buff/cache   available
          Mem:            8.5G        4.4G        887M        612M        4.1G        4.0G
          Swap:           209M        209M        475K
          Total:          8.7G        4.6G        888M
          
          Active iob-Instances:   15
          Upgrade policy: none
          
          ioBroker Core:          js-controller           7.0.6
                                  admin                   7.4.10
          
          ioBroker Status:        iobroker is running on this host.
          
          
          Objects type: jsonl
          States  type: jsonl
          
          Status admin and web instance:
          + system.adapter.admin.0                  : admin                 : raspyDocker                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
          + system.adapter.web.0                    : web                   : raspyDocker                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
          
          Objects:                23886
          States:                 10438
          
          Size of iob-Database:
          
          29M     /opt/iobroker/iobroker-data/objects.jsonl
          9.8M    /opt/iobroker/iobroker-data/states.jsonl
          
          
          Unknown release codenamed ''. Please check yourself if the Operating System is actively maintained.
          
          =================== END OF SUMMARY ====================
          
          Alexander GrebeA Offline
          Alexander GrebeA Offline
          Alexander Grebe
          schrieb am zuletzt editiert von
          #208

          @alexander-grebe

          Habe dazu jetzt auch ein Issue in github eröffnet: https://github.com/spayrosam/ioBroker.dreamehome/issues/5

          1 Antwort Letzte Antwort
          0
          • M Offline
            M Offline
            Max_yeah
            schrieb am zuletzt editiert von Max_yeah
            #209

            Hallo zusammen,
            ich benutze den adapter (version 0.2.0) schon eine weile mit meinem L10 pro Ultra Heat. Ich nutze aktuell nur die option ihn von meinem NSPanel aus starten zu können. Ich will bald auch noch die Restwerte auslesen und in meinem NSPanel anzeigen lassen.

            Aktuell habe ich zwei anfragen:
            zum einen bekomme ich sehr oft folgende Fehlermeldung:

            dreame.0 2025-03-20 19:28:20.876	warn	State value to set for "dreame.0.760736103.status.fault" has value "122" greater than max "100"
            

            Ist das bekannt? Kann ich den wert einfach ändern? Traue mich nicht einfach was zu setzten, nicht das der Robbi dann nicht mehr geht.

            Und gibt es eine Möglichkeit, mit der ich die Benachrichtigungen, die in der App angezeigt werden, zb das Wasser leer ist oder das Reinigungsmittel, auch ausgelesen kann?

            Danke
            Gruß Max

            M 1 Antwort Letzte Antwort
            0
            • M Max_yeah

              Hallo zusammen,
              ich benutze den adapter (version 0.2.0) schon eine weile mit meinem L10 pro Ultra Heat. Ich nutze aktuell nur die option ihn von meinem NSPanel aus starten zu können. Ich will bald auch noch die Restwerte auslesen und in meinem NSPanel anzeigen lassen.

              Aktuell habe ich zwei anfragen:
              zum einen bekomme ich sehr oft folgende Fehlermeldung:

              dreame.0 2025-03-20 19:28:20.876	warn	State value to set for "dreame.0.760736103.status.fault" has value "122" greater than max "100"
              

              Ist das bekannt? Kann ich den wert einfach ändern? Traue mich nicht einfach was zu setzten, nicht das der Robbi dann nicht mehr geht.

              Und gibt es eine Möglichkeit, mit der ich die Benachrichtigungen, die in der App angezeigt werden, zb das Wasser leer ist oder das Reinigungsmittel, auch ausgelesen kann?

              Danke
              Gruß Max

              M Offline
              M Offline
              Max_yeah
              schrieb am zuletzt editiert von
              #210

              ich habe gerade gesehen das es eine version 0.2.2 gibt. Nach installation dieser über Github habe ich aber auch gleich wieder diesen Fehler bekommen.

              N 1 Antwort Letzte Antwort
              0
              • M Max_yeah

                ich habe gerade gesehen das es eine version 0.2.2 gibt. Nach installation dieser über Github habe ich aber auch gleich wieder diesen Fehler bekommen.

                N Offline
                N Offline
                newbie2007
                schrieb am zuletzt editiert von newbie2007
                #211

                Hallo,

                wenn mein Dreame x40 im Reinigungsprozess ist, dann ist die CPU-Last auf dem ioBroker so hoch, dass andere Aktionen darüber kaum mehr möglich ist.
                Kann das irgendwie verhindert werden? Liegt definitiv am Dreame-Adapter.

                VG
                Uwe

                T 1 Antwort Letzte Antwort
                0
                • N newbie2007

                  Hallo,

                  wenn mein Dreame x40 im Reinigungsprozess ist, dann ist die CPU-Last auf dem ioBroker so hoch, dass andere Aktionen darüber kaum mehr möglich ist.
                  Kann das irgendwie verhindert werden? Liegt definitiv am Dreame-Adapter.

                  VG
                  Uwe

                  T Offline
                  T Offline
                  tombox
                  schrieb am zuletzt editiert von
                  #212

                  @newbie2007 get map deaktivieren?

                  mcBirneM N 2 Antworten Letzte Antwort
                  0
                  • T tombox

                    @newbie2007 get map deaktivieren?

                    mcBirneM Offline
                    mcBirneM Offline
                    mcBirne
                    schrieb am zuletzt editiert von
                    #213

                    Kann man Benachrichtigungen wie "Waschbrett und Mopps reinigen" irgendwo finden um sie sich per Telegram zu senden?

                    N 1 Antwort Letzte Antwort
                    0
                    • T tombox

                      @newbie2007 get map deaktivieren?

                      N Offline
                      N Offline
                      newbie2007
                      schrieb am zuletzt editiert von
                      #214

                      @tombox das war‘s.
                      Danke für den Tipp.

                      1 Antwort Letzte Antwort
                      0
                      • mcBirneM mcBirne

                        Kann man Benachrichtigungen wie "Waschbrett und Mopps reinigen" irgendwo finden um sie sich per Telegram zu senden?

                        N Offline
                        N Offline
                        newbie2007
                        schrieb am zuletzt editiert von
                        #215

                        @mcbirne und auch die Datenpunkte für Frischwasser und Abwasser wären gut. Habe die leider auch noch nicht gefunden.

                        VG
                        Uwe

                        N 1 Antwort Letzte Antwort
                        0
                        • N newbie2007

                          @mcbirne und auch die Datenpunkte für Frischwasser und Abwasser wären gut. Habe die leider auch noch nicht gefunden.

                          VG
                          Uwe

                          N Offline
                          N Offline
                          Nachtfuchs
                          schrieb am zuletzt editiert von Nachtfuchs
                          #216

                          Hallo in die Runde,

                          erstmal DANKE für das Engagement mit dem Adapter. Ich habe ihn wie am Anfang des Posts beschrieben über github installiert, erhalte allerdings folgende Fehlermeldung (der Status im ioBroker ist mir neu).

                          Die login-Daten (User ID und Passwort) sind definitv richtig, mit diesen Daten habe ich Zugriff in der App.

                          Wir haben einen Dreame l10s und einen H14Pro

                          Hat jemand eine Idee?

                          Dank euch

                          dreame.png

                          Thomas BraunT Housemeister 0H 2 Antworten Letzte Antwort
                          0
                          • N Nachtfuchs

                            Hallo in die Runde,

                            erstmal DANKE für das Engagement mit dem Adapter. Ich habe ihn wie am Anfang des Posts beschrieben über github installiert, erhalte allerdings folgende Fehlermeldung (der Status im ioBroker ist mir neu).

                            Die login-Daten (User ID und Passwort) sind definitv richtig, mit diesen Daten habe ich Zugriff in der App.

                            Wir haben einen Dreame l10s und einen H14Pro

                            Hat jemand eine Idee?

                            Dank euch

                            dreame.png

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

                            @nachtfuchs sagte in Test Dreame Home Adapter:

                            erhalte allerdings folgende Fehlermeldung (der Status im ioBroker ist mir neu).

                            Welche? Schau im

                            iob logs --watch
                            

                            nach einer Fehlermeldung.

                            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
                            • wawyoW wawyo

                              Hallo zusammen,

                              ich möchte euch den Download-Link für die neue Version von Dreame zur Verfügung stellen. Der Name der Adapter wurde auf „Dreame Home“ geändert. Bitte beachtet, dass es sich um eine Alpha Pre-Release handelt.

                              Download DreameHome pre-release alpha 0.1.0

                              Mein Hauptanliegen ist es herauszufinden, ob die Karte für andere Roboter als den L20 (meinen Saugroboter) heruntergeladen werden kann. Es wäre hilfreich, wenn ihr mir eine Rückmeldung darüber gebt, ob der Download funktioniert.

                              Für die Rückmeldung benötige ich bitte folgende Informationen:

                              1. Saugroboter-Modelle?
                              2. Wurde der Login erfolgreich durchgeführt?
                              3. Wurde die HTML-Datei erstellt?
                              4. Was wurde im Objektbaum erstellt?
                              

                              Es gibt noch viele Funktionen, die derzeit nicht freigeschaltet sind, daher liegt der Fokus momentan auf diesen spezifischen Punkten.

                              Ich freue mich auf euer Feedback!

                              Achtung!!

                              Check if canvas is installed using the following command:

                              cd /opt/iobroker/
                              npm list canvas
                              

                              If canvas is not installed, run the following command to install it:

                              cd /opt/iobroker/
                              npm install canvas
                              

                              Then, check again by running the first command to ensure that canvas is properly installed.

                              EDIT

                              Um die Karte herunterzuladen, setzt bitte das Objekt dreamehome.0.xxxxxxxx.map.NewMap auf true. Für den Wechsel zwischen den Etagen muss das Objekt dreamehome.0.xxxxxxxx.map.MapNumber auf Map 1 oder Map 2 umgeschaltet werden.

                              Die Objekte Start-Clean, Update und Restart sind aktuell deaktiviert.

                              D Offline
                              D Offline
                              DarkDevil
                              schrieb am zuletzt editiert von
                              #218

                              @wawyo

                              Ich habe gerade die Karte an meinem L50 Ultra erfolgreich in Betrieb genommen, vielen Dank für den Adapter.

                              Nur lässt sich auch das Menü ( Haupt/Seitenbürste etc) deaktivieren, so dass nur die Karte übrig bleibt?

                              1 Antwort Letzte Antwort
                              0
                              • N Nachtfuchs

                                Hallo in die Runde,

                                erstmal DANKE für das Engagement mit dem Adapter. Ich habe ihn wie am Anfang des Posts beschrieben über github installiert, erhalte allerdings folgende Fehlermeldung (der Status im ioBroker ist mir neu).

                                Die login-Daten (User ID und Passwort) sind definitv richtig, mit diesen Daten habe ich Zugriff in der App.

                                Wir haben einen Dreame l10s und einen H14Pro

                                Hat jemand eine Idee?

                                Dank euch

                                dreame.png

                                Housemeister 0H Offline
                                Housemeister 0H Offline
                                Housemeister 0
                                schrieb am zuletzt editiert von
                                #219

                                @nachtfuchs said in Test Dreame Home Adapter:

                                Hallo in die Runde,

                                erstmal DANKE für das Engagement mit dem Adapter. Ich habe ihn wie am Anfang des Posts beschrieben über github installiert, erhalte allerdings folgende Fehlermeldung (der Status im ioBroker ist mir neu).

                                Die login-Daten (User ID und Passwort) sind definitv richtig, mit diesen Daten habe ich Zugriff in der App.

                                Wir haben einen Dreame l10s und einen H14Pro

                                Hat jemand eine Idee?

                                Dank euch

                                dreame.png

                                Hi ich habe aktuell nach einer Neuinstallation, das gleiche Problem. Hab sogar nochmal das Passwort aktualisiert. Bekomme aber keine Verbindung zur Instanz.

                                Log zeigt folgendes:

                                2025-10-08 19:26:10.702  - info: host.smarthome Restart adapter system.adapter.dreamehome.0 because enabled
                                2025-10-08 19:26:41.099  - info: host.smarthome instance system.adapter.dreamehome.0 in version "1.0.0" (non-npm: spayrosam/ioBroker.dreamehome#7893b33ffe944c9e017b2f64a3667fd98da6ddf1) started with pid 687429
                                2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]: node:internal/modules/cjs/loader:1865
                                2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]:   return process.dlopen(module, path.toNamespacedPath(filename));
                                2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]:                  ^
                                2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]: Error: libcairo.so.2: ELF load command address/offset not page-aligned
                                2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]:     at Object..node (node:internal/modules/cjs/loader:1865:18)
                                2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]:     at Module.load (node:internal/modules/cjs/loader:1441:32)
                                2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]:     at Function._load (node:internal/modules/cjs/loader:1263:12)
                                2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]:     at TracingChannel.traceSync (node:diagnostics_channel:322:14)
                                2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]:     at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
                                2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1463:12)
                                2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]:     at require (node:internal/modules/helpers:147:16)
                                2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/canvas/lib/bindings.js:3:18)
                                2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1706:14)
                                2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]:     at Object..js (node:internal/modules/cjs/loader:1839:10) {
                                2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]:   code: 'ERR_DLOPEN_FAILED'
                                2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]: }
                                2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]: Node.js v22.20.0
                                2025-10-08 19:26:41.547  - error: host.smarthome instance system.adapter.dreamehome.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                

                                auch nach dem Update auf die Version 1.0 bleibt der Fehler bestehen.

                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • Housemeister 0H Housemeister 0

                                  @nachtfuchs said in Test Dreame Home Adapter:

                                  Hallo in die Runde,

                                  erstmal DANKE für das Engagement mit dem Adapter. Ich habe ihn wie am Anfang des Posts beschrieben über github installiert, erhalte allerdings folgende Fehlermeldung (der Status im ioBroker ist mir neu).

                                  Die login-Daten (User ID und Passwort) sind definitv richtig, mit diesen Daten habe ich Zugriff in der App.

                                  Wir haben einen Dreame l10s und einen H14Pro

                                  Hat jemand eine Idee?

                                  Dank euch

                                  dreame.png

                                  Hi ich habe aktuell nach einer Neuinstallation, das gleiche Problem. Hab sogar nochmal das Passwort aktualisiert. Bekomme aber keine Verbindung zur Instanz.

                                  Log zeigt folgendes:

                                  2025-10-08 19:26:10.702  - info: host.smarthome Restart adapter system.adapter.dreamehome.0 because enabled
                                  2025-10-08 19:26:41.099  - info: host.smarthome instance system.adapter.dreamehome.0 in version "1.0.0" (non-npm: spayrosam/ioBroker.dreamehome#7893b33ffe944c9e017b2f64a3667fd98da6ddf1) started with pid 687429
                                  2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]: node:internal/modules/cjs/loader:1865
                                  2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]:   return process.dlopen(module, path.toNamespacedPath(filename));
                                  2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]:                  ^
                                  2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]: Error: libcairo.so.2: ELF load command address/offset not page-aligned
                                  2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]:     at Object..node (node:internal/modules/cjs/loader:1865:18)
                                  2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]:     at Module.load (node:internal/modules/cjs/loader:1441:32)
                                  2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]:     at Function._load (node:internal/modules/cjs/loader:1263:12)
                                  2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]:     at TracingChannel.traceSync (node:diagnostics_channel:322:14)
                                  2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]:     at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
                                  2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1463:12)
                                  2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]:     at require (node:internal/modules/helpers:147:16)
                                  2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/canvas/lib/bindings.js:3:18)
                                  2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1706:14)
                                  2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]:     at Object..js (node:internal/modules/cjs/loader:1839:10) {
                                  2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]:   code: 'ERR_DLOPEN_FAILED'
                                  2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]: }
                                  2025-10-08 19:26:41.546  - error: host.smarthome Caught by controller[0]: Node.js v22.20.0
                                  2025-10-08 19:26:41.547  - error: host.smarthome instance system.adapter.dreamehome.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                  

                                  auch nach dem Update auf die Version 1.0 bleibt der Fehler bestehen.

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

                                  @housemeister-0

                                  Ist das ein reines 64Bit-System?
                                  Gib mal die Ausgabe von

                                  iob diag
                                  

                                  bekannt.

                                  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
                                  • Housemeister 0H Offline
                                    Housemeister 0H Offline
                                    Housemeister 0
                                    schrieb am zuletzt editiert von
                                    #221
                                    Script v.2025-08-09
                                    
                                    *** BASE SYSTEM ***
                                    Operating System: Debian GNU/Linux 12 (bookworm)
                                     Static hostname: smarthome
                                           Icon name: computer
                                              Kernel: Linux 6.12.47+rpt-rpi-2712
                                        Architecture: arm64
                                    OS is similar to:
                                    
                                    Model           : Raspberry Pi 5 Model B Rev 1.1
                                    Docker          : false
                                    Virtualization  : none
                                    Kernel          : aarch64
                                    Userland        : 64 bit
                                    
                                    Systemuptime and Load:
                                     20:09:10 up 13 days, 21:08,  2 users,  load average: 1.58, 0.76, 0.43
                                    CPU threads: 4
                                    
                                    
                                    *** LIFE CYCLE STATUS ***
                                    Debian 'bookworm' is the current oldstable version. Please upgrade to the latest stable release 'trixie' in due time!
                                    
                                    *** RASPBERRY THROTTLING ***
                                    Current issues:
                                    No throttling issues detected.
                                    
                                    Previously detected issues:
                                    No throttling issues detected.
                                    
                                    *** TIME AND TIMEZONES ***
                                                   Local time: Wed 2025-10-08 20:09:11 CEST
                                               Universal time: Wed 2025-10-08 18:09:11 UTC
                                                     RTC time: Wed 2025-10-08 18:09:11
                                                    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':
                                    kai
                                    HOME=/home/kai
                                    GROUPS=kai 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 audio video plugdev bluetooth gpio i2c
                                    
                                    *** DISPLAY-SERVER SETUP ***
                                    Display-Server:         false
                                    Unit display-manager.service could not be found.
                                    Display-Manager:
                                    Desktop:
                                    Session:                tty
                                    
                                    *** MEMORY ***
                                                   total        used        free      shared  buff/cache   available
                                    Mem:             17G        5.2G        9.5G        160M        2.6G         11G
                                    Swap:           536M          0B        536M
                                    Total:           17G        5.2G         10G
                                    
                                    Active iob-Instances:   36
                                    
                                            16219 M total memory
                                             4958 M used memory
                                             4875 M active memory
                                             1687 M inactive memory
                                             9094 M free memory
                                              156 M buffer memory
                                             2282 M swap cache
                                              511 M total swap
                                                0 M used swap
                                              511 M free swap
                                    
                                    *** top - Table Of Processes  ***
                                    top - 20:09:11 up 13 days, 21:08,  2 users,  load average: 1.58, 0.76, 0.43
                                    Tasks: 240 total,   1 running, 239 sleeping,   0 stopped,   0 zombie
                                    %Cpu(s):  0.0 us,  0.0 sy,  0.0 ni, 50.0 id, 50.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                    MiB Mem :  16219.1 total,   9094.5 free,   4958.9 used,   2439.0 buff/cache
                                    MiB Swap:    512.0 total,    512.0 free,      0.0 used.  11260.2 avail Mem
                                    
                                    *** FAILED SERVICES ***
                                    
                                      UNIT LOAD ACTIVE SUB DESCRIPTION
                                    0 loaded units listed.
                                    
                                    
                                    *** DMESG CRITICAL ERRORS ***
                                    No critical errors detected
                                    
                                    *** FILESYSTEM ***
                                    Filesystem     Type      Size  Used Avail Use% Mounted on
                                    udev           devtmpfs  7.9G     0  7.9G   0% /dev
                                    tmpfs          tmpfs     1.6G  153M  1.5G  10% /run
                                    /dev/mmcblk0p2 ext4      115G  8.6G  100G   8% /
                                    tmpfs          tmpfs     8.0G     0  8.0G   0% /dev/shm
                                    tmpfs          tmpfs     5.0M   48K  5.0M   1% /run/lock
                                    /dev/mmcblk0p1 vfat      510M   57M  454M  12% /boot/firmware
                                    tmpfs          tmpfs     1.6G     0  1.6G   0% /run/user/1000
                                    
                                    Messages concerning ext4 filesystem in dmesg:
                                    [Wed Sep 24 23:00:56 2025] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe cgroup_disable=memory numa_policy=interleave nvme.max_host_mem_size_mb=0  numa=fake=8 system_heap.max_order=0 smsc95xx.macaddr=88:A2:9E:27:16:68 vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000  console=ttyAMA10,115200 console=tty1 root=PARTUUID=e11f02e0-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=DE
                                    [Wed Sep 24 23:00:59 2025] EXT4-fs (mmcblk0p2): mounted filesystem d4cc7d63-da78-48ad-9bdd-64ffbba449a8 ro with ordered data mode. Quota mode: none.
                                    [Wed Sep 24 23:01:00 2025] EXT4-fs (mmcblk0p2): re-mounted d4cc7d63-da78-48ad-9bdd-64ffbba449a8 r/w.
                                    
                                    Show mounted filesystems:
                                    TARGET           SOURCE         FSTYPE OPTIONS
                                    /                /dev/mmcblk0p2 ext4   rw,noatime,commit=600
                                    `-/boot/firmware /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                    
                                    Files in neuralgic directories:
                                    
                                    /var:
                                    1.7G    /var/
                                    751M    /var/cache
                                    737M    /var/cache/apt
                                    621M    /var/cache/apt/archives
                                    425M    /var/lib
                                    
                                    Archived and active journals take up 147.6M in the file system.
                                    
                                    /opt/iobroker/backups:
                                    165M    /opt/iobroker/backups/
                                    
                                    /opt/iobroker/iobroker-data:
                                    512M    /opt/iobroker/iobroker-data/
                                    360M    /opt/iobroker/iobroker-data/files
                                    116M    /opt/iobroker/iobroker-data/backup-objects
                                    89M     /opt/iobroker/iobroker-data/files/vis-2
                                    47M     /opt/iobroker/iobroker-data/files/vis-2/widgets
                                    
                                    The five largest files in iobroker-data are:
                                    26M     /opt/iobroker/iobroker-data/objects.jsonl
                                    24M     /opt/iobroker/iobroker-data/files/scenes.admin/static/js/main.c9369f6c.js.map
                                    17M     /opt/iobroker/iobroker-data/files/vis-2.0/Smartpad V1.0/Background/schwarzer-hintergrund-mit-stoffstruktur.jpg
                                    9.8M    /opt/iobroker/iobroker-data/files/vis-2/material-icons/knx-uf.json
                                    8.8M    /opt/iobroker/iobroker-data/files/matter.admin/assets/index-CjzUbllv.js
                                    
                                    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-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20230803151340-if00
                                    
                                    *** ZigBee Settings ***
                                    
                                    Your zigbee.0 COM-Port is matching 'by-id'. Very good!
                                    Zigbee Network Settings on your coordinator/in nvbackup are:
                                    
                                    zigbee.X
                                    Extended Pan ID:
                                    *** MASKED ***
                                    Pan ID:
                                    *** MASKED ***
                                    Channel:
                                    *** MASKED ***
                                    Network Key:
                                    *** MASKED ***
                                    
                                    To unmask the settings run 'iob diag --unmask'
                                    
                                    
                                    *** NodeJS-Installation ***
                                    
                                    /usr/bin/nodejs         v22.20.0
                                    /usr/bin/node           v22.20.0
                                    /usr/bin/npm            10.9.3
                                    /usr/bin/npx            10.9.3
                                    /usr/bin/corepack       0.34.0
                                    
                                    nodejs:
                                      Installed: 22.20.0-1nodesource1
                                      Candidate: 22.20.0-1nodesource1
                                      Version table:
                                     *** 22.20.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                            100 /var/lib/dpkg/status
                                         22.19.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                         22.18.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                         22.17.1-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                         22.17.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                         22.16.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                         22.15.1-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                         22.15.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                         22.14.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                         22.13.1-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                         22.13.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                         22.12.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                         22.11.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                         22.10.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                         22.9.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                         22.8.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                         22.7.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                         22.6.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                         22.5.1-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                         22.5.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                         22.4.1-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                         22.4.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                         22.3.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                         22.2.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                         22.1.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                         22.0.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                         18.20.4+dfsg-1~deb12u1 500
                                            500 http://deb.debian.org/debian bookworm/main arm64 Packages
                                            500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                                    
                                    Temp directories causing deletion problem: 0
                                    No problems detected
                                    
                                    Errors in npm tree: 0
                                    No problems detected
                                    
                                    Checking for nodejs vulnerability:
                                    
                                    
                                     █████  ██      ██           ██████   ██████   ██████  ██████         ██
                                    ██   ██ ██      ██          ██       ██    ██ ██    ██ ██   ██     ██  ██
                                    ███████ ██      ██          ██   ███ ██    ██ ██    ██ ██   ██         ██
                                    ██   ██ ██      ██          ██    ██ ██    ██ ██    ██ ██   ██     ██  ██
                                    ██   ██ ███████ ███████      ██████   ██████   ██████  ██████         ██
                                    
                                    
                                    
                                    *** ioBroker-Installation ***
                                    
                                    ioBroker Status
                                    iobroker is running on this host.
                                    
                                    
                                    Objects type: jsonl
                                    States  type: jsonl
                                    
                                    Hosts:
                                    smarthome           smarthome (version: 7.0.7, hostname: smarthome     , alive, uptime: 1199296)
                                    
                                    Core adapters versions
                                    js-controller:  7.0.7
                                    admin:          7.7.2
                                    javascript:     9.0.11
                                    
                                    nodejs modules from github:     3
                                    +-- iobroker.dreame@0.2.2 (git+ssh://git@github.com/TA2k/ioBroker.dreame.git#a0e1b46849b68d02cafe1bdf3504193195e927f8)
                                    +-- iobroker.dreamehome@1.0.0 (git+ssh://git@github.com/spayrosam/ioBroker.dreamehome.git#7893b33ffe944c9e017b2f64a3667fd98da6ddf1)
                                    +-- iobroker.ws@3.0.19 (git+ssh://git@github.com/ioBroker/ioBroker.ws.git#835702659099b5d0991289a5377d8f2bff4b89ac)
                                    
                                    Adapter State
                                    + system.adapter.admin.0                  : admin                 : smarthome                                -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                    + system.adapter.alexa2.0                 : alexa2                : smarthome                                -  enabled
                                    + system.adapter.backitup.0               : backitup              : smarthome                                -  enabled
                                    + system.adapter.bring.0                  : bring                 : smarthome                                -  enabled
                                    + system.adapter.cloud.0                  : cloud                 : smarthome                                -  enabled
                                      system.adapter.daswetter.0              : daswetter             : smarthome                                -  enabled
                                    + system.adapter.discovery.0              : discovery             : smarthome                                -  enabled
                                      system.adapter.dreame.0                 : dreame                : smarthome                                - disabled
                                      system.adapter.dreamehome.0             : dreamehome            : smarthome                                - disabled
                                      system.adapter.dwd.0                    : dwd                   : smarthome                                -  enabled
                                    + system.adapter.e3dc-rscp.0              : e3dc-rscp             : smarthome                                -  enabled
                                    + system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: smarthome                                -  enabled
                                    + system.adapter.fb-checkpresence.0       : fb-checkpresence      : smarthome                                -  enabled
                                      system.adapter.flot.0                   : flot                  : smarthome                                - disabled
                                    + system.adapter.fullybrowser.0           : fullybrowser          : smarthome                                -  enabled
                                    + system.adapter.geofency.0               : geofency              : smarthome                                -  enabled, port: 7999, bind: 0.0.0.0
                                    + system.adapter.history.0                : history               : smarthome                                -  enabled
                                    + system.adapter.hmip.0                   : hmip                  : smarthome                                -  enabled
                                    + system.adapter.hue.0                    : hue                   : smarthome                                -  enabled, port: 443
                                      system.adapter.ical.1                   : ical                  : smarthome                                -  enabled
                                      system.adapter.ical.2                   : ical                  : smarthome                                -  enabled
                                      system.adapter.ical.3                   : ical                  : smarthome                                -  enabled
                                      system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : smarthome                                - disabled
                                      system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : smarthome                                - disabled
                                    + system.adapter.influxdb.0               : influxdb              : smarthome                                -  enabled, port: 8086
                                    + system.adapter.iot.0                    : iot                   : smarthome                                -  enabled
                                    + system.adapter.javascript.0             : javascript            : smarthome                                -  enabled
                                    + system.adapter.matter.0                 : matter                : smarthome                                -  enabled
                                    + system.adapter.meross.0                 : meross                : smarthome                                -  enabled
                                    + system.adapter.ring.0                   : ring                  : smarthome                                -  enabled
                                    + system.adapter.rpi2.0                   : rpi2                  : smarthome                                -  enabled
                                    + system.adapter.rssfeed.0                : rssfeed               : smarthome                                -  enabled
                                    + system.adapter.scenes.0                 : scenes                : smarthome                                -  enabled
                                    + system.adapter.shelly.0                 : shelly                : smarthome                                -  enabled, port: 1882, bind: 0.0.0.0
                                    + system.adapter.sonoff.0                 : sonoff                : smarthome                                -  enabled, port: 1883, bind: 0.0.0.0
                                    + system.adapter.telegram.0               : telegram              : smarthome                                -  enabled, port: 8443, bind: 0.0.0.0
                                    + system.adapter.tesla-motors.0           : tesla-motors          : smarthome                                -  enabled
                                    + system.adapter.tibberlink.0             : tibberlink            : smarthome                                -  enabled
                                    + system.adapter.trashschedule.0          : trashschedule         : smarthome                                -  enabled
                                    + system.adapter.tuya.0                   : tuya                  : smarthome                                -  enabled
                                      system.adapter.vis-2-widgets-inventwo.0 : vis-2-widgets-inventwo: smarthome                                - disabled
                                      system.adapter.vis-2-widgets-jaeger-design.0: vis-2-widgets-jaeger-design: smarthome                                - disabled
                                      system.adapter.vis-2-widgets-material.0 : vis-2-widgets-material: smarthome                                - disabled
                                      system.adapter.vis-2-widgets-rssfeed.0  : vis-2-widgets-rssfeed : smarthome                                - disabled
                                    + system.adapter.vis-2.0                  : vis-2                 : smarthome                                -  enabled
                                      system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : smarthome                                - disabled
                                      system.adapter.vis-icontwo.0            : vis-icontwo           : smarthome                                - disabled
                                    + system.adapter.vis-inventwo.0           : vis-inventwo          : smarthome                                -  enabled
                                    + system.adapter.web.0                    : web                   : smarthome                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    + system.adapter.ws.0                     : ws                    : smarthome                                -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                    + system.adapter.zigbee.0                 : zigbee                : smarthome                                -  enabled, port: /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20230803151340-if00
                                    
                                    + instance is alive
                                    
                                    Enabled adapters with bindings
                                    + system.adapter.admin.0                  : admin                 : smarthome                                -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                    + system.adapter.geofency.0               : geofency              : smarthome                                -  enabled, port: 7999, bind: 0.0.0.0
                                    + system.adapter.hue.0                    : hue                   : smarthome                                -  enabled, port: 443
                                    + system.adapter.influxdb.0               : influxdb              : smarthome                                -  enabled, port: 8086
                                    + system.adapter.shelly.0                 : shelly                : smarthome                                -  enabled, port: 1882, bind: 0.0.0.0
                                    + system.adapter.sonoff.0                 : sonoff                : smarthome                                -  enabled, port: 1883, bind: 0.0.0.0
                                    + system.adapter.telegram.0               : telegram              : smarthome                                -  enabled, port: 8443, bind: 0.0.0.0
                                    + system.adapter.web.0                    : web                   : smarthome                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    + system.adapter.ws.0                     : ws                    : smarthome                                -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                    + system.adapter.zigbee.0                 : zigbee                : smarthome                                -  enabled, port: /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20230803151340-if00
                                    
                                    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-Adapters
                                    Used repository: stable
                                    Adapter    "admin"        : 7.7.2    , installed 7.7.2
                                    Adapter    "alexa2"       : 3.27.3   , installed 3.27.3
                                    Adapter    "backitup"     : 3.3.5    , installed 3.3.5
                                    Adapter    "bring"        : 1.8.4    , installed 1.9.1
                                    Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                                    Adapter    "daswetter"    : 3.2.3    , installed 3.2.3
                                    Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                                    Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                                    Adapter    "e3dc-rscp"    : 1.4.3    , installed 1.4.2  [Updatable]
                                    Adapter    "energiefluss-erweitert": 0.7.7, installed 0.7.8
                                    Adapter    "fb-checkpresence": 1.4.0 , installed 1.4.0
                                    Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                    Adapter    "fullybrowser" : 3.1.2    , installed 3.1.2
                                    Adapter    "geofency"     : 1.2.4    , installed 1.2.4
                                    Adapter    "history"      : 3.0.1    , installed 3.0.1
                                    Adapter    "hmip"         : 1.27.0   , installed 1.27.0
                                    Adapter    "hue"          : 3.16.2   , installed 3.16.2
                                    Adapter    "ical"         : 1.17.0   , installed 1.17.0
                                    Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                                    Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                                    Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                                    Adapter    "iot"          : 3.3.0    , installed 3.6.0
                                    Adapter    "javascript"   : 8.9.2    , installed 9.0.11
                                    Controller "js-controller": 7.0.7    , installed 7.0.7
                                    Adapter    "matter"       : 0.5.2    , installed 0.5.2
                                    Adapter    "meross"       : 1.17.0   , installed 1.17.0
                                    Adapter    "ring"         : 6.4.0    , installed 6.4.0
                                    Adapter    "rpi2"         : 2.4.0    , installed 2.4.0
                                    Adapter    "rssfeed"      : 3.6.1    , installed 3.5.2  [Updatable]
                                    Adapter    "scenes"       : 3.2.3    , installed 3.2.3
                                    Adapter    "shelly"       : 10.2.0   , installed 10.2.0
                                    Adapter    "socketio"     : 6.7.1    , installed 7.0.8
                                    Adapter    "sonoff"       : 3.2.1    , installed 3.2.1
                                    Adapter    "telegram"     : 4.1.0    , installed 4.1.0
                                    Adapter    "tesla-motors" : 1.3.2    , installed 1.4.5
                                    Adapter    "tibberlink"   : 5.0.2    , installed 5.0.2
                                    Adapter    "trashschedule": 3.3.0    , installed 4.0.1
                                    Adapter    "tuya"         : 3.16.0   , installed 3.17.0
                                    Adapter    "vis-2"        : 2.13.4   , installed 2.13.4
                                    Adapter    "vis-2-widgets-inventwo": 0.2.2, installed 0.3.5
                                    Adapter    "vis-2-widgets-jaeger-design": 1.2.7, installed 1.4.7
                                    Adapter    "vis-2-widgets-material": 1.4.10, installed 1.4.10
                                    Adapter    "vis-2-widgets-rssfeed": 1.2.2, installed 1.2.2
                                    Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                                    Adapter    "vis-icontwo"  : 1.18.0   , installed 1.18.0
                                    Adapter    "vis-inventwo" : 3.3.5    , installed 3.3.5
                                    Adapter    "web"          : 7.0.8    , installed 7.0.9
                                    Adapter    "ws"           : 2.6.2    , installed 3.0.19
                                    Adapter    "zigbee"       : 3.0.5    , installed 3.0.5
                                    
                                    Objects and States
                                    Please stand by - This may take a while
                                    Objects:        15266
                                    States:         12774
                                    
                                    *** OS-Repositories and Updates ***
                                    W: GPG error: https://repos.influxdata.com/debian bookworm InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                                    E: The repository 'https://repos.influxdata.com/debian bookworm InRelease' is not signed.
                                    Pending Updates: 27
                                    
                                    *** 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 127.0.0.1:8088          0.0.0.0:*               LISTEN      107        5742       684/influxd
                                    tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       3020       685/iobroker.js-con
                                    tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       3025       685/iobroker.js-con
                                    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          666        701/sshd: /usr/sbin
                                    tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       1157267    97123/io.sonoff.0
                                    tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       6895       1265/io.shelly.0
                                    tcp6       0      0 :::7070                 :::*                    LISTEN      106        6329       805/evcc
                                    tcp6       0      0 :::7999                 :::*                    LISTEN      1001       8280       1115/io.geofency.0
                                    tcp6       0      0 :::8086                 :::*                    LISTEN      107        5749       684/influxd
                                    tcp6       0      0 :::8084                 :::*                    LISTEN      1001       10282      1580/io.ws.0
                                    tcp6       0      0 :::8082                 :::*                    LISTEN      1001       7884       1565/io.web.0
                                    tcp6       0      0 :::8081                 :::*                    LISTEN      1001       823        816/io.admin.0
                                    tcp6       0      0 :::3000                 :::*                    LISTEN      105        1170476    98315/grafana
                                    tcp6       0      0 :::22                   :::*                    LISTEN      0          668        701/sshd: /usr/sbin
                                    udp        0      0 0.0.0.0:52970           0.0.0.0:*                           104        1992       571/avahi-daemon: r
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       7752803    318516/io.matter.0
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       3391016    318516/io.matter.0
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       3391001    318516/io.matter.0
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       3390993    318516/io.matter.0
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           106        780        805/evcc
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        1990       571/avahi-daemon: r
                                    udp        0      0 0.0.0.0:5540            0.0.0.0:*                           1001       3391010    318516/io.matter.0
                                    udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       6920       1295/io.tuya.0
                                    udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       6921       1295/io.tuya.0
                                    udp        0      0 0.0.0.0:39468           0.0.0.0:*                           1001       3392574    318516/io.matter.0
                                    udp6       0      0 fe80::9b90:5c0c:88d:546 :::*                                0          903071     656/NetworkManager
                                    udp6       0      0 fe80::1bb1:e9f4:8cf:546 :::*                                0          770        656/NetworkManager
                                    udp6       0      0 :::5353                 :::*                                1001       7752804    318516/io.matter.0
                                    udp6       0      0 :::5353                 :::*                                1001       3391017    318516/io.matter.0
                                    udp6       0      0 :::5353                 :::*                                1001       3391004    318516/io.matter.0
                                    udp6       0      0 :::5353                 :::*                                1001       3390996    318516/io.matter.0
                                    udp6       0      0 :::5353                 :::*                                106        781        805/evcc
                                    udp6       0      0 :::5353                 :::*                                104        1991       571/avahi-daemon: r
                                    udp6       0      0 :::5540                 :::*                                1001       3391009    318516/io.matter.0
                                    udp6       0      0 :::39120                :::*                                104        1993       571/avahi-daemon: r
                                    udp6       0      0 :::39468                :::*                                1001       3392573    318516/io.matter.0
                                    
                                    *** Log File - Last 25 Lines ***
                                    
                                    2025-10-08 20:00:06.531  - info: ical.2 (688853) processing URL: Kai https://calendar.google.com/calendar/ical/reeflover82%40gmail.com/private-47d92a1cdbeae54baf7a78aa1cdf3bf3/basic.ics
                                    2025-10-08 20:00:06.774  - info: ical.3 (688815) Terminated (NO_ERROR): Without reason
                                    2025-10-08 20:00:07.294  - info: host.smarthome instance system.adapter.ical.3 having pid 688815 terminated with code 0 (NO_ERROR)
                                    2025-10-08 20:00:10.012  - info: host.smarthome instance system.adapter.daswetter.0 in version "3.2.3" started with pid 688870
                                    2025-10-08 20:00:11.698  - info: daswetter.0 (688870) starting. Version 3.2.3 in /opt/iobroker/node_modules/iobroker.daswetter, node: v22.20.0, js-controller: 7.0.7
                                    2025-10-08 20:00:11.783  - info: ical.2 (688853) Terminated (NO_ERROR): Without reason
                                    2025-10-08 20:00:12.330  - info: host.smarthome instance system.adapter.ical.2 having pid 688853 terminated with code 0 (NO_ERROR)
                                    2025-10-08 20:00:20.426  - info: daswetter.0 (688870) Terminated (ADAPTER_REQUESTED_TERMINATION): All data handled, adapter stopped until next scheduled moment
                                    2025-10-08 20:00:20.931  - info: daswetter.0 (688870) cleaned everything up...
                                    2025-10-08 20:00:20.941  - info: host.smarthome instance system.adapter.daswetter.0 having pid 688870 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                    2025-10-08 20:00:23.010  - info: host.smarthome instance system.adapter.dwd.0 in version "2.8.5" started with pid 688885
                                    2025-10-08 20:00:23.947  - info: dwd.0 (688885) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v22.20.0, js-controller: 7.0.7
                                    2025-10-08 20:00:24.318  - info: dwd.0 (688885) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                    2025-10-08 20:00:24.831  - info: host.smarthome instance system.adapter.dwd.0 having pid 688885 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                    2025-10-08 20:03:06.185  - info: web.0 (1565) <== Disconnect system.user.admin from ::ffff:192.168.178.180 vis-2
                                    2025-10-08 20:03:07.549  - info: web.0 (1565) ==> Connected system.user.admin from ::ffff:192.168.178.180
                                    2025-10-08 20:03:09.713  - info: vis-2.0 (1535) vis-2 license is OK.
                                    2025-10-08 20:04:54.175  - warn: e3dc-rscp.0 (1387) Received data type ERROR: RSCP_ERR_NOT_AVAILABLE (6) - tag TAG_EMS_EMERGENCY_POWER_TEST_STATUS (0x1800093)
                                    2025-10-08 20:05:23.014  - info: host.smarthome instance system.adapter.dwd.0 in version "2.8.5" started with pid 689034
                                    2025-10-08 20:05:23.964  - info: dwd.0 (689034) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v22.20.0, js-controller: 7.0.7
                                    2025-10-08 20:05:24.312  - info: dwd.0 (689034) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                    2025-10-08 20:05:24.831  - info: host.smarthome instance system.adapter.dwd.0 having pid 689034 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                    2025-10-08 20:08:19.638  - info: web.0 (1565) <== Disconnect system.user.admin from ::ffff:192.168.178.180 vis-2
                                    2025-10-08 20:08:21.029  - info: web.0 (1565) ==> Connected system.user.admin from ::ffff:192.168.178.180
                                    2025-10-08 20:08:23.126  - info: vis-2.0 (1535) vis-2 license is OK.
                                    
                                    
                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    0
                                    • Housemeister 0H Housemeister 0
                                      Script v.2025-08-09
                                      
                                      *** BASE SYSTEM ***
                                      Operating System: Debian GNU/Linux 12 (bookworm)
                                       Static hostname: smarthome
                                             Icon name: computer
                                                Kernel: Linux 6.12.47+rpt-rpi-2712
                                          Architecture: arm64
                                      OS is similar to:
                                      
                                      Model           : Raspberry Pi 5 Model B Rev 1.1
                                      Docker          : false
                                      Virtualization  : none
                                      Kernel          : aarch64
                                      Userland        : 64 bit
                                      
                                      Systemuptime and Load:
                                       20:09:10 up 13 days, 21:08,  2 users,  load average: 1.58, 0.76, 0.43
                                      CPU threads: 4
                                      
                                      
                                      *** LIFE CYCLE STATUS ***
                                      Debian 'bookworm' is the current oldstable version. Please upgrade to the latest stable release 'trixie' in due time!
                                      
                                      *** RASPBERRY THROTTLING ***
                                      Current issues:
                                      No throttling issues detected.
                                      
                                      Previously detected issues:
                                      No throttling issues detected.
                                      
                                      *** TIME AND TIMEZONES ***
                                                     Local time: Wed 2025-10-08 20:09:11 CEST
                                                 Universal time: Wed 2025-10-08 18:09:11 UTC
                                                       RTC time: Wed 2025-10-08 18:09:11
                                                      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':
                                      kai
                                      HOME=/home/kai
                                      GROUPS=kai 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 audio video plugdev bluetooth gpio i2c
                                      
                                      *** DISPLAY-SERVER SETUP ***
                                      Display-Server:         false
                                      Unit display-manager.service could not be found.
                                      Display-Manager:
                                      Desktop:
                                      Session:                tty
                                      
                                      *** MEMORY ***
                                                     total        used        free      shared  buff/cache   available
                                      Mem:             17G        5.2G        9.5G        160M        2.6G         11G
                                      Swap:           536M          0B        536M
                                      Total:           17G        5.2G         10G
                                      
                                      Active iob-Instances:   36
                                      
                                              16219 M total memory
                                               4958 M used memory
                                               4875 M active memory
                                               1687 M inactive memory
                                               9094 M free memory
                                                156 M buffer memory
                                               2282 M swap cache
                                                511 M total swap
                                                  0 M used swap
                                                511 M free swap
                                      
                                      *** top - Table Of Processes  ***
                                      top - 20:09:11 up 13 days, 21:08,  2 users,  load average: 1.58, 0.76, 0.43
                                      Tasks: 240 total,   1 running, 239 sleeping,   0 stopped,   0 zombie
                                      %Cpu(s):  0.0 us,  0.0 sy,  0.0 ni, 50.0 id, 50.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                      MiB Mem :  16219.1 total,   9094.5 free,   4958.9 used,   2439.0 buff/cache
                                      MiB Swap:    512.0 total,    512.0 free,      0.0 used.  11260.2 avail Mem
                                      
                                      *** FAILED SERVICES ***
                                      
                                        UNIT LOAD ACTIVE SUB DESCRIPTION
                                      0 loaded units listed.
                                      
                                      
                                      *** DMESG CRITICAL ERRORS ***
                                      No critical errors detected
                                      
                                      *** FILESYSTEM ***
                                      Filesystem     Type      Size  Used Avail Use% Mounted on
                                      udev           devtmpfs  7.9G     0  7.9G   0% /dev
                                      tmpfs          tmpfs     1.6G  153M  1.5G  10% /run
                                      /dev/mmcblk0p2 ext4      115G  8.6G  100G   8% /
                                      tmpfs          tmpfs     8.0G     0  8.0G   0% /dev/shm
                                      tmpfs          tmpfs     5.0M   48K  5.0M   1% /run/lock
                                      /dev/mmcblk0p1 vfat      510M   57M  454M  12% /boot/firmware
                                      tmpfs          tmpfs     1.6G     0  1.6G   0% /run/user/1000
                                      
                                      Messages concerning ext4 filesystem in dmesg:
                                      [Wed Sep 24 23:00:56 2025] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe cgroup_disable=memory numa_policy=interleave nvme.max_host_mem_size_mb=0  numa=fake=8 system_heap.max_order=0 smsc95xx.macaddr=88:A2:9E:27:16:68 vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000  console=ttyAMA10,115200 console=tty1 root=PARTUUID=e11f02e0-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=DE
                                      [Wed Sep 24 23:00:59 2025] EXT4-fs (mmcblk0p2): mounted filesystem d4cc7d63-da78-48ad-9bdd-64ffbba449a8 ro with ordered data mode. Quota mode: none.
                                      [Wed Sep 24 23:01:00 2025] EXT4-fs (mmcblk0p2): re-mounted d4cc7d63-da78-48ad-9bdd-64ffbba449a8 r/w.
                                      
                                      Show mounted filesystems:
                                      TARGET           SOURCE         FSTYPE OPTIONS
                                      /                /dev/mmcblk0p2 ext4   rw,noatime,commit=600
                                      `-/boot/firmware /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                      
                                      Files in neuralgic directories:
                                      
                                      /var:
                                      1.7G    /var/
                                      751M    /var/cache
                                      737M    /var/cache/apt
                                      621M    /var/cache/apt/archives
                                      425M    /var/lib
                                      
                                      Archived and active journals take up 147.6M in the file system.
                                      
                                      /opt/iobroker/backups:
                                      165M    /opt/iobroker/backups/
                                      
                                      /opt/iobroker/iobroker-data:
                                      512M    /opt/iobroker/iobroker-data/
                                      360M    /opt/iobroker/iobroker-data/files
                                      116M    /opt/iobroker/iobroker-data/backup-objects
                                      89M     /opt/iobroker/iobroker-data/files/vis-2
                                      47M     /opt/iobroker/iobroker-data/files/vis-2/widgets
                                      
                                      The five largest files in iobroker-data are:
                                      26M     /opt/iobroker/iobroker-data/objects.jsonl
                                      24M     /opt/iobroker/iobroker-data/files/scenes.admin/static/js/main.c9369f6c.js.map
                                      17M     /opt/iobroker/iobroker-data/files/vis-2.0/Smartpad V1.0/Background/schwarzer-hintergrund-mit-stoffstruktur.jpg
                                      9.8M    /opt/iobroker/iobroker-data/files/vis-2/material-icons/knx-uf.json
                                      8.8M    /opt/iobroker/iobroker-data/files/matter.admin/assets/index-CjzUbllv.js
                                      
                                      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-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20230803151340-if00
                                      
                                      *** ZigBee Settings ***
                                      
                                      Your zigbee.0 COM-Port is matching 'by-id'. Very good!
                                      Zigbee Network Settings on your coordinator/in nvbackup are:
                                      
                                      zigbee.X
                                      Extended Pan ID:
                                      *** MASKED ***
                                      Pan ID:
                                      *** MASKED ***
                                      Channel:
                                      *** MASKED ***
                                      Network Key:
                                      *** MASKED ***
                                      
                                      To unmask the settings run 'iob diag --unmask'
                                      
                                      
                                      *** NodeJS-Installation ***
                                      
                                      /usr/bin/nodejs         v22.20.0
                                      /usr/bin/node           v22.20.0
                                      /usr/bin/npm            10.9.3
                                      /usr/bin/npx            10.9.3
                                      /usr/bin/corepack       0.34.0
                                      
                                      nodejs:
                                        Installed: 22.20.0-1nodesource1
                                        Candidate: 22.20.0-1nodesource1
                                        Version table:
                                       *** 22.20.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                              100 /var/lib/dpkg/status
                                           22.19.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.18.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.17.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.17.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.16.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.15.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.15.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.14.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.13.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.13.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.12.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.11.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.10.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.9.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.8.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.7.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.6.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.5.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.5.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.4.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.4.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.3.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.2.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.1.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.0.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           18.20.4+dfsg-1~deb12u1 500
                                              500 http://deb.debian.org/debian bookworm/main arm64 Packages
                                              500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                                      
                                      Temp directories causing deletion problem: 0
                                      No problems detected
                                      
                                      Errors in npm tree: 0
                                      No problems detected
                                      
                                      Checking for nodejs vulnerability:
                                      
                                      
                                       █████  ██      ██           ██████   ██████   ██████  ██████         ██
                                      ██   ██ ██      ██          ██       ██    ██ ██    ██ ██   ██     ██  ██
                                      ███████ ██      ██          ██   ███ ██    ██ ██    ██ ██   ██         ██
                                      ██   ██ ██      ██          ██    ██ ██    ██ ██    ██ ██   ██     ██  ██
                                      ██   ██ ███████ ███████      ██████   ██████   ██████  ██████         ██
                                      
                                      
                                      
                                      *** ioBroker-Installation ***
                                      
                                      ioBroker Status
                                      iobroker is running on this host.
                                      
                                      
                                      Objects type: jsonl
                                      States  type: jsonl
                                      
                                      Hosts:
                                      smarthome           smarthome (version: 7.0.7, hostname: smarthome     , alive, uptime: 1199296)
                                      
                                      Core adapters versions
                                      js-controller:  7.0.7
                                      admin:          7.7.2
                                      javascript:     9.0.11
                                      
                                      nodejs modules from github:     3
                                      +-- iobroker.dreame@0.2.2 (git+ssh://git@github.com/TA2k/ioBroker.dreame.git#a0e1b46849b68d02cafe1bdf3504193195e927f8)
                                      +-- iobroker.dreamehome@1.0.0 (git+ssh://git@github.com/spayrosam/ioBroker.dreamehome.git#7893b33ffe944c9e017b2f64a3667fd98da6ddf1)
                                      +-- iobroker.ws@3.0.19 (git+ssh://git@github.com/ioBroker/ioBroker.ws.git#835702659099b5d0991289a5377d8f2bff4b89ac)
                                      
                                      Adapter State
                                      + system.adapter.admin.0                  : admin                 : smarthome                                -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                      + system.adapter.alexa2.0                 : alexa2                : smarthome                                -  enabled
                                      + system.adapter.backitup.0               : backitup              : smarthome                                -  enabled
                                      + system.adapter.bring.0                  : bring                 : smarthome                                -  enabled
                                      + system.adapter.cloud.0                  : cloud                 : smarthome                                -  enabled
                                        system.adapter.daswetter.0              : daswetter             : smarthome                                -  enabled
                                      + system.adapter.discovery.0              : discovery             : smarthome                                -  enabled
                                        system.adapter.dreame.0                 : dreame                : smarthome                                - disabled
                                        system.adapter.dreamehome.0             : dreamehome            : smarthome                                - disabled
                                        system.adapter.dwd.0                    : dwd                   : smarthome                                -  enabled
                                      + system.adapter.e3dc-rscp.0              : e3dc-rscp             : smarthome                                -  enabled
                                      + system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: smarthome                                -  enabled
                                      + system.adapter.fb-checkpresence.0       : fb-checkpresence      : smarthome                                -  enabled
                                        system.adapter.flot.0                   : flot                  : smarthome                                - disabled
                                      + system.adapter.fullybrowser.0           : fullybrowser          : smarthome                                -  enabled
                                      + system.adapter.geofency.0               : geofency              : smarthome                                -  enabled, port: 7999, bind: 0.0.0.0
                                      + system.adapter.history.0                : history               : smarthome                                -  enabled
                                      + system.adapter.hmip.0                   : hmip                  : smarthome                                -  enabled
                                      + system.adapter.hue.0                    : hue                   : smarthome                                -  enabled, port: 443
                                        system.adapter.ical.1                   : ical                  : smarthome                                -  enabled
                                        system.adapter.ical.2                   : ical                  : smarthome                                -  enabled
                                        system.adapter.ical.3                   : ical                  : smarthome                                -  enabled
                                        system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : smarthome                                - disabled
                                        system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : smarthome                                - disabled
                                      + system.adapter.influxdb.0               : influxdb              : smarthome                                -  enabled, port: 8086
                                      + system.adapter.iot.0                    : iot                   : smarthome                                -  enabled
                                      + system.adapter.javascript.0             : javascript            : smarthome                                -  enabled
                                      + system.adapter.matter.0                 : matter                : smarthome                                -  enabled
                                      + system.adapter.meross.0                 : meross                : smarthome                                -  enabled
                                      + system.adapter.ring.0                   : ring                  : smarthome                                -  enabled
                                      + system.adapter.rpi2.0                   : rpi2                  : smarthome                                -  enabled
                                      + system.adapter.rssfeed.0                : rssfeed               : smarthome                                -  enabled
                                      + system.adapter.scenes.0                 : scenes                : smarthome                                -  enabled
                                      + system.adapter.shelly.0                 : shelly                : smarthome                                -  enabled, port: 1882, bind: 0.0.0.0
                                      + system.adapter.sonoff.0                 : sonoff                : smarthome                                -  enabled, port: 1883, bind: 0.0.0.0
                                      + system.adapter.telegram.0               : telegram              : smarthome                                -  enabled, port: 8443, bind: 0.0.0.0
                                      + system.adapter.tesla-motors.0           : tesla-motors          : smarthome                                -  enabled
                                      + system.adapter.tibberlink.0             : tibberlink            : smarthome                                -  enabled
                                      + system.adapter.trashschedule.0          : trashschedule         : smarthome                                -  enabled
                                      + system.adapter.tuya.0                   : tuya                  : smarthome                                -  enabled
                                        system.adapter.vis-2-widgets-inventwo.0 : vis-2-widgets-inventwo: smarthome                                - disabled
                                        system.adapter.vis-2-widgets-jaeger-design.0: vis-2-widgets-jaeger-design: smarthome                                - disabled
                                        system.adapter.vis-2-widgets-material.0 : vis-2-widgets-material: smarthome                                - disabled
                                        system.adapter.vis-2-widgets-rssfeed.0  : vis-2-widgets-rssfeed : smarthome                                - disabled
                                      + system.adapter.vis-2.0                  : vis-2                 : smarthome                                -  enabled
                                        system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : smarthome                                - disabled
                                        system.adapter.vis-icontwo.0            : vis-icontwo           : smarthome                                - disabled
                                      + system.adapter.vis-inventwo.0           : vis-inventwo          : smarthome                                -  enabled
                                      + system.adapter.web.0                    : web                   : smarthome                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                      + system.adapter.ws.0                     : ws                    : smarthome                                -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                      + system.adapter.zigbee.0                 : zigbee                : smarthome                                -  enabled, port: /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20230803151340-if00
                                      
                                      + instance is alive
                                      
                                      Enabled adapters with bindings
                                      + system.adapter.admin.0                  : admin                 : smarthome                                -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                      + system.adapter.geofency.0               : geofency              : smarthome                                -  enabled, port: 7999, bind: 0.0.0.0
                                      + system.adapter.hue.0                    : hue                   : smarthome                                -  enabled, port: 443
                                      + system.adapter.influxdb.0               : influxdb              : smarthome                                -  enabled, port: 8086
                                      + system.adapter.shelly.0                 : shelly                : smarthome                                -  enabled, port: 1882, bind: 0.0.0.0
                                      + system.adapter.sonoff.0                 : sonoff                : smarthome                                -  enabled, port: 1883, bind: 0.0.0.0
                                      + system.adapter.telegram.0               : telegram              : smarthome                                -  enabled, port: 8443, bind: 0.0.0.0
                                      + system.adapter.web.0                    : web                   : smarthome                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                      + system.adapter.ws.0                     : ws                    : smarthome                                -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                      + system.adapter.zigbee.0                 : zigbee                : smarthome                                -  enabled, port: /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20230803151340-if00
                                      
                                      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-Adapters
                                      Used repository: stable
                                      Adapter    "admin"        : 7.7.2    , installed 7.7.2
                                      Adapter    "alexa2"       : 3.27.3   , installed 3.27.3
                                      Adapter    "backitup"     : 3.3.5    , installed 3.3.5
                                      Adapter    "bring"        : 1.8.4    , installed 1.9.1
                                      Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                                      Adapter    "daswetter"    : 3.2.3    , installed 3.2.3
                                      Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                                      Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                                      Adapter    "e3dc-rscp"    : 1.4.3    , installed 1.4.2  [Updatable]
                                      Adapter    "energiefluss-erweitert": 0.7.7, installed 0.7.8
                                      Adapter    "fb-checkpresence": 1.4.0 , installed 1.4.0
                                      Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                      Adapter    "fullybrowser" : 3.1.2    , installed 3.1.2
                                      Adapter    "geofency"     : 1.2.4    , installed 1.2.4
                                      Adapter    "history"      : 3.0.1    , installed 3.0.1
                                      Adapter    "hmip"         : 1.27.0   , installed 1.27.0
                                      Adapter    "hue"          : 3.16.2   , installed 3.16.2
                                      Adapter    "ical"         : 1.17.0   , installed 1.17.0
                                      Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                                      Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                                      Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                                      Adapter    "iot"          : 3.3.0    , installed 3.6.0
                                      Adapter    "javascript"   : 8.9.2    , installed 9.0.11
                                      Controller "js-controller": 7.0.7    , installed 7.0.7
                                      Adapter    "matter"       : 0.5.2    , installed 0.5.2
                                      Adapter    "meross"       : 1.17.0   , installed 1.17.0
                                      Adapter    "ring"         : 6.4.0    , installed 6.4.0
                                      Adapter    "rpi2"         : 2.4.0    , installed 2.4.0
                                      Adapter    "rssfeed"      : 3.6.1    , installed 3.5.2  [Updatable]
                                      Adapter    "scenes"       : 3.2.3    , installed 3.2.3
                                      Adapter    "shelly"       : 10.2.0   , installed 10.2.0
                                      Adapter    "socketio"     : 6.7.1    , installed 7.0.8
                                      Adapter    "sonoff"       : 3.2.1    , installed 3.2.1
                                      Adapter    "telegram"     : 4.1.0    , installed 4.1.0
                                      Adapter    "tesla-motors" : 1.3.2    , installed 1.4.5
                                      Adapter    "tibberlink"   : 5.0.2    , installed 5.0.2
                                      Adapter    "trashschedule": 3.3.0    , installed 4.0.1
                                      Adapter    "tuya"         : 3.16.0   , installed 3.17.0
                                      Adapter    "vis-2"        : 2.13.4   , installed 2.13.4
                                      Adapter    "vis-2-widgets-inventwo": 0.2.2, installed 0.3.5
                                      Adapter    "vis-2-widgets-jaeger-design": 1.2.7, installed 1.4.7
                                      Adapter    "vis-2-widgets-material": 1.4.10, installed 1.4.10
                                      Adapter    "vis-2-widgets-rssfeed": 1.2.2, installed 1.2.2
                                      Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                                      Adapter    "vis-icontwo"  : 1.18.0   , installed 1.18.0
                                      Adapter    "vis-inventwo" : 3.3.5    , installed 3.3.5
                                      Adapter    "web"          : 7.0.8    , installed 7.0.9
                                      Adapter    "ws"           : 2.6.2    , installed 3.0.19
                                      Adapter    "zigbee"       : 3.0.5    , installed 3.0.5
                                      
                                      Objects and States
                                      Please stand by - This may take a while
                                      Objects:        15266
                                      States:         12774
                                      
                                      *** OS-Repositories and Updates ***
                                      W: GPG error: https://repos.influxdata.com/debian bookworm InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                                      E: The repository 'https://repos.influxdata.com/debian bookworm InRelease' is not signed.
                                      Pending Updates: 27
                                      
                                      *** 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 127.0.0.1:8088          0.0.0.0:*               LISTEN      107        5742       684/influxd
                                      tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       3020       685/iobroker.js-con
                                      tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       3025       685/iobroker.js-con
                                      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          666        701/sshd: /usr/sbin
                                      tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       1157267    97123/io.sonoff.0
                                      tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       6895       1265/io.shelly.0
                                      tcp6       0      0 :::7070                 :::*                    LISTEN      106        6329       805/evcc
                                      tcp6       0      0 :::7999                 :::*                    LISTEN      1001       8280       1115/io.geofency.0
                                      tcp6       0      0 :::8086                 :::*                    LISTEN      107        5749       684/influxd
                                      tcp6       0      0 :::8084                 :::*                    LISTEN      1001       10282      1580/io.ws.0
                                      tcp6       0      0 :::8082                 :::*                    LISTEN      1001       7884       1565/io.web.0
                                      tcp6       0      0 :::8081                 :::*                    LISTEN      1001       823        816/io.admin.0
                                      tcp6       0      0 :::3000                 :::*                    LISTEN      105        1170476    98315/grafana
                                      tcp6       0      0 :::22                   :::*                    LISTEN      0          668        701/sshd: /usr/sbin
                                      udp        0      0 0.0.0.0:52970           0.0.0.0:*                           104        1992       571/avahi-daemon: r
                                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       7752803    318516/io.matter.0
                                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       3391016    318516/io.matter.0
                                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       3391001    318516/io.matter.0
                                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       3390993    318516/io.matter.0
                                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           106        780        805/evcc
                                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        1990       571/avahi-daemon: r
                                      udp        0      0 0.0.0.0:5540            0.0.0.0:*                           1001       3391010    318516/io.matter.0
                                      udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       6920       1295/io.tuya.0
                                      udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       6921       1295/io.tuya.0
                                      udp        0      0 0.0.0.0:39468           0.0.0.0:*                           1001       3392574    318516/io.matter.0
                                      udp6       0      0 fe80::9b90:5c0c:88d:546 :::*                                0          903071     656/NetworkManager
                                      udp6       0      0 fe80::1bb1:e9f4:8cf:546 :::*                                0          770        656/NetworkManager
                                      udp6       0      0 :::5353                 :::*                                1001       7752804    318516/io.matter.0
                                      udp6       0      0 :::5353                 :::*                                1001       3391017    318516/io.matter.0
                                      udp6       0      0 :::5353                 :::*                                1001       3391004    318516/io.matter.0
                                      udp6       0      0 :::5353                 :::*                                1001       3390996    318516/io.matter.0
                                      udp6       0      0 :::5353                 :::*                                106        781        805/evcc
                                      udp6       0      0 :::5353                 :::*                                104        1991       571/avahi-daemon: r
                                      udp6       0      0 :::5540                 :::*                                1001       3391009    318516/io.matter.0
                                      udp6       0      0 :::39120                :::*                                104        1993       571/avahi-daemon: r
                                      udp6       0      0 :::39468                :::*                                1001       3392573    318516/io.matter.0
                                      
                                      *** Log File - Last 25 Lines ***
                                      
                                      2025-10-08 20:00:06.531  - info: ical.2 (688853) processing URL: Kai https://calendar.google.com/calendar/ical/reeflover82%40gmail.com/private-47d92a1cdbeae54baf7a78aa1cdf3bf3/basic.ics
                                      2025-10-08 20:00:06.774  - info: ical.3 (688815) Terminated (NO_ERROR): Without reason
                                      2025-10-08 20:00:07.294  - info: host.smarthome instance system.adapter.ical.3 having pid 688815 terminated with code 0 (NO_ERROR)
                                      2025-10-08 20:00:10.012  - info: host.smarthome instance system.adapter.daswetter.0 in version "3.2.3" started with pid 688870
                                      2025-10-08 20:00:11.698  - info: daswetter.0 (688870) starting. Version 3.2.3 in /opt/iobroker/node_modules/iobroker.daswetter, node: v22.20.0, js-controller: 7.0.7
                                      2025-10-08 20:00:11.783  - info: ical.2 (688853) Terminated (NO_ERROR): Without reason
                                      2025-10-08 20:00:12.330  - info: host.smarthome instance system.adapter.ical.2 having pid 688853 terminated with code 0 (NO_ERROR)
                                      2025-10-08 20:00:20.426  - info: daswetter.0 (688870) Terminated (ADAPTER_REQUESTED_TERMINATION): All data handled, adapter stopped until next scheduled moment
                                      2025-10-08 20:00:20.931  - info: daswetter.0 (688870) cleaned everything up...
                                      2025-10-08 20:00:20.941  - info: host.smarthome instance system.adapter.daswetter.0 having pid 688870 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                      2025-10-08 20:00:23.010  - info: host.smarthome instance system.adapter.dwd.0 in version "2.8.5" started with pid 688885
                                      2025-10-08 20:00:23.947  - info: dwd.0 (688885) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v22.20.0, js-controller: 7.0.7
                                      2025-10-08 20:00:24.318  - info: dwd.0 (688885) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                      2025-10-08 20:00:24.831  - info: host.smarthome instance system.adapter.dwd.0 having pid 688885 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                      2025-10-08 20:03:06.185  - info: web.0 (1565) <== Disconnect system.user.admin from ::ffff:192.168.178.180 vis-2
                                      2025-10-08 20:03:07.549  - info: web.0 (1565) ==> Connected system.user.admin from ::ffff:192.168.178.180
                                      2025-10-08 20:03:09.713  - info: vis-2.0 (1535) vis-2 license is OK.
                                      2025-10-08 20:04:54.175  - warn: e3dc-rscp.0 (1387) Received data type ERROR: RSCP_ERR_NOT_AVAILABLE (6) - tag TAG_EMS_EMERGENCY_POWER_TEST_STATUS (0x1800093)
                                      2025-10-08 20:05:23.014  - info: host.smarthome instance system.adapter.dwd.0 in version "2.8.5" started with pid 689034
                                      2025-10-08 20:05:23.964  - info: dwd.0 (689034) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v22.20.0, js-controller: 7.0.7
                                      2025-10-08 20:05:24.312  - info: dwd.0 (689034) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                      2025-10-08 20:05:24.831  - info: host.smarthome instance system.adapter.dwd.0 having pid 689034 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                      2025-10-08 20:08:19.638  - info: web.0 (1565) <== Disconnect system.user.admin from ::ffff:192.168.178.180 vis-2
                                      2025-10-08 20:08:21.029  - info: web.0 (1565) ==> Connected system.user.admin from ::ffff:192.168.178.180
                                      2025-10-08 20:08:23.126  - info: vis-2.0 (1535) vis-2 license is OK.
                                      
                                      
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #222

                                      @housemeister-0

                                      Soweit passt das eigentlich.
                                      Leg das Influxdb-Repo nochmal neu an:

                                      https://forum.iobroker.net/topic/59231/phantastische-repositories-und-wo-sie-zu-finden-sind

                                      Und dann die updates einspielen. Sowohl für das Betriebssystem wie auch für den ioBroker.
                                      Perspektivisch auch da in diesem Winter RaspberryOS 13 installieren.

                                      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

                                      Housemeister 0H 1 Antwort Letzte Antwort
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @housemeister-0

                                        Soweit passt das eigentlich.
                                        Leg das Influxdb-Repo nochmal neu an:

                                        https://forum.iobroker.net/topic/59231/phantastische-repositories-und-wo-sie-zu-finden-sind

                                        Und dann die updates einspielen. Sowohl für das Betriebssystem wie auch für den ioBroker.
                                        Perspektivisch auch da in diesem Winter RaspberryOS 13 installieren.

                                        Housemeister 0H Offline
                                        Housemeister 0H Offline
                                        Housemeister 0
                                        schrieb am zuletzt editiert von Housemeister 0
                                        #223

                                        @thomas-braun danke für die Tipps, habe Influxdb nochmal neu installiert und danach alle updates gezogen, leider keine Verbessserung

                                        Thomas BraunT 1 Antwort Letzte Antwort
                                        0
                                        • Housemeister 0H Housemeister 0

                                          @thomas-braun danke für die Tipps, habe Influxdb nochmal neu installiert und danach alle updates gezogen, leider keine Verbessserung

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

                                          @housemeister-0

                                          Du musst wohl libcairo aktualisieren.
                                          Da würde ich aber wie gesagt dann gleich die große Lösung (Update auf RaspberryOS 13) wählen.

                                          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

                                          Housemeister 0H 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

                                          752

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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