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.2k

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

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

Neuer Adapter für Roborock-Staubsauger

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
922 Beiträge 136 Kommentatoren 324.0k 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.
  • Karel PuhliK Karel Puhli

    @aphofis

    Jau, alles da. Sieht in Ordnung aus.

    Was hat es mir der Kamera auf sich? IP für den Stream + PIN?

    AphofisA Offline
    AphofisA Offline
    Aphofis
    schrieb am zuletzt editiert von
    #773

    @karel-puhli
    Ich glaube das ist wenn man unterwegs ist und den Robi per App steuern will und über die integrierte Kamera dann das Viedeo Bild des Robis sieht aber kann man dann auch glaube ich per VIS abgreifen und sieht ihn dann dort wie er rum fährt (wer's braucht).

    M 1 Antwort Letzte Antwort
    0
    • AphofisA Aphofis

      @karel-puhli
      Ich glaube das ist wenn man unterwegs ist und den Robi per App steuern will und über die integrierte Kamera dann das Viedeo Bild des Robis sieht aber kann man dann auch glaube ich per VIS abgreifen und sieht ihn dann dort wie er rum fährt (wer's braucht).

      M Offline
      M Offline
      matrose65
      schrieb am zuletzt editiert von
      #774

      Hallo

      Ich habe einen Roborock Q7 Max. Das System ist auf dem neusten Stand.
      Und der Staubsauer kann auch über meine Vis gesteuert werden.

      aber:

      Ich habe das Problem wie es hier und in Github beschrieben ist.
      Mit der Version 0.6.18 bekomme ich im Log alle 3h den Fehler:

      2025-03-05 07:59:55.564 - error: roborock.0 (32234) Failed to get home details: Error [ERR_SOCKET_DGRAM_NOT_RUNNING]: Not running
      at healthCheck (node:dgram:929:11)
      at Socket.bind (node:dgram:249:3)
      at /opt/iobroker/node_modules/iobroker.roborock/lib/localConnector.js:213:11
      at new Promise ()
      at localConnector.getLocalDevices (/opt/iobroker/node_modules/iobroker.roborock/lib/localConnector.js:185:10)
      at Roborock.initializeHomeDetails (/opt/iobroker/node_modules/iobroker.roborock/main.js:197:56)
      at async /opt/iobroker/node_modules/iobroker.roborock/main.js:77:4
      

      Wenn ich dann wie hier angegeben die Version 0.6.19 herunterlade und installiere funktioniert erstmal alles,
      aber nach kurzer Zeit oder wenn ich links in der Leiste den Tab aufrufe stürzt, der Adapter mit Fehlern ab.
      Schon beim Aufruf des Tab wird die Karte nicht angezeigt und auch der Name des Sauger´s fehlt

      2025-03-02 20:36:58.794 - info: roborock.0 (25004) Starting adapter finished. Let's go!!!!!!!
      2025-03-02 20:37:04.008 - error: roborock.0 (25004) 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().
      2025-03-02 20:37:04.008 - error: roborock.0 (25004) unhandled promise rejection: Cannot read properties of undefined (reading 'productId')
      2025-03-02 20:37:04.009 - error: roborock.0 (25004) TypeError: Cannot read properties of undefined (reading 'productId')
      at http_api.getRobotModel (/opt/iobroker/node_modules/iobroker.roborock/lib/http_api.js:227:66)
      at Roborock.catchError (/opt/iobroker/node_modules/iobroker.roborock/main.js:871:43)
      at requests_handler.sendRequest (/opt/iobroker/node_modules/iobroker.roborock/lib/requests_handler.js:712:17)
      at async requests_handler.getMap (/opt/iobroker/node_modules/iobroker.roborock/lib/requests_handler.js:559:17)
      2025-03-02 20:37:04.009 - error: roborock.0 (25004) Cannot read properties of undefined (reading 'productId')
      2025-03-02 20:37:04.011 - info: roborock.0 (25004) terminating
      2025-03-02 20:37:04.011 - warn: roborock.0 (25004) Terminated (UNCAUGHT_EXCEPTION): Without reason
      2025-03-02 20:37:04.012 - error: roborock.0 (25004) 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().
      2025-03-02 20:37:04.013 - error: roborock.0 (25004) unhandled promise rejection: Cannot read properties of undefined (reading 'productId')
      2025-03-02 20:37:04.013 - error: roborock.0 (25004) TypeError: Cannot read properties of undefined (reading 'productId')
      at http_api.getRobotModel (/opt/iobroker/node_modules/iobroker.roborock/lib/http_api.js:227:66)
      at Roborock.catchError (/opt/iobroker/node_modules/iobroker.roborock/main.js:871:43)
      at requests_handler.sendRequest (/opt/iobroker/node_modules/iobroker.roborock/lib/requests_handler.js:712:17)
      at async requests_handler.getMap (/opt/iobroker/node_modules/iobroker.roborock/lib/requests_handler.js:562:26)
      2025-03-02 20:37:04.013 - error: roborock.0 (25004) Cannot read properties of undefined (reading 'productId')
      2025-03-02 20:37:04.013 - error: roborock.0 (25004) 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().
      2025-03-02 20:37:04.013 - error: roborock.0 (25004) unhandled promise rejection: Cannot read properties of undefined (reading 'productId')
      2025-03-02 20:37:04.013 - error: roborock.0 (25004) TypeError: Cannot read properties of undefined (reading 'productId')
      at http_api.getRobotModel (/opt/iobroker/node_modules/iobroker.roborock/lib/http_api.js:227:66)
      at Roborock.catchError (/opt/iobroker/node_modules/iobroker.roborock/main.js:871:43)
      at requests_handler.getMap (/opt/iobroker/node_modules/iobroker.roborock/lib/requests_handler.js:601:18)
      2025-03-02 20:37:04.013 - error: roborock.0 (25004) Cannot read properties of undefined (reading 'productId')
      2025-03-02 20:37:04.512 - info: roborock.0 (25004) terminating
      2025-03-02 20:37:04.537 - error: host.iobroker instance system.adapter.roborock.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
      2025-03-02 20:37:04.537 - info: host.iobroker Restart adapter system.adapter.roborock.0 because enabled
      2025-03-02 20:37:17.463 - info: host.iobroker "system.adapter.roborock.0" disabled
      2025-03-02 20:37:35.764 - error: roborock.0 (25051) adapter disabled
      2025-03-02 20:37:35.848 - warn: roborock.0 (25051) Terminated (NO_ADAPTER_CONFIG_FOUND): Without reason
      2025-03-02 20:37:36.373 - error: host.iobroker instance system.adapter.roborock.0 terminated with code 3 (NO_ADAPTER_CONFIG_FOUND)
      2025-03-02 20:37:36.373 - info: host.iobroker Do not restart adapter system.adapter.roborock.0 because disabled or deleted
      
      1 Antwort Letzte Antwort
      0
      • S Offline
        S Offline
        Sepp
        schrieb am zuletzt editiert von
        #775

        Moin,

        wir haben hier jetzt den Saros 10R, wie schauts denn hier mit der Integration aus, es kommen doch einige Warnungen.

        Grüße Sebastian

        W 1 Antwort Letzte Antwort
        0
        • S Sepp

          Moin,

          wir haben hier jetzt den Saros 10R, wie schauts denn hier mit der Integration aus, es kommen doch einige Warnungen.

          Grüße Sebastian

          W Online
          W Online
          wolfi913
          schrieb am zuletzt editiert von
          #776

          @sepp
          Da gibt's beim Adapter bereits ein offenes Issue
          https://github.com/copystring/ioBroker.roborock/issues/789
          Vielleicht kannst Du Dich da ja mit dranhängen, es fehlt dort scheinbar noch das nötige Debug-Log.

          1 Antwort Letzte Antwort
          0
          • T Offline
            T Offline
            TomRacoon
            schrieb am zuletzt editiert von TomRacoon
            #777

            Hallo,
            ich bin mit der Einrichtung des SmartHomes beim Staubauger angekommen und habe gerade ein Problem mit dem schon häufiger hier besprochenen Thema Einzelraumreinigung.
            Ich habe einen Q7 Max und Karten für 2 Etagen, die Räume sind in der App auch alle beschriftet und die entsprechenden Namen stehen bei floors auch im iobroker.

            Erste Frage: Können Umlaute und Leerezeichen bei den Namen ("Gäste WC") evtl. stören? Ich hab das vorhin testweise ohne Erfolg mal geändert, aber vielleicht dauert ein Sync auch länger...

            Wenn ich mit commands.load_multi_map die Karte ändere, dann ändert sich der Wert von deviceStatus.map_status nicht mit. Hatte zuerst gedacht, dass evtl. eine falsche Ebene der Grund ist, warum die Einzelzimmerreinigung nicht geht, aber auch auf der aktuellen Karteebene starte die Einzelzimmerreinigung nicht.
            Die Reinigung selbst versuche ich damit zu starten, dass ich alle Räume unter floors auf false setze, einen Raum danach auf true setze und anschließend commands.app_segment_clean auf true setze. Danach passiert nichts und der Wert von commands.app_segment_clean bleibt danach dauerhaft auf true stehen und springt nicht auf false nach einiger Zeit um.

            Andere Befehle, wie Start, Pause, zurück zur Dockingstation oder Saugintensität funktionieren.

            Was mir gerade noch aufgefallen ist: Die IDs der Räume sind auf beiden Etagen gleich, bzw. im EG werden auch drei Räume aus dem OG angezeigt, die es auf der Karte in der App nicht gibt (21-23), die Räume gibt es nur im OG:
            d4c401c9-4fd3-4d55-9351-34155b97eb81-image.png
            Ist das evtl. der Grund, bzw. warum auch immer Datenmüll?

            Hat jemand noch einen Tipp für mich?

            Danke,
            Chris

            1 Antwort Letzte Antwort
            0
            • S Offline
              S Offline
              Sepp
              schrieb am zuletzt editiert von
              #778

              @wolfi913 danke für die Info 🙂

              Könnt mir vielleicht noch einer erklären wie ich die map in vis einbinden kann?

              den Tip von @maxb hab ich schon probiert, aber es scheitert irgendwie dann an vis

              T 1 Antwort Letzte Antwort
              0
              • S Sepp

                @wolfi913 danke für die Info 🙂

                Könnt mir vielleicht noch einer erklären wie ich die map in vis einbinden kann?

                den Tip von @maxb hab ich schon probiert, aber es scheitert irgendwie dann an vis

                T Offline
                T Offline
                TomRacoon
                schrieb am zuletzt editiert von
                #779

                @sepp Moin, ich hab es in der VIS in einem HTML Control eingebunden:

                <img src="{roborock.0.Devices.XXXXX.map.mapBase64Truncated}" style="width: auto; height: 100%;"/>
                
                1 Antwort Letzte Antwort
                0
                • S Offline
                  S Offline
                  Sepp
                  schrieb am zuletzt editiert von
                  #780

                  @TomRacoon mh heißt das widget auch html control? Das find ich bei mir nicht.

                  T 1 Antwort Letzte Antwort
                  0
                  • S Sepp

                    @TomRacoon mh heißt das widget auch html control? Das find ich bei mir nicht.

                    T Offline
                    T Offline
                    TomRacoon
                    schrieb am zuletzt editiert von
                    #781

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

                    @TomRacoon mh heißt das widget auch html control? Das find ich bei mir nicht.

                    b1876a78-94e2-4beb-bd82-d02d0f3a5ecb-image.png

                    S 1 Antwort Letzte Antwort
                    0
                    • T TomRacoon

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

                      @TomRacoon mh heißt das widget auch html control? Das find ich bei mir nicht.

                      b1876a78-94e2-4beb-bd82-d02d0f3a5ecb-image.png

                      S Offline
                      S Offline
                      Sepp
                      schrieb am zuletzt editiert von
                      #782

                      @tomracoon ahso das (basic image) , trägt man das dann unter Quelle ein?

                      T 1 Antwort Letzte Antwort
                      0
                      • S Sepp

                        @tomracoon ahso das (basic image) , trägt man das dann unter Quelle ein?

                        T Offline
                        T Offline
                        TomRacoon
                        schrieb am zuletzt editiert von
                        #783

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

                        @tomracoon ahso das (basic image) , trägt man das dann unter Quelle ein?

                        235769bc-e28b-4324-819b-d499b516f612-image.png

                        1 Antwort Letzte Antwort
                        0
                        • S Offline
                          S Offline
                          Sepp
                          schrieb am zuletzt editiert von
                          #784

                          @TomRacoon danke hat geklappt!

                          1 Antwort Letzte Antwort
                          0
                          • S Offline
                            S Offline
                            Sepp
                            schrieb am zuletzt editiert von
                            #785

                            Gibts eine Möglichkeit auf AI-Plan umzustellen oder allgemein auf die anderen Modi?

                            1 Antwort Letzte Antwort
                            0
                            • Duese123D Offline
                              Duese123D Offline
                              Duese123
                              schrieb am zuletzt editiert von Duese123
                              #786

                              bei mir crasht wie bei @matrose65 der Adapter jetzt schon länger wenn ich auf die Webpage gehe kommt folgendes 😞
                              1
                              Zeit
                              debug
                              Nachricht

                              host.iobroker
                              2025-04-08 15:15:04.557	info	instance system.adapter.roborock.0 in version "0.6.19" started with pid 558172
                              
                              host.iobroker
                              2025-04-08 15:14:34.349	info	Restart adapter system.adapter.roborock.0 because enabled
                              
                              host.iobroker
                              2025-04-08 15:14:34.349	error	instance system.adapter.roborock.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                              
                              host.iobroker
                              2025-04-08 15:14:34.349	error	Caught by controller[2]: at requests_handler.getMap (/opt/iobroker/node_modules/iobroker.roborock/lib/requests_handler.js:601:18)
                              
                              host.iobroker
                              2025-04-08 15:14:34.349	error	Caught by controller[2]: at Roborock.catchError (/opt/iobroker/node_modules/iobroker.roborock/main.js:871:43)
                              
                              host.iobroker
                              2025-04-08 15:14:34.349	error	Caught by controller[2]: at http_api.getRobotModel (/opt/iobroker/node_modules/iobroker.roborock/lib/http_api.js:227:66)
                              
                              host.iobroker
                              2025-04-08 15:14:34.349	error	Caught by controller[2]: TypeError: Cannot read properties of undefined (reading 'productId')
                              
                              host.iobroker
                              2025-04-08 15:14:34.349	error	Caught by controller[2]: 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(). The promise rejected with the reason:
                              
                              host.iobroker
                              2025-04-08 15:14:34.349	error	Caught by controller[1]: at requests_handler.getMap (/opt/iobroker/node_modules/iobroker.roborock/lib/requests_handler.js:562:26)
                              
                              host.iobroker
                              2025-04-08 15:14:34.349	error	Caught by controller[1]: at requests_handler.sendRequest (/opt/iobroker/node_modules/iobroker.roborock/lib/requests_handler.js:712:17)
                              
                              host.iobroker
                              2025-04-08 15:14:34.349	error	Caught by controller[1]: at Roborock.catchError (/opt/iobroker/node_modules/iobroker.roborock/main.js:871:43)
                              
                              host.iobroker
                              2025-04-08 15:14:34.349	error	Caught by controller[1]: at http_api.getRobotModel (/opt/iobroker/node_modules/iobroker.roborock/lib/http_api.js:227:66)
                              
                              host.iobroker
                              2025-04-08 15:14:34.349	error	Caught by controller[1]: TypeError: Cannot read properties of undefined (reading 'productId')
                              
                              host.iobroker
                              2025-04-08 15:14:34.349	error	Caught by controller[1]: 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(). The promise rejected with the reason:
                              
                              host.iobroker
                              2025-04-08 15:14:34.349	error	Caught by controller[0]: at requests_handler.getMap (/opt/iobroker/node_modules/iobroker.roborock/lib/requests_handler.js:559:17)
                              
                              host.iobroker
                              2025-04-08 15:14:34.349	error	Caught by controller[0]: at requests_handler.sendRequest (/opt/iobroker/node_modules/iobroker.roborock/lib/requests_handler.js:712:17)
                              
                              host.iobroker
                              2025-04-08 15:14:34.349	error	Caught by controller[0]: at Roborock.catchError (/opt/iobroker/node_modules/iobroker.roborock/main.js:871:43)
                              
                              host.iobroker
                              2025-04-08 15:14:34.349	error	Caught by controller[0]: at http_api.getRobotModel (/opt/iobroker/node_modules/iobroker.roborock/lib/http_api.js:227:66)
                              
                              host.iobroker
                              2025-04-08 15:14:34.349	error	Caught by controller[0]: TypeError: Cannot read properties of undefined (reading 'productId')
                              
                              host.iobroker
                              2025-04-08 15:14:34.349	error	Caught by controller[0]: 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(). The promise rejected with the reason:
                              
                              roborock.0
                              2025-04-08 15:14:34.307	info	terminating
                              
                              roborock.0
                              2025-04-08 15:14:34.174	warn	setTimeout called, but adapter is shutting down
                              
                              roborock.0
                              2025-04-08 15:14:34.097	warn	setTimeout called, but adapter is shutting down
                              
                              roborock.0
                              2025-04-08 15:14:34.017	warn	setTimeout called, but adapter is shutting down
                              
                              roborock.0
                              2025-04-08 15:14:34.008	warn	setTimeout called, but adapter is shutting down
                              
                              roborock.0
                              2025-04-08 15:14:34.008	warn	setTimeout called, but adapter is shutting down
                              
                              roborock.0
                              2025-04-08 15:14:33.935	warn	setTimeout called, but adapter is shutting down
                              
                              
                              roborock.0
                              2025-04-08 15:14:33.866	warn	setTimeout called, but adapter is shutting down
                              
                              
                              
                              roborock.0
                              2025-04-08 15:14:33.811	error	Cannot read properties of undefined (reading 'productId')
                              
                              roborock.0
                              2025-04-08 15:14:33.811	error	TypeError: Cannot read properties of undefined (reading 'productId') at http_api.getRobotModel (/opt/iobroker/node_modules/iobroker.roborock/lib/http_api.js:227:66) at Roborock.catchError (/opt/iobroker/node_modules/iobroker.roborock/main.js:871:43) at requests_handler.getMap (/opt/iobroker/node_modules/iobroker.roborock/lib/requests_handler.js:601:18)
                              
                              roborock.0
                              2025-04-08 15:14:33.810	error	unhandled promise rejection: Cannot read properties of undefined (reading 'productId')
                              
                              roborock.0
                              2025-04-08 15:14:33.810	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-04-08 15:14:33.810	error	Cannot read properties of undefined (reading 'productId')
                              
                              roborock.0
                              2025-04-08 15:14:33.810	error	TypeError: Cannot read properties of undefined (reading 'productId') at http_api.getRobotModel (/opt/iobroker/node_modules/iobroker.roborock/lib/http_api.js:227:66) at Roborock.catchError (/opt/iobroker/node_modules/iobroker.roborock/main.js:871:43) at requests_handler.sendRequest (/opt/iobroker/node_modules/iobroker.roborock/lib/requests_handler.js:712:17) at requests_handler.getMap (/opt/iobroker/node_modules/iobroker.roborock/lib/requests_handler.js:562:26)
                              
                              roborock.0
                              2025-04-08 15:14:33.809	error	unhandled promise rejection: Cannot read properties of undefined (reading 'productId')
                              
                              roborock.0
                              2025-04-08 15:14:33.809	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-04-08 15:14:33.809	warn	setTimeout called, but adapter is shutting down
                              
                              roborock.0
                              2025-04-08 15:14:33.807	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                              
                              roborock.0
                              2025-04-08 15:14:33.806	info	terminating
                              
                              roborock.0
                              2025-04-08 15:14:33.801	error	Cannot read properties of undefined (reading 'productId')
                              
                              roborock.0
                              2025-04-08 15:14:33.801	error	TypeError: Cannot read properties of undefined (reading 'productId') at http_api.getRobotModel (/opt/iobroker/node_modules/iobroker.roborock/lib/http_api.js:227:66) at Roborock.catchError (/opt/iobroker/node_modules/iobroker.roborock/main.js:871:43) at requests_handler.sendRequest (/opt/iobroker/node_modules/iobroker.roborock/lib/requests_handler.js:712:17) at requests_handler.getMap (/opt/iobroker/node_modules/iobroker.roborock/lib/requests_handler.js:559:17)
                              
                              roborock.0
                              2025-04-08 15:14:33.800	error	unhandled promise rejection: Cannot read properties of undefined (reading 'productId')
                              
                              roborock.0
                              2025-04-08 15:14:33.799	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-04-08 15:14:31.670	info	Starting adapter finished. Let's go!!!!!!!
                              
                              1 Antwort Letzte Antwort
                              0
                              • S Offline
                                S Offline
                                samsungfreak
                                schrieb am zuletzt editiert von
                                #787

                                Hallo,

                                weiß jemand, wo die verfügbaren Werte dokumentiert sind vom Status "state"?
                                Also Charging = Wert 8 usw.

                                da_WoodyD jahnbesJ 2 Antworten Letzte Antwort
                                0
                                • S samsungfreak

                                  Hallo,

                                  weiß jemand, wo die verfügbaren Werte dokumentiert sind vom Status "state"?
                                  Also Charging = Wert 8 usw.

                                  da_WoodyD Online
                                  da_WoodyD Online
                                  da_Woody
                                  schrieb am zuletzt editiert von
                                  #788

                                  @samsungfreak
                                  https://github.com/copystring/ioBroker.roborock/wiki/Objekte-und-ihre-Bedeutung
                                  state - State

                                  Status
                                  

                                  Wert Bedeutung
                                  1 unbekannt
                                  2 schlafend, ohne laden
                                  3 inaktiv / idle
                                  5 reinigt
                                  6 Fahrt zur Ladestation
                                  7 Fernsteuerung
                                  8 laden
                                  10 Pause
                                  11 Punktreinigung
                                  12 Fehler
                                  16 Fahrt zum Ziel
                                  17 Zonenreinigung
                                  18 Raumreinigung
                                  22 Staubbehälter leeren (im Dock)
                                  23 Mopp waschen (im Dock)
                                  26 fahre Mopp waschen (im Dock)
                                  29 Karte erstellen

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

                                  1 Antwort Letzte Antwort
                                  0
                                  • S samsungfreak

                                    Hallo,

                                    weiß jemand, wo die verfügbaren Werte dokumentiert sind vom Status "state"?
                                    Also Charging = Wert 8 usw.

                                    jahnbesJ Offline
                                    jahnbesJ Offline
                                    jahnbes
                                    schrieb am zuletzt editiert von jahnbes
                                    #789

                                    @samsungfreak
                                    Hallo,
                                    wie immer stehen alle Angaben hier im Wiki.
                                    Viele Grüße, jahnbes.

                                    1 Antwort Letzte Antwort
                                    0
                                    • T Offline
                                      T Offline
                                      Tom_W
                                      schrieb am zuletzt editiert von
                                      #790

                                      Hallo,

                                      bei mir läuft das Log voll mit folgender Meldung:

                                      
                                      Failed to process get_status on robot 69MLydUJfX3n4mUt9S4WWy (roborock.vacuum.a97): TypeError: Cannot read properties of undefined (reading 'dss') at requests_handler.getDockingStationStatus (/opt/iobroker/node_modules/iobroker.roborock/lib/requests_handler.js:184:50) at requests_handler.getParameter (/opt/iobroker/node_modules/iobroker.roborock/lib/requests_handler.js:252:43) at runNextTicks (node:internal/process/task_queues:60:5) at processImmediate (node:internal/timers:454:9) at requests_handler.getStatus (/opt/iobroker/node_modules/iobroker.roborock/lib/requests_handler.js:114:4) at /opt/iobroker/node_modules/iobroker.roborock/main.js:104:8
                                      
                                      

                                      Weiß irgendjemand was das bedeutet und wie ich das weg bekomme?

                                      Danke

                                      Tom

                                      U 1 Antwort Letzte Antwort
                                      1
                                      • T Tom_W

                                        Hallo,

                                        bei mir läuft das Log voll mit folgender Meldung:

                                        
                                        Failed to process get_status on robot 69MLydUJfX3n4mUt9S4WWy (roborock.vacuum.a97): TypeError: Cannot read properties of undefined (reading 'dss') at requests_handler.getDockingStationStatus (/opt/iobroker/node_modules/iobroker.roborock/lib/requests_handler.js:184:50) at requests_handler.getParameter (/opt/iobroker/node_modules/iobroker.roborock/lib/requests_handler.js:252:43) at runNextTicks (node:internal/process/task_queues:60:5) at processImmediate (node:internal/timers:454:9) at requests_handler.getStatus (/opt/iobroker/node_modules/iobroker.roborock/lib/requests_handler.js:114:4) at /opt/iobroker/node_modules/iobroker.roborock/main.js:104:8
                                        
                                        

                                        Weiß irgendjemand was das bedeutet und wie ich das weg bekomme?

                                        Danke

                                        Tom

                                        U Offline
                                        U Offline
                                        uwe72
                                        schrieb am zuletzt editiert von
                                        #791

                                        @tom_w

                                        Bei mir leider auch

                                        Failed to process get_status on robot 15BGaiuMta5YcTl8IY1yWx (roborock.vacuum.a70): TypeError: Cannot read properties of undefined (reading 'dss') at requests_handler.getDockingStationStatus (/opt/iobroker/node_modules/iobroker.roborock/lib/requests_handler.js:184:50) at requests_handler.getParameter (/opt/iobroker/node_modules/iobroker.roborock/lib/requests_handler.js:252:43) at requests_handler.getStatus (/opt/iobroker/node_modules/iobroker.roborock/lib/requests_handler.js:114:4) at /opt/iobroker/node_modules/iobroker.roborock/main.js:104:8
                                        
                                        1 Antwort Letzte Antwort
                                        0
                                        • VJ77V Online
                                          VJ77V Online
                                          VJ77
                                          schrieb am zuletzt editiert von
                                          #792

                                          Moin zusammen,

                                          ich habe meinen ioBroker von einem Windows-PC auf ein RPI umziehen lassen. Leider startet die Roborock-Instanz jetzt gar nicht mehr-
                                          dcbbdc4d-3e6c-4bf8-8479-4e4239f0f922-grafik.png
                                          Eine komplette Neuinstallation des Adapters hat leider auch nichts gebracht.

                                          Hat jemand eine Idee?

                                          Thomas BraunT 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

                                          750

                                          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