Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
Logo
  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.1k

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

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

Roborock Adapter tester gesucht

Scheduled Pinned Locked Moved JavaScript
766 Posts 51 Posters 245.5k Views 52 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • copystringC copystring

    Danke an alle für das fleißige Testen und Mithelfen. Dadurch konnte ich gerade eben 0.1.4 als Release bereitstellen.
    Dort sind drei neue Features eingebaut und diverse Fehler behoben. Besonders der Fehler mit dem Speicherleck beim Erstellen von der Karte. Diesen konnte ich endlich ausfindig machen und lösen. Details bitte dem Changelog entnehmen. Danke! 👍

    https://github.com/copystring/ioBroker.roborock/releases/tag/v0.1.4

    M-A HuebM Offline
    M-A HuebM Offline
    M-A Hueb
    wrote on last edited by
    #444

    @copystring vielen Dank für deine Mühe. Du hast in echt kurzer Zeit ein super Ergebnis erzielt

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

    1 Reply Last reply
    1
    • B Offline
      B Offline
      bongsao
      wrote on last edited by bongsao
      #445

      Hallo copystring,
      zuerst mal Hut ab und alle Achtung vor Deiner Arbeit. Was Du hier in der kurzen Zeit auf die Beine gestellt hast ist echt super. ich habe die 0.1.4 installiert und habe Probleme beim Anzeigen der Karte. Die Datenpunkte sind alle gefüllt. Wenn ich die Karte extern decodieren lasse wird sie mir angezeigt, allerdings ohne Fahrweg.

      Im Log taucht folgender Fehler auf.
      roborock.0
      2023-03-13 05:09:29.219 error Failed to create canvas: [{"carpet_clean_mode":1}]
      roborock.0
      2023-03-13 05:32:25.567 error Failed to create canvas: [{"enable":1,"current_integral":450,"current_high":500,"current_low":400,"stall_time":10}]

      Canvas ist scheinbar korrekt installiert.
      npm ls canvas
      iobroker.inst@3.0.0 /opt/iobroker
      ├─┬ iobroker.echarts@1.0.12
      │ ├── canvas@2.11.0
      │ └─┬ jsdom@19.0.0
      │ └── canvas@2.11.0 deduped
      ├─┬ iobroker.iot@1.14.2
      │ ├── canvas@2.11.0 deduped
      │ └─┬ jsdom@20.0.3
      │ └── canvas@2.11.0 deduped
      ├─┬ iobroker.mihome-vacuum@3.9.5
      │ └── canvas@2.11.0 deduped
      └─┬ iobroker.roborock@0.1.4 (git+ssh://git@github.com/copystring/ioBroker.roborock.git#c494aa9e344768689493b85920a4e0ef06455c3e)
      └── canvas@2.11.0 deduped

      Hast Du eine Idee, nach was ich noch schauen kann ?

      Danke
      bongsao

      copystringC 1 Reply Last reply
      1
      • B bongsao

        Hallo copystring,
        zuerst mal Hut ab und alle Achtung vor Deiner Arbeit. Was Du hier in der kurzen Zeit auf die Beine gestellt hast ist echt super. ich habe die 0.1.4 installiert und habe Probleme beim Anzeigen der Karte. Die Datenpunkte sind alle gefüllt. Wenn ich die Karte extern decodieren lasse wird sie mir angezeigt, allerdings ohne Fahrweg.

        Im Log taucht folgender Fehler auf.
        roborock.0
        2023-03-13 05:09:29.219 error Failed to create canvas: [{"carpet_clean_mode":1}]
        roborock.0
        2023-03-13 05:32:25.567 error Failed to create canvas: [{"enable":1,"current_integral":450,"current_high":500,"current_low":400,"stall_time":10}]

        Canvas ist scheinbar korrekt installiert.
        npm ls canvas
        iobroker.inst@3.0.0 /opt/iobroker
        ├─┬ iobroker.echarts@1.0.12
        │ ├── canvas@2.11.0
        │ └─┬ jsdom@19.0.0
        │ └── canvas@2.11.0 deduped
        ├─┬ iobroker.iot@1.14.2
        │ ├── canvas@2.11.0 deduped
        │ └─┬ jsdom@20.0.3
        │ └── canvas@2.11.0 deduped
        ├─┬ iobroker.mihome-vacuum@3.9.5
        │ └── canvas@2.11.0 deduped
        └─┬ iobroker.roborock@0.1.4 (git+ssh://git@github.com/copystring/ioBroker.roborock.git#c494aa9e344768689493b85920a4e0ef06455c3e)
        └── canvas@2.11.0 deduped

        Hast Du eine Idee, nach was ich noch schauen kann ?

        Danke
        bongsao

        copystringC Offline
        copystringC Offline
        copystring
        wrote on last edited by
        #446

        Hallo @bongsao,
        ja leider hat sich ein Fehler in 0.1.4 für das erstellen der Karte eingeschlichen. Ich habe bereits einen Fix in der Pipeline. Ich denke es kommt ziemlich schnell ein neuer Release, der das Problem beheben wird.

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

        S 1 Reply Last reply
        0
        • copystringC copystring

          Hallo @bongsao,
          ja leider hat sich ein Fehler in 0.1.4 für das erstellen der Karte eingeschlichen. Ich habe bereits einen Fix in der Pipeline. Ich denke es kommt ziemlich schnell ein neuer Release, der das Problem beheben wird.

          S Offline
          S Offline
          SpacerX
          wrote on last edited by SpacerX
          #447

          @copystring erst mal meinen Respekt für deine Arbeit am Adapter.
          Könntest du dir auch der Issue108 annehmen.
          Seit 0.1.4-beta schreibt mir der Adapter alle paar Sekunden das log zu.

          Falls es noch nicht bekannt ist, ich habe bei meinem S7 maxv ultra in der Kartenerstellung bemerkt das die Ausrichtung des Roboters auf der Station beim Laden oder Mop reinigen nicht passt. Auch der Zuschnitt der Karte hat sich in den letzten 2 Versionen geändert. Ja ist eine Kleinigkeit aber ist halt so.

          DS720|Nuc8i3BEH|Proxmox|RaspberryMatic|ioBroker|influxDB2|Grafana

          copystringC 2 Replies Last reply
          0
          • S SpacerX

            @copystring erst mal meinen Respekt für deine Arbeit am Adapter.
            Könntest du dir auch der Issue108 annehmen.
            Seit 0.1.4-beta schreibt mir der Adapter alle paar Sekunden das log zu.

            Falls es noch nicht bekannt ist, ich habe bei meinem S7 maxv ultra in der Kartenerstellung bemerkt das die Ausrichtung des Roboters auf der Station beim Laden oder Mop reinigen nicht passt. Auch der Zuschnitt der Karte hat sich in den letzten 2 Versionen geändert. Ja ist eine Kleinigkeit aber ist halt so.

            copystringC Offline
            copystringC Offline
            copystring
            wrote on last edited by copystring
            #448

            @spacerx ja. 108 habe ich bei mir lokal bereits gelöst. Brauche aber noch ein bisschen mehr Zeit um es sauber zu lösen. Im Log kommen ja nur Warnungen und keine Error. Du könntest vorübergehend das Logging von Debug auf Error umstellen.

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

            1 Reply Last reply
            0
            • S SpacerX

              @copystring erst mal meinen Respekt für deine Arbeit am Adapter.
              Könntest du dir auch der Issue108 annehmen.
              Seit 0.1.4-beta schreibt mir der Adapter alle paar Sekunden das log zu.

              Falls es noch nicht bekannt ist, ich habe bei meinem S7 maxv ultra in der Kartenerstellung bemerkt das die Ausrichtung des Roboters auf der Station beim Laden oder Mop reinigen nicht passt. Auch der Zuschnitt der Karte hat sich in den letzten 2 Versionen geändert. Ja ist eine Kleinigkeit aber ist halt so.

              copystringC Offline
              copystringC Offline
              copystring
              wrote on last edited by
              #449

              @spacerx said in Roborock Adapter tester gesucht:

              Falls es noch nicht bekannt ist, ich habe bei meinem S7 maxv ultra in der Kartenerstellung bemerkt das die Ausrichtung des Roboters auf der Station beim Laden oder Mop reinigen nicht passt. Auch der Zuschnitt der Karte hat sich in den letzten 2 Versionen geändert. Ja ist eine Kleinigkeit aber ist halt so.

              Ich kann mich gern darum kümmern. Magst du mir Bilder zukommen lassen auf denen ersichtlich ist was genau nicht passt? Dann gucke ich mir das Mal genauer an.

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

              D 1 Reply Last reply
              0
              • copystringC copystring

                @spacerx said in Roborock Adapter tester gesucht:

                Falls es noch nicht bekannt ist, ich habe bei meinem S7 maxv ultra in der Kartenerstellung bemerkt das die Ausrichtung des Roboters auf der Station beim Laden oder Mop reinigen nicht passt. Auch der Zuschnitt der Karte hat sich in den letzten 2 Versionen geändert. Ja ist eine Kleinigkeit aber ist halt so.

                Ich kann mich gern darum kümmern. Magst du mir Bilder zukommen lassen auf denen ersichtlich ist was genau nicht passt? Dann gucke ich mir das Mal genauer an.

                D Offline
                D Offline
                Daniel1337
                wrote on last edited by Daniel1337
                #450

                @copystring ist bei mir auch so in der ladestation zeigt er nach oben müsste aber nach rechts zeigen (shift 90 grad nach rechts)
                Auf den Weg dorthin (Ladestation wird korrekt angezegit)
                186dd12f-7c2d-42e1-a3fe-a9462abbfab2-image.png

                Geparkt dann 49152952-e3a0-4cd5-b764-b70eb8612e4b-image.png

                Roborock S7

                sporadisch tauchtim log Failed to create canvas: auf
                Failed to create canvas: mit immer mal anderen Sachen
                Bspw.
                [{"main_brush_work_time":76911,"side_brush_work_time":76911,"filter_work_time":76911,"filter_element_work_time":0,"sensor_dirty_time":76802,"dust_collection_work_times":54}]

                copystringC 1 Reply Last reply
                0
                • D Daniel1337

                  @copystring ist bei mir auch so in der ladestation zeigt er nach oben müsste aber nach rechts zeigen (shift 90 grad nach rechts)
                  Auf den Weg dorthin (Ladestation wird korrekt angezegit)
                  186dd12f-7c2d-42e1-a3fe-a9462abbfab2-image.png

                  Geparkt dann 49152952-e3a0-4cd5-b764-b70eb8612e4b-image.png

                  Roborock S7

                  sporadisch tauchtim log Failed to create canvas: auf
                  Failed to create canvas: mit immer mal anderen Sachen
                  Bspw.
                  [{"main_brush_work_time":76911,"side_brush_work_time":76911,"filter_work_time":76911,"filter_element_work_time":0,"sensor_dirty_time":76802,"dust_collection_work_times":54}]

                  copystringC Offline
                  copystringC Offline
                  copystring
                  wrote on last edited by copystring
                  #451

                  @daniel1337 said in Roborock Adapter tester gesucht:

                  @copystring ist bei mir auch so in der ladestation zeigt er nach oben müsste aber nach rechts zeigen (shift 90 grad nach rechts)
                  Auf den Weg dorthin (Ladestation wird korrekt angezegit)
                  186dd12f-7c2d-42e1-a3fe-a9462abbfab2-image.png

                  Geparkt dann 49152952-e3a0-4cd5-b764-b70eb8612e4b-image.png

                  Roborock S7

                  sporadisch tauchtim log Failed to create canvas: auf
                  Failed to create canvas: mit immer mal anderen Sachen
                  Bspw.
                  [{"main_brush_work_time":76911,"side_brush_work_time":76911,"filter_work_time":76911,"filter_element_work_time":0,"sensor_dirty_time":76802,"dust_collection_work_times":54}]

                  Ist in 0.1.6 behoben. Ich hatte mir das irgendwann schon mal angeschaut und meinte, dass die Rotation nie passt, wenn der Roboter parkt. Dem ist anscheinend nicht so.

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

                  @copystring Installiert und werde evtl Fehler berichten.

                  Was mir noch eingefallen ist:
                  Wenn ich auf einem TouchDisplay die http://IP-Adresse:6824/map.html nutzen will kann ich das Zonenkästchen nicht verändern. Könnte man da was anpassen?

                  Ist in 0.1.6 eingebaut.

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

                  1 Reply Last reply
                  1
                  • copystringC Offline
                    copystringC Offline
                    copystring
                    wrote on last edited by
                    #452

                    Jemand hier mit einem S6 MaxV oder anderen Roboter mit Kamera bzw. Hinderniserkennung? Auf der Karte sollten entsprechend rote Punkte platziert werden, wo sich erkannte Hindernisse befinden. Passen die Postionen?
                    Bei mir sieht das so aus.
                    a03f7581-b66d-4dd5-95df-e853c3b117b6-image.png

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

                    O D M-A HuebM 3 Replies Last reply
                    1
                    • copystringC copystring

                      Jemand hier mit einem S6 MaxV oder anderen Roboter mit Kamera bzw. Hinderniserkennung? Auf der Karte sollten entsprechend rote Punkte platziert werden, wo sich erkannte Hindernisse befinden. Passen die Postionen?
                      Bei mir sieht das so aus.
                      a03f7581-b66d-4dd5-95df-e853c3b117b6-image.png

                      O Offline
                      O Offline
                      oxident
                      wrote on last edited by
                      #453

                      @copystring Passt bei mir perfekt. Danke!

                      copystringC 1 Reply Last reply
                      0
                      • O oxident

                        @copystring Passt bei mir perfekt. Danke!

                        copystringC Offline
                        copystringC Offline
                        copystring
                        wrote on last edited by
                        #454

                        @oxident said in Roborock Adapter tester gesucht:

                        @copystring Passt bei mir perfekt. Danke!

                        Sorry. Was bedeutet das? Du hast einen S6 MaxV und die Punkte passen?

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

                        1 Reply Last reply
                        0
                        • copystringC copystring

                          Jemand hier mit einem S6 MaxV oder anderen Roboter mit Kamera bzw. Hinderniserkennung? Auf der Karte sollten entsprechend rote Punkte platziert werden, wo sich erkannte Hindernisse befinden. Passen die Postionen?
                          Bei mir sieht das so aus.
                          a03f7581-b66d-4dd5-95df-e853c3b117b6-image.png

                          D Offline
                          D Offline
                          Dimi
                          wrote on last edited by
                          #455

                          @copystring

                          Die Hindernisse werden auf dem S6 MaxV korrekt an der richtigen Position angezeigt.

                          1 Reply Last reply
                          1
                          • copystringC copystring

                            Jemand hier mit einem S6 MaxV oder anderen Roboter mit Kamera bzw. Hinderniserkennung? Auf der Karte sollten entsprechend rote Punkte platziert werden, wo sich erkannte Hindernisse befinden. Passen die Postionen?
                            Bei mir sieht das so aus.
                            a03f7581-b66d-4dd5-95df-e853c3b117b6-image.png

                            M-A HuebM Offline
                            M-A HuebM Offline
                            M-A Hueb
                            wrote on last edited by M-A Hueb
                            #456

                            @copystring Hindernisserkennung passt bei mir.
                            Zonenerstellung auf Touch geräten tut auch

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

                            1 Reply Last reply
                            1
                            • M Offline
                              M Offline
                              Menfis
                              wrote on last edited by
                              #457

                              Hi,
                              vielen Dank erstmal für diesen Adapter. Soweit habe ich ihn zum Laufen bekommen.

                              Leider will das mit der Zimmerreinigung nicht ganz funtkionieren.
                              Wenn ich mit Blockly bestimmt Räume auf true setze und danach die Reinigung mit "app_segment_clean" starte, wird immer nur ein einziger Raum gereinigt und danach geht der Robi wieder zur Ladestation.

                              Ist ein S7 ohne Absaugstation.

                              Mache ich da irgendwas falsch?

                              David G.D copystringC 2 Replies Last reply
                              0
                              • David G.D Online
                                David G.D Online
                                David G.
                                wrote on last edited by
                                #458

                                @menfis

                                Eigentlich sollte es so funktionieren.
                                Zumindest ist es bei mir so.

                                Zeigt eure Lovelace-Visualisierung klick
                                (Auch ideal um sich Anregungen zu holen)

                                Meine Tabellen für eure Visualisierung klick

                                1 Reply Last reply
                                0
                                • M Menfis

                                  Hi,
                                  vielen Dank erstmal für diesen Adapter. Soweit habe ich ihn zum Laufen bekommen.

                                  Leider will das mit der Zimmerreinigung nicht ganz funtkionieren.
                                  Wenn ich mit Blockly bestimmt Räume auf true setze und danach die Reinigung mit "app_segment_clean" starte, wird immer nur ein einziger Raum gereinigt und danach geht der Robi wieder zur Ladestation.

                                  Ist ein S7 ohne Absaugstation.

                                  Mache ich da irgendwas falsch?

                                  David G.D Online
                                  David G.D Online
                                  David G.
                                  wrote on last edited by
                                  #459

                                  @menfis

                                  Eigentlich sollte es so funktionieren.
                                  Zumindest ist es bei mir so.

                                  Zeigt eure Lovelace-Visualisierung klick
                                  (Auch ideal um sich Anregungen zu holen)

                                  Meine Tabellen für eure Visualisierung klick

                                  1 Reply Last reply
                                  0
                                  • M Menfis

                                    Hi,
                                    vielen Dank erstmal für diesen Adapter. Soweit habe ich ihn zum Laufen bekommen.

                                    Leider will das mit der Zimmerreinigung nicht ganz funtkionieren.
                                    Wenn ich mit Blockly bestimmt Räume auf true setze und danach die Reinigung mit "app_segment_clean" starte, wird immer nur ein einziger Raum gereinigt und danach geht der Robi wieder zur Ladestation.

                                    Ist ein S7 ohne Absaugstation.

                                    Mache ich da irgendwas falsch?

                                    copystringC Offline
                                    copystringC Offline
                                    copystring
                                    wrote on last edited by
                                    #460

                                    @menfis haben alle Räume Namen?

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

                                    M 1 Reply Last reply
                                    0
                                    • D Offline
                                      D Offline
                                      DonToben
                                      wrote on last edited by
                                      #461

                                      @copystring
                                      Habe mir gerade den iobroker log angesehen.
                                      Es gab heute Nacht eine Menge Fehlereinträge, danach wieder alles i.O.
                                      Eine Idee?
                                      Roborock S7 Pro Ultra.

                                      Habe die 0.1.6 installiert. Mit den Version davor hatte ich die Auffälligkeit nicht.

                                      2023-03-15 03:52:31.523 - error: roborock.0 (5655) Unsported attribute: 589 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.523 - error: roborock.0 (5655) Unsported attribute: 590 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.523 - error: roborock.0 (5655) Unsported attribute: 591 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.523 - error: roborock.0 (5655) Unsported attribute: 592 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.524 - error: roborock.0 (5655) Unsported attribute: 593 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.524 - error: roborock.0 (5655) Unsported attribute: 594 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.524 - error: roborock.0 (5655) Unsported attribute: 595 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.524 - error: roborock.0 (5655) Unsported attribute: 596 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.525 - error: roborock.0 (5655) Unsported attribute: 597 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.525 - error: roborock.0 (5655) Unsported attribute: 598 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.525 - error: roborock.0 (5655) Unsported attribute: 599 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.525 - error: roborock.0 (5655) Unsported attribute: 600 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.526 - error: roborock.0 (5655) Unsported attribute: 601 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.526 - error: roborock.0 (5655) Unsported attribute: 602 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.526 - error: roborock.0 (5655) Unsported attribute: 603 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.527 - error: roborock.0 (5655) Unsported attribute: 604 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.527 - error: roborock.0 (5655) Unsported attribute: 605 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.527 - error: roborock.0 (5655) Unsported attribute: 606 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.527 - error: roborock.0 (5655) Unsported attribute: 607 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.528 - error: roborock.0 (5655) Unsported attribute: 608 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.528 - error: roborock.0 (5655) Unsported attribute: 609 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.528 - error: roborock.0 (5655) Unsported attribute: 610 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.528 - error: roborock.0 (5655) Unsported attribute: 611 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.529 - error: roborock.0 (5655) Unsported attribute: 612 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.529 - error: roborock.0 (5655) Unsported attribute: 613 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.530 - error: roborock.0 (5655) Unsported attribute: 614 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.530 - error: roborock.0 (5655) Unsported attribute: 615 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.530 - error: roborock.0 (5655) Unsported attribute: 616 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.530 - error: roborock.0 (5655) Unsported attribute: 617 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.531 - error: roborock.0 (5655) Unsported attribute: 618 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.531 - error: roborock.0 (5655) Unsported attribute: 619 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.531 - error: roborock.0 (5655) Unsported attribute: 620 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.531 - error: roborock.0 (5655) Unsported attribute: 621 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.531 - error: roborock.0 (5655) Unsported attribute: 622 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.531 - error: roborock.0 (5655) Unsported attribute: 623 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.532 - error: roborock.0 (5655) Unsported attribute: 624 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.532 - error: roborock.0 (5655) Unsported attribute: 625 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.532 - error: roborock.0 (5655) Unsported attribute: 626 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.532 - error: roborock.0 (5655) Unsported attribute: 627 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.532 - error: roborock.0 (5655) Unsported attribute: 628 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.532 - error: roborock.0 (5655) Unsported attribute: 629 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.533 - error: roborock.0 (5655) Unsported attribute: 630 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.533 - error: roborock.0 (5655) Unsported attribute: 631 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.533 - error: roborock.0 (5655) Unsported attribute: 632 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.533 - error: roborock.0 (5655) Unsported attribute: 633 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.533 - error: roborock.0 (5655) Unsported attribute: 634 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.533 - error: roborock.0 (5655) Unsported attribute: 635 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.534 - error: roborock.0 (5655) Unsported attribute: 636 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.534 - error: roborock.0 (5655) Unsported attribute: 637 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.534 - error: roborock.0 (5655) Unsported attribute: 638 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.534 - error: roborock.0 (5655) Unsported attribute: 639 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.534 - error: roborock.0 (5655) Unsported attribute: 640 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.535 - error: roborock.0 (5655) Unsported attribute: 641 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.535 - error: roborock.0 (5655) Unsported attribute: 642 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.535 - error: roborock.0 (5655) Unsported attribute: 643 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.535 - error: roborock.0 (5655) Unsported attribute: 644 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.535 - error: roborock.0 (5655) Unsported attribute: 645 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.536 - error: roborock.0 (5655) Unsported attribute: 646 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.536 - error: roborock.0 (5655) Unsported attribute: 647 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.536 - error: roborock.0 (5655) Unsported attribute: 648 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.536 - error: roborock.0 (5655) Unsported attribute: 649 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.536 - error: roborock.0 (5655) Unsported attribute: 650 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.536 - error: roborock.0 (5655) Unsported attribute: 651 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.537 - error: roborock.0 (5655) Unsported attribute: 652 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.537 - error: roborock.0 (5655) Unsported attribute: 653 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.537 - error: roborock.0 (5655) Unsported attribute: 654 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.537 - error: roborock.0 (5655) Unsported attribute: 655 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.537 - error: roborock.0 (5655) Unsported attribute: 656 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.537 - error: roborock.0 (5655) Unsported attribute: 657 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.538 - error: roborock.0 (5655) Unsported attribute: 658 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 03:52:31.538 - error: roborock.0 (5655) Unsported attribute: 659 of get_status. Please contact the dev to add the newly found attribute of your robot.
                                      2023-03-15 04:34:31.481 - info: roborock.0 (5655) State value to set for "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.water_box_custom_mode" has to be type "number" but received type "string"
                                      2023-03-15 04:44:31.484 - info: roborock.0 (5655) State value to set for "roborock.0.Devices.5Im6TX0cm6mgxaWxHaEos7.deviceStatus.water_box_custom_mode" has to be type "number" but received type "string"
                                      2023-03-15 04:56:30.926 - warn: roborock.0 (5655) MQTT connection close.
                                      2023-03-15 04:56:30.927 - warn: roborock.0 (5655) MQTT connection reconnect.
                                      
                                      copystringC D 2 Replies Last reply
                                      0
                                      • copystringC copystring

                                        @menfis haben alle Räume Namen?

                                        M Offline
                                        M Offline
                                        Menfis
                                        wrote on last edited by
                                        #462

                                        @copystring
                                        Ja, alle Räume haben Namen. Ich habe es inzwischen ein einziges Mal irgendwie hinbekommen, dass er direkt zum nächsten Raum weiter ist. Ich glaube ich hatte ihn mit Zimmerreinigung losgeschickt, dann kurz eine Zonenreigung gestartet, diese abgebrochen und dann die Zimmerreinigung fortgesetzt.
                                        Allerdings ließ sich das nicht mehr reproduzieren.
                                        Auch den Adapter hatte ich mal komplett neuinstalliert. Keine Änderung.

                                        copystringC 1 Reply Last reply
                                        0
                                        • M Menfis

                                          @copystring
                                          Ja, alle Räume haben Namen. Ich habe es inzwischen ein einziges Mal irgendwie hinbekommen, dass er direkt zum nächsten Raum weiter ist. Ich glaube ich hatte ihn mit Zimmerreinigung losgeschickt, dann kurz eine Zonenreigung gestartet, diese abgebrochen und dann die Zimmerreinigung fortgesetzt.
                                          Allerdings ließ sich das nicht mehr reproduzieren.
                                          Auch den Adapter hatte ich mal komplett neuinstalliert. Keine Änderung.

                                          copystringC Offline
                                          copystringC Offline
                                          copystring
                                          wrote on last edited by
                                          #463

                                          @menfis bitte ein vollständiges Debug hier anhängen nachdem die Raumreinigung gestartet wurde

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

                                          M 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          444

                                          Online

                                          32.4k

                                          Users

                                          81.4k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe