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. Skripten / Logik
  4. JavaScript
  5. Roborock Adapter tester gesucht

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

Roborock Adapter tester gesucht

Geplant Angeheftet Gesperrt Verschoben JavaScript
766 Beiträge 51 Kommentatoren 246.5k Aufrufe 52 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.
  • copystringC copystring

    @wendy2702 Ja bitte ein Issue öffnen. Es scheint so zu sein, dass viel RAM belegt wird wenn unbekannte Befehle oder Statusnachrichten vorliegen. Siehe https://github.com/copystring/ioBroker.roborock/issues/34 und https://github.com/copystring/ioBroker.roborock/issues/49
    Für solche Probleme brauche ich Tester da ich den passenden Saugroboter nicht habe. Hier z.B. den Roborock S7 MaxV (Ultra). Für den Roboter kann https://github.com/copystring/ioBroker.roborock/compare/update_robot_attributes getestet werden.

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

    @copystring sagte in Roborock Adapter tester gesucht:

    a bitte ein Issue öffnen

    Ich habe mich an das Issue dran gehangen, oder wolltest du zwingend ein neues?

    https://github.com/copystring/ioBroker.roborock/issues/49

    Für das Map Update neues Issue:

    https://github.com/copystring/ioBroker.roborock/issues/50

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

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

    copystringC 1 Antwort Letzte Antwort
    0
    • wendy2702W wendy2702

      @copystring sagte in Roborock Adapter tester gesucht:

      a bitte ein Issue öffnen

      Ich habe mich an das Issue dran gehangen, oder wolltest du zwingend ein neues?

      https://github.com/copystring/ioBroker.roborock/issues/49

      Für das Map Update neues Issue:

      https://github.com/copystring/ioBroker.roborock/issues/50

      copystringC Offline
      copystringC Offline
      copystring
      schrieb am zuletzt editiert von
      #239

      @wendy2702 Ist schon ok so.

      Unterstütze meine Arbeit gerne mit einer Spende über PayPal:
      https://paypal.me/copystring

      M-A HuebM 1 Antwort Letzte Antwort
      0
      • copystringC copystring

        @wendy2702 Ist schon ok so.

        M-A HuebM Offline
        M-A HuebM Offline
        M-A Hueb
        schrieb am zuletzt editiert von M-A Hueb
        #240

        Hab mir jetzt mal Seq installiert, dann kann man besser das Log ziehen.
        Seq
        Gibts auch nen Adapter dazu

        iobroker unter Win10. NPM 10.9.3 Node.js v22.18.0 js-controller 7.0.7

        S 1 Antwort Letzte Antwort
        0
        • M-A HuebM M-A Hueb

          Hab mir jetzt mal Seq installiert, dann kann man besser das Log ziehen.
          Seq
          Gibts auch nen Adapter dazu

          S Offline
          S Offline
          simplyclever
          schrieb am zuletzt editiert von
          #241

          @m-a-hueb Die Funktion suche ich auch. Aktuell lade ich den Log runter und (Linux/Mac) führe dann dieses Kommando in einer Shell aus:
          grep ": roborock" log.txt | sed 's/Name1/Kind1/' | sed 's/Name2/Kind2/' > robolog.txt

          Das grep filtert die roborock Eintröge aus dem Log, die beiden sed ersetzen die realen Namen meiner Kinder (die Räume sind so benannt) durch KindX..

          M-A HuebM 1 Antwort Letzte Antwort
          0
          • S simplyclever

            @m-a-hueb Die Funktion suche ich auch. Aktuell lade ich den Log runter und (Linux/Mac) führe dann dieses Kommando in einer Shell aus:
            grep ": roborock" log.txt | sed 's/Name1/Kind1/' | sed 's/Name2/Kind2/' > robolog.txt

            Das grep filtert die roborock Eintröge aus dem Log, die beiden sed ersetzen die realen Namen meiner Kinder (die Räume sind so benannt) durch KindX..

            M-A HuebM Offline
            M-A HuebM Offline
            M-A Hueb
            schrieb am zuletzt editiert von
            #242

            @simplyclever Danke aber bin unter Windows unterwegs. Mit dem Seq Tool ist das recht easy jetzt

            iobroker unter Win10. NPM 10.9.3 Node.js v22.18.0 js-controller 7.0.7

            1 Antwort Letzte Antwort
            0
            • wendy2702W Online
              wendy2702W Online
              wendy2702
              schrieb am zuletzt editiert von
              #243

              Log in Notepad++ geht auch

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

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

              M-A HuebM 1 Antwort Letzte Antwort
              0
              • wendy2702W wendy2702

                Log in Notepad++ geht auch

                M-A HuebM Offline
                M-A HuebM Offline
                M-A Hueb
                schrieb am zuletzt editiert von
                #244

                @wendy2702 Wie meinst du?

                iobroker unter Win10. NPM 10.9.3 Node.js v22.18.0 js-controller 7.0.7

                wendy2702W 1 Antwort Letzte Antwort
                0
                • M-A HuebM M-A Hueb

                  @wendy2702 Wie meinst du?

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

                  @m-a-hueb Das Log kann man auch in Notepad++ öffnen und einfach nach Roborock filtern. bzw. suchen.

                  Dann erhält man auch eine Ausgabe in der nur die Daten vom Roborock Adapter stehen.

                  Könnte dann z.B. so aus sehen mit FTP Plugin rechts auf iobroker und dort direkt das log anklicken. Dann mit STRG+F im Beispiel nach allen "ical.2" einträgen in der offenen Datei gesucht. Ergebnis dann unten.

                  f5101111-cc3b-4d48-a23d-0447e705e3f1-grafik.png

                  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
                  0
                  • H Offline
                    H Offline
                    Hunter 0
                    schrieb am zuletzt editiert von
                    #246

                    Das ist der aktuelle Main Branch, soll ich ein Issue auf machen?

                    2023-02-04 15:43:18.241 - info: host.pIOBroker "system.adapter.roborock.0" enabled
                    2023-02-04 15:43:18.283 - info: host.pIOBroker instance system.adapter.roborock.0 started with pid 285887
                    2023-02-04 15:43:18.728 - debug: roborock.0 (285887) Redis Objects: Use Redis connection: 0.0.0.0:9001
                    2023-02-04 15:43:18.745 - debug: roborock.0 (285887) Objects client ready ... initialize now
                    2023-02-04 15:43:18.746 - debug: roborock.0 (285887) Objects create System PubSub Client
                    2023-02-04 15:43:18.746 - debug: roborock.0 (285887) Objects create User PubSub Client
                    2023-02-04 15:43:18.771 - debug: roborock.0 (285887) Objects client initialize lua scripts
                    2023-02-04 15:43:18.774 - debug: roborock.0 (285887) Objects connected to redis: 0.0.0.0:9001
                    2023-02-04 15:43:18.788 - debug: roborock.0 (285887) Redis States: Use Redis connection: 0.0.0.0:9000
                    2023-02-04 15:43:18.797 - debug: roborock.0 (285887) States create System PubSub Client
                    2023-02-04 15:43:18.797 - debug: roborock.0 (285887) States create User PubSub Client
                    2023-02-04 15:43:18.856 - debug: roborock.0 (285887) States connected to redis: 0.0.0.0:9000
                    2023-02-04 15:43:18.936 - info: roborock.0 (285887) starting. Version 0.0.6-alpha.0 (non-npm: copystring/ioBroker.roborock#681304095ec6fa6391041cb23d70c746ec79c93e) in /opt/iobroker/node_modules/iobroker.roborock, node: v16.19.0, js-controller: 4.0.24
                    2023-02-04 15:43:19.338 - error: roborock.0 (285887) 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().
                    2023-02-04 15:43:19.339 - error: roborock.0 (285887) unhandled promise rejection: Cannot set properties of undefined (setting 'Authorization')
                    2023-02-04 15:43:19.339 - error: roborock.0 (285887) TypeError: Cannot set properties of undefined (setting 'Authorization')
                    at /opt/iobroker/node_modules/iobroker.roborock/main.js:133:43
                    at async Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:160:15)
                    2023-02-04 15:43:19.339 - error: roborock.0 (285887) Cannot set properties of undefined (setting 'Authorization')
                    2023-02-04 15:43:19.340 - info: roborock.0 (285887) terminating
                    2023-02-04 15:43:19.341 - warn: roborock.0 (285887) Terminated (UNCAUGHT_EXCEPTION): Without reason
                    2023-02-04 15:43:19.881 - error: host.pIOBroker instance system.adapter.roborock.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                    2023-02-04 15:43:19.881 - info: host.pIOBroker Restart adapter system.adapter.roborock.0 because enabled
                    2023-02-04 15:43:19.881 - warn: host.pIOBroker Do not restart adapter system.adapter.roborock.0 because restart loop detected
                    
                    copystringC 1 Antwort Letzte Antwort
                    0
                    • H Hunter 0

                      Das ist der aktuelle Main Branch, soll ich ein Issue auf machen?

                      2023-02-04 15:43:18.241 - info: host.pIOBroker "system.adapter.roborock.0" enabled
                      2023-02-04 15:43:18.283 - info: host.pIOBroker instance system.adapter.roborock.0 started with pid 285887
                      2023-02-04 15:43:18.728 - debug: roborock.0 (285887) Redis Objects: Use Redis connection: 0.0.0.0:9001
                      2023-02-04 15:43:18.745 - debug: roborock.0 (285887) Objects client ready ... initialize now
                      2023-02-04 15:43:18.746 - debug: roborock.0 (285887) Objects create System PubSub Client
                      2023-02-04 15:43:18.746 - debug: roborock.0 (285887) Objects create User PubSub Client
                      2023-02-04 15:43:18.771 - debug: roborock.0 (285887) Objects client initialize lua scripts
                      2023-02-04 15:43:18.774 - debug: roborock.0 (285887) Objects connected to redis: 0.0.0.0:9001
                      2023-02-04 15:43:18.788 - debug: roborock.0 (285887) Redis States: Use Redis connection: 0.0.0.0:9000
                      2023-02-04 15:43:18.797 - debug: roborock.0 (285887) States create System PubSub Client
                      2023-02-04 15:43:18.797 - debug: roborock.0 (285887) States create User PubSub Client
                      2023-02-04 15:43:18.856 - debug: roborock.0 (285887) States connected to redis: 0.0.0.0:9000
                      2023-02-04 15:43:18.936 - info: roborock.0 (285887) starting. Version 0.0.6-alpha.0 (non-npm: copystring/ioBroker.roborock#681304095ec6fa6391041cb23d70c746ec79c93e) in /opt/iobroker/node_modules/iobroker.roborock, node: v16.19.0, js-controller: 4.0.24
                      2023-02-04 15:43:19.338 - error: roborock.0 (285887) 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().
                      2023-02-04 15:43:19.339 - error: roborock.0 (285887) unhandled promise rejection: Cannot set properties of undefined (setting 'Authorization')
                      2023-02-04 15:43:19.339 - error: roborock.0 (285887) TypeError: Cannot set properties of undefined (setting 'Authorization')
                      at /opt/iobroker/node_modules/iobroker.roborock/main.js:133:43
                      at async Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:160:15)
                      2023-02-04 15:43:19.339 - error: roborock.0 (285887) Cannot set properties of undefined (setting 'Authorization')
                      2023-02-04 15:43:19.340 - info: roborock.0 (285887) terminating
                      2023-02-04 15:43:19.341 - warn: roborock.0 (285887) Terminated (UNCAUGHT_EXCEPTION): Without reason
                      2023-02-04 15:43:19.881 - error: host.pIOBroker instance system.adapter.roborock.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                      2023-02-04 15:43:19.881 - info: host.pIOBroker Restart adapter system.adapter.roborock.0 because enabled
                      2023-02-04 15:43:19.881 - warn: host.pIOBroker Do not restart adapter system.adapter.roborock.0 because restart loop detected
                      
                      copystringC Offline
                      copystringC Offline
                      copystring
                      schrieb am zuletzt editiert von
                      #247

                      @hunter-0 Bitte hier mit einklinken: https://github.com/copystring/ioBroker.roborock/issues/57

                      Unterstütze meine Arbeit gerne mit einer Spende über PayPal:
                      https://paypal.me/copystring

                      1 Antwort Letzte Antwort
                      0
                      • copystringC copystring

                        Kartensupport ist da.
                        Die Karte wird als base64 bereitgestellt und kann z.B. über lovelace so verwendet werden:

                        type: markdown
                        content: <img src="{roborock.0.Devices.3UGDpwnSbiyhmcbVPLDRJV.map.mapBase64}" />
                        title: Roborock Map
                        

                        27821f37-d70a-4f84-b1d4-b03beb6a7583-image.png

                        Die Karte wird jede Sekunde aktualisiert... ich hoffe, dass die Roborockserver da nicht blöd machen. Ist aber bei der App ähnlich oft. Mal schauen was passiert :)

                        O Offline
                        O Offline
                        oxident
                        schrieb am zuletzt editiert von
                        #248

                        Ich hab mal eine blöde Frage zur Kartendarstellung.
                        Derzeit habe ich sie als einfaches Image-Element im Vis dargestellt. Quelle ist der Datenpunkt der Map.

                        Das klappt auch super, aber die Skalierung ist natürlich Käse. Da ich versuche, es responsive zu gestalten, dachte ich, ein simples Setzen der Breite auf "calc (100% - 50px)" würde funktionieren. Die Karte bleibt aber viel zu breit.

                        Die "Strecken"-Eigenschaft vom Image-Widget bringt es zwar auf die richtige Breite, aber natürlich nicht proportional.

                        Habt ihr einen Tipp für mich?

                        CodierknechtC 1 Antwort Letzte Antwort
                        0
                        • J Offline
                          J Offline
                          joerg0085
                          schrieb am zuletzt editiert von
                          #249

                          Hallo zusammen, ich hatte den Adapter letzte Woche "eigentlich" schon am laufen.
                          Nach dem letzten Update auf die aktuelle GIT Version wird er nur einmal kurz Grün, in der Roborock app bekomme mich auch eine Push Notification dass jemand anderes sich eingeloggt hat.

                          Ohne Zugangsdaten bleibt der Adapter auch Grün

                          Könnt ihr was mit der Log Meldung anfangen?
                          JS NPM ..alles aktuell

                          Bildschirmfoto 2023-02-05 um 16.10.03.png

                          1 Antwort Letzte Antwort
                          0
                          • H Offline
                            H Offline
                            Hunter 0
                            schrieb am zuletzt editiert von
                            #250

                            Das wird gerade gefixt. Siehe
                            https://github.com/copystring/ioBroker.roborock/tree/catch_errors_on_initialization

                            copystringC 1 Antwort Letzte Antwort
                            0
                            • H Hunter 0

                              Das wird gerade gefixt. Siehe
                              https://github.com/copystring/ioBroker.roborock/tree/catch_errors_on_initialization

                              copystringC Offline
                              copystringC Offline
                              copystring
                              schrieb am zuletzt editiert von
                              #251

                              @hunter-0 genau. Das sollte dort eigentlich behoben sein. Ich hätte gerne noch mindestens einen zusätzlichen Tester.

                              Unterstütze meine Arbeit gerne mit einer Spende über PayPal:
                              https://paypal.me/copystring

                              1 Antwort Letzte Antwort
                              0
                              • copystringC Offline
                                copystringC Offline
                                copystring
                                schrieb am zuletzt editiert von
                                #252

                                Ich bin nicht so kreativ. Vielleicht mag jemand mithelfen eine gute Beschreibung (auf Englisch) für den Adapter zu erstellen.
                                Aktuell steht dort nur: Describe your project here

                                Unterstütze meine Arbeit gerne mit einer Spende über PayPal:
                                https://paypal.me/copystring

                                M-A HuebM 1 Antwort Letzte Antwort
                                0
                                • O oxident

                                  Ich hab mal eine blöde Frage zur Kartendarstellung.
                                  Derzeit habe ich sie als einfaches Image-Element im Vis dargestellt. Quelle ist der Datenpunkt der Map.

                                  Das klappt auch super, aber die Skalierung ist natürlich Käse. Da ich versuche, es responsive zu gestalten, dachte ich, ein simples Setzen der Breite auf "calc (100% - 50px)" würde funktionieren. Die Karte bleibt aber viel zu breit.

                                  Die "Strecken"-Eigenschaft vom Image-Widget bringt es zwar auf die richtige Breite, aber natürlich nicht proportional.

                                  Habt ihr einen Tipp für mich?

                                  CodierknechtC Online
                                  CodierknechtC Online
                                  Codierknecht
                                  Developer Most Active
                                  schrieb am zuletzt editiert von
                                  #253

                                  @oxident
                                  Ich habe die Base64-Daten des Image hier decodieren lassen und das HTML-Widget auf die passende Größe eingestellt:
                                  https://base64.guru/converter/decode/image

                                  "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                                  Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                                  HmIP|ZigBee|Tasmota|Unifi
                                  Zabbix Certified Specialist
                                  Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                                  Kalle BlomquistK 1 Antwort Letzte Antwort
                                  1
                                  • copystringC copystring

                                    Ich bin nicht so kreativ. Vielleicht mag jemand mithelfen eine gute Beschreibung (auf Englisch) für den Adapter zu erstellen.
                                    Aktuell steht dort nur: Describe your project here

                                    M-A HuebM Offline
                                    M-A HuebM Offline
                                    M-A Hueb
                                    schrieb am zuletzt editiert von
                                    #254

                                    @copystring This adapter allows you the control, get states, cleaning history and view the map of a Roborock vacuum cleaner which is set up in the Roborock app

                                    Wäre mein Vorschlag

                                    iobroker unter Win10. NPM 10.9.3 Node.js v22.18.0 js-controller 7.0.7

                                    S 1 Antwort Letzte Antwort
                                    0
                                    • M-A HuebM Offline
                                      M-A HuebM Offline
                                      M-A Hueb
                                      schrieb am zuletzt editiert von M-A Hueb
                                      #255

                                      Welche Version sollte man aktuell installieren?

                                      iobroker unter Win10. NPM 10.9.3 Node.js v22.18.0 js-controller 7.0.7

                                      A copystringC 2 Antworten Letzte Antwort
                                      0
                                      • M-A HuebM M-A Hueb

                                        Welche Version sollte man aktuell installieren?

                                        A Online
                                        A Online
                                        Ahnungsbefreit
                                        schrieb am zuletzt editiert von wendy2702
                                        #256

                                        @copystring ich habe eben die aktuelle Github Version installiert, ich habe einen Robrock S5Max. Was mich irritiert hat, sind die Meldungen (uncaught exception) im Log, bevor die Credentials eingegeben wurde. Kann man das nicht abfangen?

                                        roborock.0
                                        2023-02-06 09:22:25.743	info	MQTT initialized
                                        roborock.0
                                        2023-02-06 09:22:25.574	info	starting. Version 0.0.6-alpha.0 (non-npm: copystring/ioBroker.roborock#6c70636b1999147e5bbbd770f1c5ab9bb8a0b0c0) in /opt/iobroker/node_modules/iobroker.roborock, node: v16.19.0, js-controller: 4.0.24
                                        host.ioBVM-test
                                        2023-02-06 09:22:24.938	info	instance system.adapter.roborock.0 started with pid 30624
                                        host.ioBVM-test
                                        2023-02-06 09:21:54.900	info	Restart adapter system.adapter.roborock.0 because enabled
                                        host.ioBVM-test
                                        2023-02-06 09:21:54.900	error	instance system.adapter.roborock.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                        roborock.0
                                        2023-02-06 09:21:54.365	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                                        roborock.0
                                        2023-02-06 09:21:54.365	info	terminating
                                        roborock.0
                                        2023-02-06 09:21:54.364	error	Cannot read properties of null (reading 'val')
                                        roborock.0
                                        2023-02-06 09:21:54.364	error	TypeError: Cannot read properties of null (reading 'val') at Roborock.onReady (/opt/iobroker/node_modules/iobroker.roborock/main.js:220:23)
                                        roborock.0
                                        2023-02-06 09:21:54.364	error	unhandled promise rejection: Cannot read properties of null (reading 'val')
                                        roborock.0
                                        2023-02-06 09:21:54.364	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
                                        2023-02-06 09:21:53.829	info	MQTT initialized
                                        roborock.0
                                        2023-02-06 09:21:52.729	info	starting. Version 0.0.6-alpha.0 (non-npm: copystring/ioBroker.roborock#6c70636b1999147e5bbbd770f1c5ab9bb8a0b0c0) in /opt/iobroker/node_modules/iobroker.roborock, node: v16.19.0, js-controller: 4.0.24
                                        host.ioBVM-test
                                        2023-02-06 09:21:52.067	info	instance system.adapter.roborock.0 started with pid 30609
                                        host.ioBVM-test
                                        2023-02-06 09:21:49.538	info	instance system.adapter.roborock.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                        host.ioBVM-test
                                        2023-02-06 09:21:49.039	info	stopInstance system.adapter.roborock.0 send kill signal
                                        roborock.0
                                        2023-02-06 09:21:49.001	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                        roborock.0
                                        2023-02-06 09:21:49.000	info	terminating
                                        roborock.0
                                        2023-02-06 09:21:48.999	info	Got terminate signal TERMINATE_YOURSELF
                                        host.ioBVM-test
                                        2023-02-06 09:21:48.996	info	stopInstance system.adapter.roborock.0 (force=false, process=true)
                                        roborock.0
                                        2023-02-06 09:21:14.663	error	Username or password missing!
                                        roborock.0
                                        2023-02-06 09:21:14.650	info	starting. Version 0.0.6-alpha.0 (non-npm: copystring/ioBroker.roborock#6c70636b1999147e5bbbd770f1c5ab9bb8a0b0c0) in /opt/iobroker/node_modules/iobroker.roborock, node: v16.19.0, js-controller: 4.0.24
                                        

                                        Dann scheint er zu laufen, ich sehe auch jede Menge relevante Daten in den Objekten wie die Historie und die Räume. Ob man darüber auch den Robi steuern kann, wie geplant, werde ich noch ausprobieren. Brauchst Du sonst noch Infos?

                                        MOD EDIT: LOG IN CODE TAGS </> GESETZT

                                        Wenn meine Antwort hilfreich war, dürft Ihr das gerne durch einen "Upvote" (der kleine "^" unten rechts) zum Ausdruck bringen.

                                        1 Antwort Letzte Antwort
                                        0
                                        • M-A HuebM M-A Hueb

                                          @copystring This adapter allows you the control, get states, cleaning history and view the map of a Roborock vacuum cleaner which is set up in the Roborock app

                                          Wäre mein Vorschlag

                                          S Offline
                                          S Offline
                                          simplyclever
                                          schrieb am zuletzt editiert von
                                          #257

                                          @m-a-hueb Gefällt mir! Dazu bitte die Liste der unterstützten Roboter. (z.b. S6 maxV, ...).
                                          The following robots are supported:

                                          • S5 maxV

                                          • S6 maxV

                                          • ...

                                          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

                                          601

                                          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