Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. JavaScript
    5. Roborock Adapter tester gesucht

    NEWS

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    • Save The Date: ioBroker@Smart Living Forum Solingen, 14.06.

    Roborock Adapter tester gesucht

    This topic has been deleted. Only users with topic management privileges can see it.
    • copystring
      copystring @ArnoD last edited by

      @arnod danke fürs testen. Bitte entsprechend ein issue auf GitHub erstellen und das Forum nur für Ideen bzw. Vorschläge verwenden.

      A 1 Reply Last reply Reply Quote 0
      • wendy2702
        wendy2702 last edited by

        0.0.6 Alpha installiert.

        Bisher nur diese Auffälligkeit einmal im log gesehen:

        2023-01-29 17:43:10.082  - error: roborock.0 (18116) Unknown parameter: [104]
        
        

        Frage zur Nutzung: Die Commands Objekte dienen zur Steuerung des Saugers. In der App habe ich folgende Möglichkeiten die sich, wenn ich Richtig liege, hoffentlich so decken:

        Saugleistung --> roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.commands.set_custom_mode

        Wischiroute --> roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.commands.set_mop_mode

        Wischintensität --> roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.commands.set_water_box_custom_mode

        Vermeidungsmodi (Anheben Mopp) --> roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.commands.set_carpet_clean_mode

        Höhere Leistung für Teppiche --> roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.commands.set_carpet_mode

        Unter Device Status sehe ich dann doch die Werte die ich z.B. über die App eingestellt habe , wann werden die Synchronisiert?

        copystring 1 Reply Last reply Reply Quote 0
        • wendy2702
          wendy2702 last edited by

          Falls die jemand gebrauchen kann. Keine Megaauflösung aber zumindest für mich reicht es.

          Wischintensität_Sanft_inaktiv.png Wischintensität_Sanft_aktiv.png Wischintensität_Mittel_inaktiv.png Wischintensität_Mittel_aktiv.png Wischintensität_Intensiv_inaktiv.png Wischintensität_Intensiv_aktiv.png Saugleistung_Turbo_inaktiv.png Saugleistung_Turbo_aktiv.png Saugleistung_Normal_inaktiv.png Saugleistung_Normal_aktiv.png Saugleistung_Max_inaktiv.png Saugleistung_Max_aktiv.png Saugleistung_Leise_inaktiv.png Saugleistung_Leise_aktiv.png Wischroute_Standart_inaktiv.png Wischroute_Standart_aktiv.png Wischroute_Gründlich+_inaktiv.png Wischroute_Gründlich+_aktiv.png Wischroute_Gründlich_inaktiv.png Wischroute_Gründlich_aktiv.png

          1 Reply Last reply Reply Quote 0
          • A
            ArnoD @copystring last edited by

            @copystring

            Issue ist angelegt.
            Funktioniert auch soweit ich jetzt in der kurzen Zeit testen konnte.
            Finde das du hier ganze Arbeit geleistet hast und dein erster Adapter schon mal gelungen ist. 👍

            Gibt es noch die Möglichkeit die aktuelle Karte bei der Reinigung mit den Fahrspuren anzuzeigen, oder ist das mit der Roborock App nicht möglich?

            copystring 1 Reply Last reply Reply Quote 0
            • copystring
              copystring @ArnoD last edited by

              @arnod Die Karte ist in arbeit und kommt wahrscheinlich noch heute Abend.

              1 Reply Last reply Reply Quote 2
              • copystring
                copystring @wendy2702 last edited by copystring

                @wendy2702 said in Roborock Adapter tester gesucht:

                0.0.6 Alpha installiert.

                Bisher nur diese Auffälligkeit einmal im log gesehen:

                2023-01-29 17:43:10.082  - error: roborock.0 (18116) Unknown parameter: [104]
                
                

                Frage zur Nutzung: Die Commands Objekte dienen zur Steuerung des Saugers. In der App habe ich folgende Möglichkeiten die sich, wenn ich Richtig liege, hoffentlich so decken:

                Saugleistung --> roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.commands.set_custom_mode

                Wischiroute --> roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.commands.set_mop_mode

                Wischintensität --> roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.commands.set_water_box_custom_mode

                Vermeidungsmodi (Anheben Mopp) --> roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.commands.set_carpet_clean_mode

                Höhere Leistung für Teppiche --> roborock.0.Devices.52m2c9HI3hPqZNb571xDmr.commands.set_carpet_mode

                Unter Device Status sehe ich dann doch die Werte die ich z.B. über die App eingestellt habe , wann werden die Synchronisiert?

                Das müsste so stimmen. Der Unknown Parameter hat erstmal nicht so hohe Priorität 🙂

                EDIT: Die Daten werden standardmäßig alle 60 Sekunden aktualisiert. Das kann in den Einstellungen angepasst werden.

                1 Reply Last reply Reply Quote 1
                • copystring
                  copystring last edited by

                  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 1 Reply Last reply Reply Quote 3
                  • H
                    Hunter 0 last edited by

                    Finde den Adapter super, weil ich den Xiaomi adpater auch nicht verwenden möchte.

                    Ich habe einen Roborock s5 max
                    Adapter Version v0.0.6-alpha.0

                    Ich konnte den Adapter ohne Probleme installieren. (Wer eine Firewall hat muss Port 8883 TCP [MQTT] freischalten)
                    Die Map konnte ich erfolgreich in meinem VIS Adapter einbinden.

                    Gerne teste ich weitere Versionen um den Adapter zu verbessern.

                    1 Reply Last reply Reply Quote 0
                    • H
                      Hunter 0 last edited by

                      Hier ein paar Meldungen die ich bekomme:

                      roborock.0
                      	2023-01-30 10:40:47.553	warn	State "roborock.0.Devices.62xxxxxxxxxxxxxxx.cleaningInfo.3" has no existing object, this might lead to an error in future versions
                      roborock.0
                      	2023-01-30 10:40:47.553	warn	State "roborock.0.Devices.62xxxxxxxxxxxxxxx.cleaningInfo.2" has no existing object, this might lead to an error in future versions
                      roborock.0
                      	2023-01-30 10:40:47.553	warn	State "roborock.0.Devices.62xxxxxxxxxxxxxxx.cleaningInfo.1" has no existing object, this might lead to an error in future versions
                      roborock.0
                      	2023-01-30 10:40:47.552	warn	State "roborock.0.Devices.62xxxxxxxxxxxxxxx.cleaningInfo.0" has no existing object, this might lead to an error in future versions
                      roborock.0
                      	2023-01-30 10:40:47.532	error	Unsported attribute: distance_off of get_status. Please contact the dev to add the newly found attribute of your robot.
                      
                      M-A Hueb copystring 2 Replies Last reply Reply Quote 0
                      • M-A Hueb
                        M-A Hueb @Hunter 0 last edited by

                        @copystring Herzlichen dank für deine super Arbeit.
                        Habe in Github mal 2 Sachen eingestellt. Hoffe sie helfen weiter.

                        1 Reply Last reply Reply Quote 0
                        • M-A Hueb
                          M-A Hueb last edited by

                          Ich versuche gerade die Raumreinigung zu realisieren, wie stelle ich das an?

                          copystring 1 Reply Last reply Reply Quote 0
                          • copystring
                            copystring @Hunter 0 last edited by

                            @hunter-0 said in Roborock Adapter tester gesucht:

                            Hier ein paar Meldungen die ich bekomme:

                            roborock.0
                            	2023-01-30 10:40:47.553	warn	State "roborock.0.Devices.62xxxxxxxxxxxxxxx.cleaningInfo.3" has no existing object, this might lead to an error in future versions
                            roborock.0
                            	2023-01-30 10:40:47.553	warn	State "roborock.0.Devices.62xxxxxxxxxxxxxxx.cleaningInfo.2" has no existing object, this might lead to an error in future versions
                            roborock.0
                            	2023-01-30 10:40:47.553	warn	State "roborock.0.Devices.62xxxxxxxxxxxxxxx.cleaningInfo.1" has no existing object, this might lead to an error in future versions
                            roborock.0
                            	2023-01-30 10:40:47.552	warn	State "roborock.0.Devices.62xxxxxxxxxxxxxxx.cleaningInfo.0" has no existing object, this might lead to an error in future versions
                            roborock.0
                            	2023-01-30 10:40:47.532	error	Unsported attribute: distance_off of get_status. Please contact the dev to add the newly found attribute of your robot.
                            

                            Danke fürs testen. Bitte auf GitHub ein issue mit vollständigem Log erstellen.

                            1 Reply Last reply Reply Quote 0
                            • M-A Hueb
                              M-A Hueb last edited by

                              @copystring Soll ich für allesaws ich rausfinde nen eigenen issue aufmachen?
                              Dock_error_status 38 Frischwasser tank leer

                              copystring 1 Reply Last reply Reply Quote 0
                              • copystring
                                copystring @M-A Hueb last edited by

                                @m-a-hueb ja bitte

                                M-A Hueb 1 Reply Last reply Reply Quote 0
                                • M-A Hueb
                                  M-A Hueb @copystring last edited by

                                  Hier der Link zu den Dock Error States - Issue

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

                                  mproper23 created this issue in copystring/ioBroker.roborock

                                  closed Dock_Error_Status #36

                                  1 Reply Last reply Reply Quote 0
                                  • copystring
                                    copystring @M-A Hueb last edited by

                                    @m-a-hueb said in Roborock Adapter tester gesucht:

                                    Ich versuche gerade die Raumreinigung zu realisieren, wie stelle ich das an?

                                    Für die Raumreinigung die Räume unter Floors entsprechend auf true oder false setzen und anschließend unter commands app_segment_clean auf true setzen

                                    1 Reply Last reply Reply Quote 0
                                    • D
                                      DonToben last edited by

                                      @copystring
                                      Mit 0.0.6 ständiger Neustart des Adapters. Mit letzer 0.0.5 war alles i.O.

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

                                      DonToben created this issue in copystring/ioBroker.roborock

                                      closed 0.0.6 Adapter startet ständig neu #40

                                      H 1 Reply Last reply Reply Quote 0
                                      • H
                                        Hunter 0 @DonToben last edited by

                                        @dontoben
                                        Ist Node v16 nicht voraussetzen? Du hast: (node: v14.18.1)

                                        D 1 Reply Last reply Reply Quote 0
                                        • D
                                          DonToben @Hunter 0 last edited by DonToben

                                          @hunter-0 said in Roborock Adapter tester gesucht:

                                          @dontoben
                                          Ist Node v16 nicht voraussetzen? Du hast: (node: v14.18.1)

                                          Gleiches Problem mit Node v16.19.0

                                          Hier mal der Log vom installieren des Adapters. Waren das schon immer so viele Meldungen?

                                          $ iobroker url copystring/ioBroker.roborock --host raspberrypi --debug
                                          
                                          install copystring/ioBroker.roborock
                                          
                                          NPM version: 6.14.5
                                          
                                          Installing copystring/ioBroker.roborock... (System call)
                                          
                                          > canvas@2.11.0 install /opt/iobroker/node_modules/canvas> node-pre-gyp install --fallback-to-build --update-binary
                                          
                                          node-pre-gyp ERR! install response status 404 Not Found on https://github.com/Automattic/node-canvas/releases/download/v2.11.0/canvas-v2.11.0-node-v93-linux-glibc-arm.tar.gz
                                          
                                          node-pre-gyp WARN Pre-built binaries not installable for canvas@2.11.0 and node@16.19.0 (node-v93 ABI, glibc) (falling back to source compile with node-gyp) node-pre-gyp WARN Hit error response status 404 Not Found on https://github.com/Automattic/node-canvas/releases/download/v2.11.0/canvas-v2.11.0-node-v93-linux-glibc-arm.tar.gz
                                          
                                          (node:4471) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.
                                          
                                          (Use `node --trace-deprecation ...` to show where the warning was created)
                                          
                                          make: Verzeichnis „/opt/iobroker/node_modules/canvas/build“ wird betreten
                                          
                                          SOLINK_MODULE(target) Release/obj.target/canvas-postbuild.node
                                          
                                          CXX(target) Release/obj.target/canvas/src/backend/Backend.o
                                          
                                          CXX(target) Release/obj.target/canvas/src/backend/ImageBackend.o
                                          
                                          CXX(target) Release/obj.target/canvas/src/backend/PdfBackend.o
                                          
                                          CXX(target) Release/obj.target/canvas/src/backend/SvgBackend.o
                                          
                                          CXX(target) Release/obj.target/canvas/src/bmp/BMPParser.o
                                          
                                          ../src/bmp/BMPParser.cc: In member function ‘void BMPParser::Parser::parse(uint8_t*, int, uint8_t*)’:../src/bmp/BMPParser.cc:186:16: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] E(ptr - data > imgdOffset, "image data overlaps with another structure"); ~~~~~~~~~~~^~~~~~~~~~~~../src/bmp/BMPParser.cc:10:25: note: in definition of macro ‘E’ #define E(cond, msg) if(cond) return setErr(msg) ^~~~../src/bmp/BMPParser.cc:201:27: warning: comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare] E(ptr - data + imgdSize > len, "not enough image data"); ~~~~~~~~~~~~~~~~~~~~~~^~~~~../src/bmp/BMPParser.cc:10:25: note: in definition of macro ‘E’ #define E(cond, msg) if(cond) return setErr(msg) ^~~~
                                          
                                          CXX(target) Release/obj.target/canvas/src/Backends.o
                                          
                                          CXX(target) Release/obj.target/canvas/src/Canvas.o
                                          
                                          CXX(target) Release/obj.target/canvas/src/CanvasGradient.o
                                          
                                          CXX(target) Release/obj.target/canvas/src/CanvasPattern.o
                                          
                                          CXX(target) Release/obj.target/canvas/src/CanvasRenderingContext2d.o
                                          
                                          ../src/CanvasRenderingContext2d.cc: In member function ‘void Context2d::setTextPath(double, double)’:../src/CanvasRenderingContext2d.cc:2494:10: warning: enumeration value ‘TEXT_ALIGNMENT_LEFT’ not handled in switch [-Wswitch] switch (state->textAlignment) { ^../src/CanvasRenderingContext2d.cc:2494:10: warning: enumeration value ‘TEXT_ALIGNMENT_START’ not handled in switch [-Wswitch]
                                          
                                          CXX(target) Release/obj.target/canvas/src/closure.o
                                          
                                          CXX(target) Release/obj.target/canvas/src/color.o
                                          
                                          CXX(target) Release/obj.target/canvas/src/Image.o
                                          
                                          CXX(target) Release/obj.target/canvas/src/ImageData.o
                                          
                                          CXX(target) Release/obj.target/canvas/src/init.o
                                          
                                          CXX(target) Release/obj.target/canvas/src/register_font.o
                                          
                                          SOLINK_MODULE(target) Release/obj.target/canvas.node
                                          
                                          COPY Release/canvas.node
                                          
                                          make: Verzeichnis „/opt/iobroker/node_modules/canvas/build“ wird verlassen
                                          
                                          npm WARN crc@4.1.1 requires a peer of buffer@>=6.0.3 but none is installed. You must install peer dependencies yourself.npm WARN http-cookie-agent@4.0.2 requires a peer of tough-cookie@^4.0.0 but none is installed. You must install peer dependencies yourself.npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.8 (node_modules/osx-temperature-sensor):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.8: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                          
                                          + iobroker.roborock@0.0.6-alpha.0added 45 packages from 35 contributors and updated 1 package in 346.618s
                                          
                                          48 packages are looking for funding run `npm fund` for details
                                          
                                          upload [11] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                          
                                          upload [10] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                          
                                          upload [9] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                          
                                          upload [6] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                          
                                          upload [5] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                          
                                          upload [4] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                          
                                          upload [3] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                          
                                          upload [0] roborock.admin /opt/iobroker/node_modules/iobroker.roborock/admin/roborock.png roborock.png image/png
                                          
                                          Process exited with code 0
                                          
                                          copystring 1 Reply Last reply Reply Quote 0
                                          • D
                                            DonToben last edited by

                                            Jemand zufällig noch einen S7 Pro Ultra?

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            1.1k
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

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