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. ioBroker Allgemein
  4. Neuer Adapter für Roborock-Staubsauger

NEWS

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

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

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

Neuer Adapter für Roborock-Staubsauger

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
922 Beiträge 136 Kommentatoren 324.6k Aufrufe 125 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.
  • D docsnyder7

    @manolo Danke für den Tip!
    Hat bei mir leider keinen Erfolg...
    was bedeutet der Warneintrag "SIGILL" im Log?

    M Offline
    M Offline
    Manolo
    schrieb am zuletzt editiert von
    #805

    @docsnyder7
    Hat bei mir auch nur mit der stable 0.6.18 funktioniert.
    Bei der 0.6.19 Version geht die Instanz auch wieder in Stopp.

    ioBroker auf Beelink J45, Slave auf Beelink BT3pro, Unifi Controller auf Raspi Pi 3; 4x VIS Fully Browser auf 10" und 7" Tablet; piVCCU auf 2x Raspi Pi 3 Redundanzsystem, ca. 50 HM-Geräte; Unifi USG, Switch, AP-AC-LR

    D 1 Antwort Letzte Antwort
    1
    • copystringC copystring

      RPIs haben schon immer Probleme mit der canvas-Bibliothek gemach. Deshalb habe zu napi-rs/canvas-Bibliothek gewechselt. Die läuft deutlich besser, hat aber aktuell im Version 0.1.69 und 0.1.70 einen Fehler auf RPi4.

      VJ77V Offline
      VJ77V Offline
      VJ77
      schrieb am zuletzt editiert von
      #806

      @copystring ich warte einfach mal ab und hoffe, dass das Problem sich von alleine erledigt :blush:

      1 Antwort Letzte Antwort
      1
      • D Offline
        D Offline
        DarkDevil
        schrieb am zuletzt editiert von
        #807

        Hallo zusammen,

        ich habe ein Problem mit der Kartendarstellung.

        Der Datenpunkt aktualisiert sich in regelmäßigen Abständen, jedoch ist die Karte leer.
        Ich habe den Objektbaum "map" einmal gelöscht und den Adapter neugestartet, jedoch ohne Erfolg.

        Der Adapter läuft auf Version v0.6.19

        habt ihr eine Idee, bzw. einen Tipp?

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • D DarkDevil

          Hallo zusammen,

          ich habe ein Problem mit der Kartendarstellung.

          Der Datenpunkt aktualisiert sich in regelmäßigen Abständen, jedoch ist die Karte leer.
          Ich habe den Objektbaum "map" einmal gelöscht und den Adapter neugestartet, jedoch ohne Erfolg.

          Der Adapter läuft auf Version v0.6.19

          habt ihr eine Idee, bzw. einen Tipp?

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

          @darkdevil sagte in Neuer Adapter für Roborock-Staubsauger:

          habt ihr eine Idee, bzw. einen Tipp?

          Vermutlich mal wieder Trouble mit dem canvas-Modul.
          Das muss ggfls. nochmal neugebaut werden. Oder in der älteren Version verwendet werden.
          Hängt aber auch von deiner Hardware ab.

          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
          • M Manolo

            @docsnyder7
            Hat bei mir auch nur mit der stable 0.6.18 funktioniert.
            Bei der 0.6.19 Version geht die Instanz auch wieder in Stopp.

            D Online
            D Online
            docsnyder7
            schrieb am zuletzt editiert von
            #809

            @manolo mit dem downgrade auf canvas 0.168 und der 6.18 Adapterversion läuft es wieder

            1 Antwort Letzte Antwort
            0
            • Z Offline
              Z Offline
              ZeroQool
              schrieb am zuletzt editiert von
              #810

              Kennt jemand diesen Fehler bei der Installation des Adapter?

              $ iobroker add roborock --host iobroker

              file:///opt/iobroker/node_modules/@iobroker/js-controller-cli/build/esm/lib/setup/setupBackup.js:5import tar from 'tar'; ^^^SyntaxError: The requested module 'tar' does not provide an export named 'default' at ModuleJob._instantiate (node:internal/modules/esm/module_job:134:21) at async ModuleJob.run (node:internal/modules/esm/module_job:217:5) at async ModuleLoader.import (node:internal/modules/esm/loader:316:24)Node.js v20.15.1

              ERROR: Process exited with code 1

              1 Antwort Letzte Antwort
              0
              • P Offline
                P Offline
                parachutesj
                schrieb am zuletzt editiert von
                #811

                mein Adapter hat aufgehört zu arbeiten, hat jemand eine Idee?
                Sobald der Adapter gestartet wird kommt der Fehler jede Sekunde und funktioniert nicht mehr.

                Failed to process mainUpdateInterval on robot abcdef (roborock.vacuum.a147): Error: this.get_status is not initialized. Request get_status first. at requests_handler.isCleaning (/opt/iobroker/node_modules/iobroker.roborock/lib/requests_handler.js:611:10) at /opt/iobroker/node_modules/iobroker.roborock/main.js:117:48 at Timeout._onTimeout (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:2800:38) at listOnTimeout (node:internal/timers:581:17) at processTimers (node:internal/timers:519:7)

                1 Antwort Letzte Antwort
                0
                • S Online
                  S Online
                  spike2
                  schrieb am zuletzt editiert von spike2
                  #812

                  Funktioniert der Saros 10 schon bei jemanden? :)

                  Frederik BussF 1 Antwort Letzte Antwort
                  0
                  • S spike2

                    Funktioniert der Saros 10 schon bei jemanden? :)

                    Frederik BussF Offline
                    Frederik BussF Offline
                    Frederik Buss
                    schrieb am zuletzt editiert von
                    #813

                    Da würde ich mich gerne anhängen, volle Einbindung des Saros 10 wäre großartig :)

                    wendy2702W 1 Antwort Letzte Antwort
                    1
                    • Frederik BussF Frederik Buss

                      Da würde ich mich gerne anhängen, volle Einbindung des Saros 10 wäre großartig :)

                      wendy2702W Online
                      wendy2702W Online
                      wendy2702
                      schrieb am zuletzt editiert von
                      #814

                      @frederik-buss ihr solltet dazu besser ein Feature request auf Github beim Adapter öffnen damit der Entwickler das mitbekommt.

                      Bitte keine Fragen per PN, die gehören ins Forum!

                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                      1 Antwort Letzte Antwort
                      1
                      • AndreiosA Offline
                        AndreiosA Offline
                        Andreios
                        Forum Testing
                        schrieb am zuletzt editiert von Andreios
                        #815

                        Hallo zusammen,

                        ich bekomme bei meinem Q7 M5 nur wenige Daten angezeigt:

                        roborock.0.info.connection
                        roborock.0.Devices.HomeData
                        roborock.0.Devices.UserData
                        roborock.0.Devices.clienID

                        In der Instanz selber konnte ich nichts dazu identifizieren.

                        In der Adapterbeschreibung finde ich dazu auch nichts, was mir weiter hilft und im Wiki finde ich nur eine lange Liste von Datenpunkten, die ich bei mir dann auch gerne sehen würde.

                        Was mache ich falsch?
                        Wo kann ich noch suchen?

                        Edit/Nachtrag:
                        Wenn ich auf den Link in der Inastanz klicke, bekomme ich das Fenster angezeigt, aber ohne Karte und natürlich ohne Funktion.
                        In dem Moment das Klick wird jedoch die Instanz disconnected!

                        Was vorher nicht war: Ich bekomme jetzt auch Fehlermeldungen zum Adapter:

                        roborock.0
                        	2025-06-07 19:45:01.927	error	Cannot read properties of undefined (reading 'getMap')
                        roborock.0
                        	2025-06-07 19:45:01.926	error	TypeError: Cannot read properties of undefined (reading 'getMap') at WebSocket.<anonymous> (/opt/iobroker/node_modules/iobroker.roborock/main.js:483:34) at WebSocket.emit (node:events:524:28) at WebSocket.emit (node:domain:489:12) at Receiver.receiverOnMessage (/opt/iobroker/node_modules/iobroker.roborock/node_modules/ws/lib/websocket.js:1220:20) at Receiver.emit (node:events:524:28) at Receiver.emit (node:domain:489:12) at Receiver.dataMessage (/opt/iobroker/node_modules/iobroker.roborock/node_modules/ws/lib/receiver.js:596:14) at Receiver.getData (/opt/iobroker/node_modules/iobroker.roborock/node_modules/ws/lib/receiver.js:496:10) at Receiver.startLoop (/opt/iobroker/node_modules/iobroker.roborock/node_modules/ws/lib/receiver.js:167:16) at Receiver._write (/opt/iobroker/node_modules/iobroker.roborock/node_modules/ws/lib/receiver.js:94:10)
                        roborock.0
                        	2025-06-07 19:45:01.914	error	unhandled promise rejection: Cannot read properties of undefined (reading 'getMap')
                        roborock.0
                        	2025-06-07 19:45:01.913	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().
                        roborock.0
                        	2025-06-07 19:44:57.306	info	Starting adapter finished. Let's go!!!!!!!
                        

                        Schöne Grüße
                        Andreas

                        ioBroker auf Raspberry 4 mit SSD. Homematik IP mit CCU 3. Shelly. MySQL. Arduino. ...

                        Meine Posts sind subjektiv und manipulativ, erheben Anspruch auf Allwissenheit und können Spuren von Ironie oder Sarkasmus enthalten. ;-)

                        1 Antwort Letzte Antwort
                        0
                        • M Offline
                          M Offline
                          maxpd
                          schrieb am zuletzt editiert von
                          #816

                          Hi, bei mir startet der Adapter nicht mehr ins grüne. Es gibt auch gar keinen Log Eintrag; selbst wenn ich auf Debug stelle.

                          Mehr als

                          host.iobroker
                          2025-06-20 14:39:43.849	info	Restart adapter system.adapter.roborock.0 because enabled
                          

                          7899b768-9c7a-4ca0-8a0c-2fedfe6f2e41-image.png

                          Neustart des iobroker und Neuinstallation des Adapters helfen nichts.

                          Installiert ist die 0.6.19

                          Gruß
                          maxpd

                          Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

                          wendy2702W 1 Antwort Letzte Antwort
                          0
                          • M maxpd

                            Hi, bei mir startet der Adapter nicht mehr ins grüne. Es gibt auch gar keinen Log Eintrag; selbst wenn ich auf Debug stelle.

                            Mehr als

                            host.iobroker
                            2025-06-20 14:39:43.849	info	Restart adapter system.adapter.roborock.0 because enabled
                            

                            7899b768-9c7a-4ca0-8a0c-2fedfe6f2e41-image.png

                            Neustart des iobroker und Neuinstallation des Adapters helfen nichts.

                            Installiert ist die 0.6.19

                            wendy2702W Online
                            wendy2702W Online
                            wendy2702
                            schrieb am zuletzt editiert von
                            #817

                            @maxpd wie genau stellt du denn auf Debug? Nicht zufällig nur den Filter?

                            Bitte keine Fragen per PN, die gehören ins Forum!

                            Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                            M 1 Antwort Letzte Antwort
                            0
                            • wendy2702W wendy2702

                              @maxpd wie genau stellt du denn auf Debug? Nicht zufällig nur den Filter?

                              M Offline
                              M Offline
                              maxpd
                              schrieb am zuletzt editiert von
                              #818

                              Hier:

                              @wendy2702 27250159-7771-4efe-8455-a202e19b431d-image.png

                              Gruß
                              maxpd

                              Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

                              wendy2702W da_WoodyD 2 Antworten Letzte Antwort
                              0
                              • M maxpd

                                Hier:

                                @wendy2702 27250159-7771-4efe-8455-a202e19b431d-image.png

                                wendy2702W Online
                                wendy2702W Online
                                wendy2702
                                schrieb am zuletzt editiert von
                                #819

                                @maxpd und wenn du per Terminal program mit

                                iob logs - -watch 
                                

                                Schaust kommt nichts?

                                Bitte keine Fragen per PN, die gehören ins Forum!

                                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                1 Antwort Letzte Antwort
                                1
                                • M maxpd

                                  Hier:

                                  @wendy2702 27250159-7771-4efe-8455-a202e19b431d-image.png

                                  da_WoodyD Offline
                                  da_WoodyD Offline
                                  da_Woody
                                  schrieb am zuletzt editiert von
                                  #820

                                  @maxpd nuja, daß es manchmal probleme gibt ist eine alte geschichte. liegt aber oft am sauger selber, oder weil roborock selber spinnt.
                                  der adapter funktioniert, bei mir zumindest. bis auf die map, da klemmt was. ist aber nicht wichtig für mich.

                                  gruß vom Woody
                                  HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                                  1 Antwort Letzte Antwort
                                  0
                                  • M Offline
                                    M Offline
                                    maxpd
                                    schrieb am zuletzt editiert von
                                    #821

                                    @wendy2702 Merci, es kam ein Eintrag mehr. Der hat mich hierher geführt: https://github.com/copystring/ioBroker.roborock/issues/815 und dort war der letzte Beitrag die Lösung

                                    @da_woody said in Neuer Adapter für Roborock-Staubsauger:

                                    @maxpd nuja, daß es manchmal probleme gibt ist eine alte geschichte. liegt aber oft am sauger selber, oder weil roborock selber spinnt.
                                    der adapter funktioniert, bei mir zumindest. bis auf die map, da klemmt was. ist aber nicht wichtig für mich.

                                    In der Aussage wären ja mehrere Standardbegründungen drin, um das Forum abzuschaffen 😂

                                    Gruß
                                    maxpd

                                    Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

                                    wendy2702W da_WoodyD 2 Antworten Letzte Antwort
                                    0
                                    • M maxpd

                                      @wendy2702 Merci, es kam ein Eintrag mehr. Der hat mich hierher geführt: https://github.com/copystring/ioBroker.roborock/issues/815 und dort war der letzte Beitrag die Lösung

                                      @da_woody said in Neuer Adapter für Roborock-Staubsauger:

                                      @maxpd nuja, daß es manchmal probleme gibt ist eine alte geschichte. liegt aber oft am sauger selber, oder weil roborock selber spinnt.
                                      der adapter funktioniert, bei mir zumindest. bis auf die map, da klemmt was. ist aber nicht wichtig für mich.

                                      In der Aussage wären ja mehrere Standardbegründungen drin, um das Forum abzuschaffen 😂

                                      wendy2702W Online
                                      wendy2702W Online
                                      wendy2702
                                      schrieb am zuletzt editiert von
                                      #822

                                      @maxpd freut mich das ich bisschen helfen konnte.

                                      Bitte keine Fragen per PN, die gehören ins Forum!

                                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                      1 Antwort Letzte Antwort
                                      1
                                      • M maxpd

                                        @wendy2702 Merci, es kam ein Eintrag mehr. Der hat mich hierher geführt: https://github.com/copystring/ioBroker.roborock/issues/815 und dort war der letzte Beitrag die Lösung

                                        @da_woody said in Neuer Adapter für Roborock-Staubsauger:

                                        @maxpd nuja, daß es manchmal probleme gibt ist eine alte geschichte. liegt aber oft am sauger selber, oder weil roborock selber spinnt.
                                        der adapter funktioniert, bei mir zumindest. bis auf die map, da klemmt was. ist aber nicht wichtig für mich.

                                        In der Aussage wären ja mehrere Standardbegründungen drin, um das Forum abzuschaffen 😂

                                        da_WoodyD Offline
                                        da_WoodyD Offline
                                        da_Woody
                                        schrieb am zuletzt editiert von
                                        #823

                                        @maxpd sagte in Neuer Adapter für Roborock-Staubsauger:

                                        In der Aussage wären ja mehrere Standardbegründungen drin, um das Forum abzuschaffen

                                        was hat das mitm forum zu tun?
                                        ich hab lediglich geschrieben, daß es da öfter zu problemen kommt, die aber nicht am adapter liegen...

                                        gruß vom Woody
                                        HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                                        1 Antwort Letzte Antwort
                                        0
                                        • D Offline
                                          D Offline
                                          Dellishelly
                                          schrieb am zuletzt editiert von
                                          #824

                                          Hi zusammen,
                                          ich hab seit ein paar Tagen nen Qrevo Plus und nen Q10 S5

                                          Jetzt habe ich den Adapter installiert und bekomme nen häufen an Warnungen und Errors.

                                          Der Qrevo Plus wird als Device erkannt, der Q10 S5 leider nicht.
                                          anbei die Logs. direkt nach dem Start der Instanz.

                                          Könnt ihr mir helfen ?

                                          roborock.0
                                          2025-06-29 22:27:39.506	error	client.on message: SyntaxError: Unexpected token '�', "�-��i���$�"... is not valid JSON at JSON.parse (<anonymous>) at MqttClient.<anonymous> (/opt/iobroker/node_modules/iobroker.roborock/lib/roborock_mqtt_connector.js:172:23) at MqttClient.emit (node:events:524:28) at handlePublish (/opt/iobroker/node_modules/iobroker.roborock/node_modules/mqtt/src/lib/handlers/publish.ts:172:11) at handle (/opt/iobroker/node_modules/iobroker.roborock/node_modules/mqtt/src/lib/handlers/index.ts:31:17) at work (/opt/iobroker/node_modules/iobroker.roborock/node_modules/mqtt/src/lib/client.ts:793:17) at Writable.writable._write (/opt/iobroker/node_modules/iobroker.roborock/node_modules/mqtt/src/lib/client.ts:817:4) at writeOrBuffer (/opt/iobroker/node_modules/iobroker.roborock/node_modules/mqtt/node_modules/readable-stream/lib/internal/streams/writable.js:336:12) at _write (/opt/iobroker/node_modules/iobroker.roborock/node_modules/mqtt/node_modules/readable-stream/lib/internal/streams/writable.js:285:10) at Writable.write (/opt/iobroker/node_modules/iobroker.roborock/node_modules/mqtt/node_modules/readable-stream/lib/internal/streams/writable.js:288:10) with topic rr/m/o/5mYWAgFYhZwVJaQS2EmStS/355c8c3f/42YRyTZzbewhp8VdinpNe0 and message 4230310000370857ed69c86861a1bb006600309a2dbe94699df0dc24e20ffdea5733e76de78a49ab0778f813dd060c3d6b9bf48aedd735626cacff6e1f081d136ba172534e7cb1
                                          
                                          roborock.0
                                          2025-06-29 22:27:39.502	error	_decodeMsg error: B01
                                          
                                          roborock.0
                                          2025-06-29 22:27:18.742	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.deviceStatus.carpet_clean_mode" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:27:18.672	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.deviceStatus.carpet_mode" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:27:18.568	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.consumables.dust_collection_work_times" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:27:18.566	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.consumables.sensor_dirty_time" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:27:18.560	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.consumables.filter_element_work_time" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:27:18.559	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.consumables.filter_work_time" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:27:18.558	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.consumables.side_brush_work_time" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:27:18.553	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.consumables.main_brush_work_time" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:27:14.551	error	client.on message: SyntaxError: Unexpected token '�', "�x�w�>���"... is not valid JSON at JSON.parse (<anonymous>) at MqttClient.<anonymous> (/opt/iobroker/node_modules/iobroker.roborock/lib/roborock_mqtt_connector.js:172:23) at MqttClient.emit (node:events:524:28) at handlePublish (/opt/iobroker/node_modules/iobroker.roborock/node_modules/mqtt/src/lib/handlers/publish.ts:172:11) at handle (/opt/iobroker/node_modules/iobroker.roborock/node_modules/mqtt/src/lib/handlers/index.ts:31:17) at work (/opt/iobroker/node_modules/iobroker.roborock/node_modules/mqtt/src/lib/client.ts:793:17) at Writable.writable._write (/opt/iobroker/node_modules/iobroker.roborock/node_modules/mqtt/src/lib/client.ts:817:4) at writeOrBuffer (/opt/iobroker/node_modules/iobroker.roborock/node_modules/mqtt/node_modules/readable-stream/lib/internal/streams/writable.js:336:12) at _write (/opt/iobroker/node_modules/iobroker.roborock/node_modules/mqtt/node_modules/readable-stream/lib/internal/streams/writable.js:285:10) at Writable.write (/opt/iobroker/node_modules/iobroker.roborock/node_modules/mqtt/node_modules/readable-stream/lib/internal/streams/writable.js:288:10) with topic rr/m/o/5mYWAgFYhZwVJaQS2EmStS/355c8c3f/42YRyTZzbewhp8VdinpNe0 and message 423031000037078c3117fb6861a1a200660030850c78c277ea3e8e95e434d8d967f6f1bbba1fccf023467c1b13ba3daa433a6bc1256f6c31ab6174864ef1f97e15962e1c900128
                                          
                                          roborock.0
                                          2025-06-29 22:27:14.548	error	_decodeMsg error: B01
                                          
                                          roborock.0
                                          2025-06-29 22:27:01.964	warn	Unsupported attribute: switch_status of get_status with value 0. Please contact the dev to add the newly found attribute of your robot. Model: roborock.vacuum.a123
                                          
                                          roborock.0
                                          2025-06-29 22:27:01.920	warn	Unsupported attribute: kct of get_status with value 0. Please contact the dev to add the newly found attribute of your robot. Model: roborock.vacuum.a123
                                          
                                          roborock.0
                                          2025-06-29 22:27:01.876	warn	Unsupported attribute: common_status of get_status with value 2. Please contact the dev to add the newly found attribute of your robot. Model: roborock.vacuum.a123
                                          
                                          roborock.0
                                          2025-06-29 22:27:01.874	warn	Unsupported attribute: dss of get_status with value 169. Please contact the dev to add the newly found attribute of your robot. Model: roborock.vacuum.a123
                                          
                                          roborock.0
                                          2025-06-29 22:27:01.871	warn	Unsupported attribute: rss of get_status with value 2. Please contact the dev to add the newly found attribute of your robot. Model: roborock.vacuum.a123
                                          
                                          roborock.0
                                          2025-06-29 22:27:01.869	warn	Unsupported attribute: clean_percent of get_status with value 0. Please contact the dev to add the newly found attribute of your robot. Model: roborock.vacuum.a123
                                          
                                          roborock.0
                                          2025-06-29 22:27:01.856	warn	Unsupported attribute: charge_status of get_status with value 1. Please contact the dev to add the newly found attribute of your robot. Model: roborock.vacuum.a123
                                          
                                          roborock.0
                                          2025-06-29 22:27:01.548	warn	Unsupported attribute: in_warmup of get_status with value 0. Please contact the dev to add the newly found attribute of your robot. Model: roborock.vacuum.a123
                                          
                                          roborock.0
                                          2025-06-29 22:27:01.308	warn	Unsupported attribute: water_shortage_status of get_status with value 0. Please contact the dev to add the newly found attribute of your robot. Model: roborock.vacuum.a123
                                          
                                          roborock.0
                                          2025-06-29 22:27:01.171	warn	Unsupported attribute: mop_forbidden_enable of get_status with value 1. Please contact the dev to add the newly found attribute of your robot. Model: roborock.vacuum.a123
                                          
                                          roborock.0
                                          2025-06-29 22:27:01.168	warn	Unsupported attribute: water_box_carriage_status of get_status with value 1. Please contact the dev to add the newly found attribute of your robot. Model: roborock.vacuum.a123
                                          
                                          roborock.0
                                          2025-06-29 22:27:01.120	warn	Unsupported attribute: water_box_mode of get_status with value 204. Please contact the dev to add the newly found attribute of your robot. Model: roborock.vacuum.a123
                                          
                                          roborock.0
                                          2025-06-29 22:27:00.932	warn	Unsupported attribute: water_box_status of get_status with value 1. Please contact the dev to add the newly found attribute of your robot. Model: roborock.vacuum.a123
                                          
                                          roborock.0
                                          2025-06-29 22:26:49.742	error	client.on message: SyntaxError: Unexpected token '', "M":kp�l
                                          "... is not valid JSON at JSON.parse (<anonymous>) at MqttClient.<anonymous> (/opt/iobroker/node_modules/iobroker.roborock/lib/roborock_mqtt_connector.js:172:23) at MqttClient.emit (node:events:524:28) at handlePublish (/opt/iobroker/node_modules/iobroker.roborock/node_modules/mqtt/src/lib/handlers/publish.ts:172:11) at handle (/opt/iobroker/node_modules/iobroker.roborock/node_modules/mqtt/src/lib/handlers/index.ts:31:17) at work (/opt/iobroker/node_modules/iobroker.roborock/node_modules/mqtt/src/lib/client.ts:793:17) at Writable.writable._write (/opt/iobroker/node_modules/iobroker.roborock/node_modules/mqtt/src/lib/client.ts:817:4) at writeOrBuffer (/opt/iobroker/node_modules/iobroker.roborock/node_modules/mqtt/node_modules/readable-stream/lib/internal/streams/writable.js:336:12) at _write (/opt/iobroker/node_modules/iobroker.roborock/node_modules/mqtt/node_modules/readable-stream/lib/internal/streams/writable.js:285:10) at Writable.write (/opt/iobroker/node_modules/iobroker.roborock/node_modules/mqtt/node_modules/readable-stream/lib/internal/streams/writable.js:288:10) with topic rr/m/o/5mYWAgFYhZwVJaQS2EmStS/355c8c3f/42YRyTZzbewhp8VdinpNe0 and message 4230310000370649162fdd6861a1890066003000034d223a6b70816c0dcadfa03059b451e1a255e3529d99c689e331d63d7ab5016c27d90c9e92b9840046d1cb328736a4933d14
                                          
                                          roborock.0
                                          2025-06-29 22:26:49.619	error	_decodeMsg error: B01
                                          
                                          roborock.0
                                          2025-06-29 22:26:26.857	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.9.clean_times" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:26.813	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.9.dirty_replenish" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:26.765	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.9.manual_replenish" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:26.721	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.9.cleaned_area" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:26.677	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.9.map_flag" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:26.625	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.9.dust_collection_status" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:26.581	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.9.finish_reason" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:26.537	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.9.clean_type" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:26.493	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.9.start_type" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:26.449	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.9.complete" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:26.405	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.9.error" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:26.361	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.9.area" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:26.317	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.9.duration" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:26.273	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.9.end" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:26.228	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.9.begin" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:26.165	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.8.clean_times" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:26.121	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.8.dirty_replenish" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:26.073	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.8.manual_replenish" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:26.025	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.8.cleaned_area" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:25.978	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.8.map_flag" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:25.925	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.8.dust_collection_status" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:25.881	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.8.finish_reason" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:25.837	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.8.clean_type" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:25.793	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.8.start_type" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:25.749	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.8.complete" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:25.705	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.8.error" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:25.656	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.8.area" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:25.606	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.8.duration" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:25.561	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.8.end" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:25.517	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.8.begin" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:25.453	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.7.clean_times" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:25.409	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.7.dirty_replenish" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:25.365	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.7.manual_replenish" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:25.321	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.7.cleaned_area" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:25.276	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.7.map_flag" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:25.225	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.7.dust_collection_status" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:25.181	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.7.finish_reason" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:25.137	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.7.clean_type" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:25.089	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.7.start_type" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:25.045	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.7.complete" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:24.998	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.7.error" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:24.953	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.7.area" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:24.909	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.7.duration" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:24.865	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.7.end" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:24.821	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.7.begin" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:24.757	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.6.clean_times" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:24.712	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.6.dirty_replenish" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:24.665	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.6.manual_replenish" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:24.621	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.6.cleaned_area" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:24.577	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.6.map_flag" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:24.525	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.6.dust_collection_status" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:24.479	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.6.finish_reason" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:24.429	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.6.clean_type" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:24.350	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.6.start_type" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:24.304	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.6.complete" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:24.250	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.6.error" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:24.202	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.6.area" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:24.123	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.6.duration" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:24.074	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.6.end" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:24.021	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.6.begin" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:23.947	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.5.clean_times" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:23.899	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.5.dirty_replenish" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:23.839	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.5.manual_replenish" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:23.784	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.5.cleaned_area" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:23.736	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.5.map_flag" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:23.678	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.5.dust_collection_status" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:23.622	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.5.finish_reason" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:23.574	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.5.clean_type" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:23.526	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.5.start_type" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:23.477	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.5.complete" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:23.422	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.5.error" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:23.370	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.5.area" has no existing object, this might lead to an error in future versions
                                          
                                          roborock.0
                                          2025-06-29 22:26:23.322	warn	State "roborock.0.Devices.3zsegdjTM3m8OvcjN0jepF.cleaningInfo.records.5.duration" has no existing object, this might lead to an error in future versions
                                          
                                          

                                          Danke für eure Hilfe.
                                          Lg
                                          Dellishelly

                                          copystringC 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          732

                                          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