Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [gelöst] Miele CloudService Fehler bei Anmeldung

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    [gelöst] Miele CloudService Fehler bei Anmeldung

    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      Matt77CHE last edited by Matt77CHE

      Hallo zusammen
      Ich habe die Miele@Home App installiert und Geräte hinzugefügt, den Adapter 6.5.10 installiert;
      Auf der developer site die API Client ID und das Secret geholt.

      Wenn ich den Adapter starte bekomme ich folgende Fehlermeldung:

      
      mielecloudservice.0
      2025-04-12 13:34:39.969	error	request.headers.split is not a function
      
      mielecloudservice.0
      2025-04-12 13:34:39.969	error	TypeError: request.headers.split is not a function at setHeadersOnRequest (/opt/iobroker/node_modules/@sentry/src/integrations/undici/index.ts:289:39) at _onRequestCreate (/opt/iobroker/node_modules/@sentry/src/integrations/undici/index.ts:200:7) at Channel.publish (node:diagnostics_channel:150:9) at new Request (node:internal/deps/undici/undici:2008:27) at Client.[dispatch] (node:internal/deps/undici/undici:7802:25) at Intercept (node:internal/deps/undici/undici:7535:20) at Client.[Intercepted Dispatch] (node:internal/deps/undici/undici:572:16) at Client.dispatch (node:internal/deps/undici/undici:588:44) at Pool.[dispatch] (node:internal/deps/undici/undici:819:32) at Pool.[Intercepted Dispatch] (node:internal/deps/undici/undici:565:33)
      
      mielecloudservice.0
      2025-04-12 13:34:39.968	error	uncaught exception: request.headers.split is not a function
      

      Kann mir da jemand weiterhelfen, was da los ist?

      admin v7.6.5
      NPM: 10.8.2
      Node.js: v20.19.0

      Homoran 1 Reply Last reply Reply Quote 0
      • M
        Matt77CHE last edited by

        Guten Morgen zusammen

        • niemand eine Idee woran es liegen könnte?
        1 Reply Last reply Reply Quote 0
        • M
          Matt77CHE last edited by

          Issue auf Github erstellt - evtl hilft das was

          Issue Github: request.headers.split is not a function #507

          Samson71 1 Reply Last reply Reply Quote 0
          • Samson71
            Samson71 Global Moderator @Matt77CHE last edited by

            @matt77che sagte in Miele CloudService Fehler bei Anmeldung:

            evtl hilft das was

            Oder einfach ein bisschen Geduld? Du stellst auf einen frühen Samstag Nachmittag eine Frage und pusht keine 24h später noch vor 7 Uhr an einem Sonntag Morgen, weil noch keiner geantwortet hat?

            1 Reply Last reply Reply Quote 0
            • Homoran
              Homoran Global Moderator Administrators @Matt77CHE last edited by

              @matt77che Ich habe zwar keine Ahnung was diese spezielle Meldung in deinem speziellen Fall hervorruft, aber interpretiere ich das richtig,

              @matt77che sagte in Miele CloudService Fehler bei Anmeldung:

              Ich habe die Miele@Home App installiert und Geräte hinzugefügt, den Adapter 6.5.10 installiert;
              ...
              Wenn ich den Adapter starte
              bekomme ich folgende Fehlermeldung:

              dass du gerade erst alles eingerichtet und erstmalig gestartet hast?
              Dann kann es an einigem, u.a. an einer Fehlkonfiguration liegen.

              Hast du weitere Informationen im debug-log, die ggf. nicht error sind?
              Bitte Fehlermeldungen immer im Kontext zeigen.

              Wenn wirklich nichts existiert, stellt dich fie Frage ob die Instanz tatsächlich auf Logstufe debug gestellt wurdrö

              M 1 Reply Last reply Reply Quote 0
              • M
                Matt77CHE @Homoran last edited by

                @homoran
                Hallo
                Ja, es ist ein erstmaliges starten.

                Adapter log ist auf debug:

                
                mielecloudservice.0
                2025-04-13 11:21:14.833	error	request.headers.split is not a function
                
                mielecloudservice.0
                2025-04-13 11:21:14.833	error	TypeError: request.headers.split is not a function at setHeadersOnRequest (/opt/iobroker/node_modules/@sentry/src/integrations/undici/index.ts:289:39) at _onRequestCreate (/opt/iobroker/node_modules/@sentry/src/integrations/undici/index.ts:200:7) at Channel.publish (node:diagnostics_channel:150:9) at new Request (node:internal/deps/undici/undici:2008:27) at Client.[dispatch] (node:internal/deps/undici/undici:7802:25) at Intercept (node:internal/deps/undici/undici:7535:20) at Client.[Intercepted Dispatch] (node:internal/deps/undici/undici:572:16) at Client.dispatch (node:internal/deps/undici/undici:588:44) at Pool.[dispatch] (node:internal/deps/undici/undici:819:32) at Pool.[Intercepted Dispatch] (node:internal/deps/undici/undici:565:33)
                
                mielecloudservice.0
                2025-04-13 11:21:14.833	error	uncaught exception: request.headers.split is not a function
                

                Auch wenn ich log auf alles stelle, kommt da nicht mehr...

                Homoran 1 Reply Last reply Reply Quote 0
                • M
                  Matt77CHE last edited by

                  Da ist noch etwas vom host.iobroker, wenn ich bei Quelle auf alle gehe:

                  
                  host.iobroker
                  2025-04-13 11:25:13.271	error	instance system.adapter.mielecloudservice.0 terminated with code 3 (NO_ADAPTER_CONFIG_FOUND)
                  
                  mielecloudservice.0
                  2025-04-13 11:25:12.330	error	adapter disabled
                  
                  host.iobroker
                  2025-04-13 11:24:39.305	error	instance system.adapter.mielecloudservice.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                  
                  Homoran 1 Reply Last reply Reply Quote 0
                  • Homoran
                    Homoran Global Moderator Administrators @Matt77CHE last edited by

                    @matt77che sagte in Miele CloudService Fehler bei Anmeldung:

                    Adapter log ist auf debug:

                    die Instanz oder nur der Filter im log?
                    https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge/1

                    1 Reply Last reply Reply Quote 0
                    • Homoran
                      Homoran Global Moderator Administrators @Matt77CHE last edited by Homoran

                      @matt77che sagte in Miele CloudService Fehler bei Anmeldung:

                      NO_ADAPTER_CONFIG_FOUND

                      siehste
                      so was hatte ich im Verdacht.

                      @homoran sagte in Miele CloudService Fehler bei Anmeldung:

                      Fehlkonfiguration

                      Bitte noch das debug-log
                      private Daten unkenntlich machen!

                      M 1 Reply Last reply Reply Quote 0
                      • M
                        Matt77CHE @Homoran last edited by Matt77CHE

                        @homoran

                        
                        host.iobroker
                        2025-04-13 11:44:47.572	info	Do not restart adapter system.adapter.mielecloudservice.0 because disabled or deleted
                        
                        host.iobroker
                        2025-04-13 11:44:47.571	error	instance system.adapter.mielecloudservice.0 terminated with code 3 (NO_ADAPTER_CONFIG_FOUND)
                        
                        mielecloudservice.0
                        2025-04-13 11:44:46.645	warn	Terminated (NO_ADAPTER_CONFIG_FOUND): Without reason
                        
                        mielecloudservice.0
                        2025-04-13 11:44:46.644	debug	Plugin sentry destroyed
                        
                        mielecloudservice.0
                        2025-04-13 11:44:46.642	error	adapter disabled
                        
                        mielecloudservice.0
                        2025-04-13 11:44:46.527	debug	Plugin sentry Initialize Plugin (enabled=true)
                        
                        host.iobroker
                        2025-04-13 11:44:18.411	info	"system.adapter.mielecloudservice.0" disabled
                        
                        host.iobroker
                        2025-04-13 11:44:13.686	info	Restart adapter system.adapter.mielecloudservice.0 because enabled
                        
                        host.iobroker
                        2025-04-13 11:44:13.686	error	instance system.adapter.mielecloudservice.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                        
                        host.iobroker
                        2025-04-13 11:44:13.686	error	Caught by controller[0]: at Pool.[Intercepted Dispatch] (node:internal/deps/undici/undici:565:33)
                        
                        host.iobroker
                        2025-04-13 11:44:13.686	error	Caught by controller[0]: at Pool.[dispatch] (node:internal/deps/undici/undici:819:32)
                        
                        host.iobroker
                        2025-04-13 11:44:13.686	error	Caught by controller[0]: at Client.dispatch (node:internal/deps/undici/undici:588:44)
                        
                        host.iobroker
                        2025-04-13 11:44:13.686	error	Caught by controller[0]: at Client.[Intercepted Dispatch] (node:internal/deps/undici/undici:572:16)
                        
                        host.iobroker
                        2025-04-13 11:44:13.686	error	Caught by controller[0]: at Intercept (node:internal/deps/undici/undici:7535:20)
                        
                        host.iobroker
                        2025-04-13 11:44:13.686	error	Caught by controller[0]: at Client.[dispatch] (node:internal/deps/undici/undici:7802:25)
                        
                        host.iobroker
                        2025-04-13 11:44:13.685	error	Caught by controller[0]: at new Request (node:internal/deps/undici/undici:2008:27)
                        
                        host.iobroker
                        2025-04-13 11:44:13.685	error	Caught by controller[0]: at Channel.publish (node:diagnostics_channel:150:9)
                        
                        host.iobroker
                        2025-04-13 11:44:13.685	error	Caught by controller[0]: at _onRequestCreate (/opt/iobroker/node_modules/@sentry/src/integrations/undici/index.ts:200:7)
                        
                        host.iobroker
                        2025-04-13 11:44:13.685	error	Caught by controller[0]: at setHeadersOnRequest (/opt/iobroker/node_modules/@sentry/src/integrations/undici/index.ts:289:39)
                        
                        host.iobroker
                        2025-04-13 11:44:13.685	error	Caught by controller[0]: TypeError: request.headers.split is not a function
                        
                        mielecloudservice.0
                        2025-04-13 11:44:13.225	error	request.headers.split is not a function
                        
                        mielecloudservice.0
                        2025-04-13 11:44:13.225	error	TypeError: request.headers.split is not a function at setHeadersOnRequest (/opt/iobroker/node_modules/@sentry/src/integrations/undici/index.ts:289:39) at _onRequestCreate (/opt/iobroker/node_modules/@sentry/src/integrations/undici/index.ts:200:7) at Channel.publish (node:diagnostics_channel:150:9) at new Request (node:internal/deps/undici/undici:2008:27) at Client.[dispatch] (node:internal/deps/undici/undici:7802:25) at Intercept (node:internal/deps/undici/undici:7535:20) at Client.[Intercepted Dispatch] (node:internal/deps/undici/undici:572:16) at Client.dispatch (node:internal/deps/undici/undici:588:44) at Pool.[dispatch] (node:internal/deps/undici/undici:819:32) at Pool.[Intercepted Dispatch] (node:internal/deps/undici/undici:565:33)
                        
                        mielecloudservice.0
                        2025-04-13 11:44:13.225	error	uncaught exception: request.headers.split is not a function
                        
                        mielecloudservice.0
                        2025-04-13 11:44:13.206	info	Initializing SSE watchdog.
                        
                        mielecloudservice.0
                        2025-04-13 11:44:13.198	info	Registering for all appliance events at Miele API.
                        
                        mielecloudservice.0
                        2025-04-13 11:44:13.198	info	Access token expires on: 5/13/2025, 11:44:00 AM
                        
                        mielecloudservice.0
                        2025-04-13 11:44:12.523	info	Login attempt #1 @Miele-API
                        
                        mielecloudservice.0
                        2025-04-13 11:44:12.503	info	starting. Version 6.5.10 (non-npm: Grizzelbee/ioBroker.mielecloudservice) in /opt/iobroker/node_modules/iobroker.mielecloudservice, node: v20.19.0, js-controller: 7.0.6
                        
                        mielecloudservice.0
                        2025-04-13 11:44:12.324	debug	Plugin sentry Initialize Plugin (enabled=true)
                        
                        mielecloudservice.0
                        2025-04-13 11:44:12.293	debug	States connected to redis: 192.xxx.x.xxx:6379
                        
                        mielecloudservice.0
                        2025-04-13 11:44:12.288	debug	States create User PubSub Client
                        
                        mielecloudservice.0
                        2025-04-13 11:44:12.288	debug	States create System PubSub Client
                        
                        mielecloudservice.0
                        2025-04-13 11:44:12.283	debug	Redis States: Use Redis connection: 192.xxx.x.xxx:6379
                        
                        mielecloudservice.0
                        2025-04-13 11:44:12.048	debug	Objects connected to redis: 192.xxx.x.xxx:6379
                        
                        mielecloudservice.0
                        2025-04-13 11:44:12.044	debug	Objects client initialize lua scripts
                        
                        mielecloudservice.0
                        2025-04-13 11:44:11.710	debug	Objects create User PubSub Client
                        
                        mielecloudservice.0
                        2025-04-13 11:44:11.709	debug	Objects create System PubSub Client
                        
                        mielecloudservice.0
                        2025-04-13 11:44:11.708	debug	Objects client ready ... initialize now
                        
                        mielecloudservice.0
                        2025-04-13 11:44:11.696	debug	Redis Objects: Use Redis connection: 192.xxx.x.xxx:6379
                        
                        host.iobroker
                        2025-04-13 11:44:10.950	info	instance system.adapter.mielecloudservice.0 in version "6.5.10" (non-npm: Grizzelbee/ioBroker.mielecloudservice) started with pid 263915
                        
                        host.iobroker
                        2025-04-13 11:44:08.744	info	"system.adapter.mielecloudservice.0" enabled
                        

                        Edit: Adapter auf debug; Log auf debug

                        Homoran 1 Reply Last reply Reply Quote 0
                        • Homoran
                          Homoran Global Moderator Administrators @Matt77CHE last edited by Homoran

                          @matt77che sagte in Miele CloudService Fehler bei Anmeldung:

                          Edit: Adapter auf debug; Log auf debug

                          sehe ich 😉
                          und IP Adressen sind keine privaten Daten.
                          Das war auf Zugangsdaten o.ä. bezogen

                          Immerhin sieht man jetzt, dass die Zugangsdaten wohl stimmen, Der Token passt, aber

                          @matt77che sagte in Miele CloudService Fehler bei Anmeldung:

                          NO_ADAPTER_CONFIG_FOUND

                          bleibt leider.
                          Hast du die Instanz denn vollständig konfiguriert?

                          M 1 Reply Last reply Reply Quote 0
                          • M
                            Matt77CHE @Homoran last edited by

                            @homoran

                            da bin ich davon ausgegangen, nachdem ich die Felder, email, pw, api client id, secret, land, sprache ausgewählt hatte....

                            Screenshot 2025-04-13 102013.jpg

                            Homoran 1 Reply Last reply Reply Quote 0
                            • Homoran
                              Homoran Global Moderator Administrators @Matt77CHE last edited by Homoran

                              @matt77che sagte in Miele CloudService Fehler bei Anmeldung:

                              nachdem ich die Felder, email, pw, api client id, secret, land, sprache ausgewählt hatte....

                              die Geräte müssen nirgendwo angegeben werden?

                              dann kann ich dir leider nicht weiterhelfen.

                              M 1 Reply Last reply Reply Quote 0
                              • M
                                Matt77CHE @Homoran last edited by

                                @homoran

                                danke dir trotzdem für zumindest den Versuch! 👍

                                Homoran 1 Reply Last reply Reply Quote 0
                                • Homoran
                                  Homoran Global Moderator Administrators @Matt77CHE last edited by

                                  @matt77che
                                  einer geht noch!

                                  Wenn du nicht den gesamten Adapter incl. Instanz löschen und neu installieren willst, mach mal ein upload des Adapters.

                                  Entweder per Konsole iob upload miele.....xxx oder auf der Seite Adapter im Expertenmodus auf der Rückseite der Kachel

                                  M 1 Reply Last reply Reply Quote 0
                                  • M
                                    Matt77CHE @Homoran last edited by Matt77CHE

                                    @homoran
                                    😊

                                    Adapter & Instanz gelöscht und neu installiert habe ich bereits gemacht - mit dem gleichen ergebnis.....

                                    Einen Upload eines Adapters habe ich noch nie gemacht - werde ich machen!

                                    Edit: erledigt

                                    Homoran 1 Reply Last reply Reply Quote 0
                                    • Homoran
                                      Homoran Global Moderator Administrators @Matt77CHE last edited by

                                      @matt77che sagte in Miele CloudService Fehler bei Anmeldung:

                                      erledigt

                                      und mit welchem Ergebnis?

                                      M 2 Replies Last reply Reply Quote 0
                                      • M
                                        Matt77CHE @Homoran last edited by

                                        @homoran sagte in Miele CloudService Fehler bei Anmeldung:

                                        @matt77che sagte in Miele CloudService Fehler bei Anmeldung:

                                        erledigt

                                        und mit welchem Ergebnis?

                                        äähm - jetzt stehe ich auf dem Schlauch - Tschuldigung...
                                        Wo sollte ich da ein Ergebnis sehen? - habe das noch nie gemacht sorry

                                        Homoran 1 Reply Last reply Reply Quote 0
                                        • M
                                          Matt77CHE @Homoran last edited by

                                          @homoran
                                          falls du das Log meinst?:

                                          
                                          host.iobroker
                                          2025-04-13 14:34:36.479	info	iobroker exit 0
                                          
                                          host.iobroker
                                          2025-04-13 14:34:35.212	info	iobroker Updating objects from io-package.json for adapter "mielecloudservice" with version "6.5.10"
                                          
                                          host.iobroker
                                          2025-04-13 14:34:35.205	info	iobroker upload [0] mielecloudservice.admin /opt/iobroker/node_modules/iobroker.mielecloudservice/admin/words.js words.js application/javascript
                                          
                                          host.iobroker
                                          2025-04-13 14:34:35.202	info	iobroker upload [1] mielecloudservice.admin /opt/iobroker/node_modules/iobroker.mielecloudservice/admin/paypal-donate-button.png paypal-donate-button.png image/png
                                          
                                          host.iobroker
                                          2025-04-13 14:34:35.198	info	iobroker upload [2] mielecloudservice.admin /opt/iobroker/node_modules/iobroker.mielecloudservice/admin/mielecloudservice.svg mielecloudservice.svg image/svg+xml
                                          
                                          host.iobroker
                                          2025-04-13 14:34:35.195	info	iobroker upload [3] mielecloudservice.admin /opt/iobroker/node_modules/iobroker.mielecloudservice/admin/jsonConfig.json jsonConfig.json application/json
                                          
                                          host.iobroker
                                          2025-04-13 14:34:35.192	info	iobroker upload [4] mielecloudservice.admin /opt/iobroker/node_modules/iobroker.mielecloudservice/admin/icons/info.svg icons/info.svg image/svg+xml
                                          
                                          host.iobroker
                                          2025-04-13 14:34:35.188	info	iobroker upload [5] mielecloudservice.admin /opt/iobroker/node_modules/iobroker.mielecloudservice/admin/icons/eco_water.svg icons/eco_water.svg image/svg+xml
                                          
                                          host.iobroker
                                          2025-04-13 14:34:35.185	info	iobroker upload [6] mielecloudservice.admin /opt/iobroker/node_modules/iobroker.mielecloudservice/admin/icons/eco_energy.svg icons/eco_energy.svg image/svg+xml
                                          
                                          host.iobroker
                                          2025-04-13 14:34:35.181	info	iobroker upload [7] mielecloudservice.admin /opt/iobroker/node_modules/iobroker.mielecloudservice/admin/icons/eco.svg icons/eco.svg image/svg+xml
                                          
                                          host.iobroker
                                          2025-04-13 14:34:35.177	info	iobroker upload [8] mielecloudservice.admin /opt/iobroker/node_modules/iobroker.mielecloudservice/admin/icons/cog.svg icons/cog.svg image/svg+xml
                                          
                                          host.iobroker
                                          2025-04-13 14:34:35.174	info	iobroker upload [9] mielecloudservice.admin /opt/iobroker/node_modules/iobroker.mielecloudservice/admin/icons/8.svg icons/8.svg image/svg+xml
                                          
                                          host.iobroker
                                          2025-04-13 14:34:35.171	info	iobroker upload [10] mielecloudservice.admin /opt/iobroker/node_modules/iobroker.mielecloudservice/admin/icons/7.svg icons/7.svg image/svg+xml
                                          
                                          host.iobroker
                                          2025-04-13 14:34:35.167	info	iobroker upload [11] mielecloudservice.admin /opt/iobroker/node_modules/iobroker.mielecloudservice/admin/icons/67.svg icons/67.svg image/svg+xml
                                          
                                          host.iobroker
                                          2025-04-13 14:34:35.164	info	iobroker upload [12] mielecloudservice.admin /opt/iobroker/node_modules/iobroker.mielecloudservice/admin/icons/45.svg icons/45.svg image/svg+xml
                                          
                                          host.iobroker
                                          2025-04-13 14:34:35.161	info	iobroker upload [13] mielecloudservice.admin /opt/iobroker/node_modules/iobroker.mielecloudservice/admin/icons/43.svg icons/43.svg image/svg+xml
                                          
                                          host.iobroker
                                          2025-04-13 14:34:35.158	info	iobroker upload [14] mielecloudservice.admin /opt/iobroker/node_modules/iobroker.mielecloudservice/admin/icons/42.svg icons/42.svg image/svg+xml
                                          
                                          host.iobroker
                                          2025-04-13 14:34:35.155	info	iobroker upload [15] mielecloudservice.admin /opt/iobroker/node_modules/iobroker.mielecloudservice/admin/icons/41.svg icons/41.svg image/svg+xml
                                          
                                          host.iobroker
                                          2025-04-13 14:34:35.153	info	iobroker upload [16] mielecloudservice.admin /opt/iobroker/node_modules/iobroker.mielecloudservice/admin/icons/40.svg icons/40.svg image/svg+xml
                                          
                                          host.iobroker
                                          2025-04-13 14:34:35.150	info	iobroker upload [17] mielecloudservice.admin /opt/iobroker/node_modules/iobroker.mielecloudservice/admin/icons/39.svg icons/39.svg image/svg+xml
                                          
                                          host.iobroker
                                          2025-04-13 14:34:35.147	info	iobroker upload [18] mielecloudservice.admin /opt/iobroker/node_modules/iobroker.mielecloudservice/admin/icons/34.svg icons/34.svg image/svg+xml
                                          
                                          host.iobroker
                                          2025-04-13 14:34:35.143	info	iobroker upload [19] mielecloudservice.admin /opt/iobroker/node_modules/iobroker.mielecloudservice/admin/icons/33.svg icons/33.svg image/svg+xml
                                          
                                          host.iobroker
                                          2025-04-13 14:34:35.141	info	iobroker upload [20] mielecloudservice.admin /opt/iobroker/node_modules/iobroker.mielecloudservice/admin/icons/32.svg icons/32.svg image/svg+xml
                                          
                                          host.iobroker
                                          2025-04-13 14:34:35.118	info	iobroker upload [30] mielecloudservice.admin /opt/iobroker/node_modules/iobroker.mielecloudservice/admin/icons/19.svg icons/19.svg image/svg+xml
                                          
                                          host.iobroker
                                          2025-04-13 14:34:35.082	info	iobroker upload [40] mielecloudservice.admin /opt/iobroker/node_modules/iobroker.mielecloudservice/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                          
                                          host.iobroker
                                          2025-04-13 14:34:35.045	info	iobroker upload [50] mielecloudservice.admin /opt/iobroker/node_modules/iobroker.mielecloudservice/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                          
                                          host.iobroker
                                          2025-04-13 14:34:27.697	info	iobroker upload mielecloudservice --debug
                                          
                                          1 Reply Last reply Reply Quote 0
                                          • Homoran
                                            Homoran Global Moderator Administrators @Matt77CHE last edited by

                                            @matt77che sagte in Miele CloudService Fehler bei Anmeldung:

                                            Wo sollte ich da ein Ergebnis sehen?

                                            ist die Fehlermeldung weg?

                                            M 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            721
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            3
                                            25
                                            585
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo