Skip to content
  • 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
  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

Geplant Angeheftet Gesperrt Verschoben JavaScript
766 Beiträge 51 Kommentatoren 245.6k Aufrufe 52 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • S SpacerX

    Kann man aus den Adapterdatenpunken irgendwie ableiten welcher Raum gerade gereinigt wird?
    Hintergrund meiner Frage ist das ich gern eine History erstellen möchte die Raumbezogen ist.
    Wenn ich zum Beispiel in der App 3 Räume zum Reinigen auswähle möchte ich bei fertig Raum 1, Raum 2, Raum 3 jeweils die Time festhalten.

    MfG Ralf

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

    @spacerx
    Hallo spacerx, da habe ich eine gute und eine schlechte Nachricht. Ja, man kann und nein, man kann es nicht. Ich zumindest kann aus den Datenpunkten heraus den Ort nicht identifizieren, da in meiner Konstellation (Raspberry 4pi und iobroker) die Arbeit mit der Karte nicht funktioniert, auch laut copystring nicht. Ich bekomme keine Karte, keinen aktuellen gezeichneten Reinigungsverlauf und kann auch nicht (über diesen Adapter) mit Zonen arbeiten.
    Aber, und jetzt geht es um das ja, ich wollte genau wie Du, in der Historie erkenntlich machen, nicht nur wann, sondern auch wo Erna gereinigt hat.
    Und es klappt, siehe hier mittig im grünen Feld und rechts unten in der Historie:
    roborock_gui2_20230706.jpg
    Wie funktioniert es? Ich löse eine Raumreinigung über die oben in der Mitte stehenden Tasten aus. Dabei gehe ich wie hier im Forum beschrieben vor
    "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."
    und die Reinigung beginnt.
    Im nächsten Schritt nutze ich die unter Floors gespeicherte Information (welcher Raum ist auf true gesetzt), um den Klarnamen des Raumes, der gerade gereinigt wird, in einem Objekt im iobroker zu speichern und in der gui auszugeben.
    Und zu guter Letzt wird die Liste der Historie-Einträge um eines nach unten geschoben und die aktuelle Reinigung kommt ganz oben drauf nach dem last-in-last-out-Prinzip.
    Was ist das Fragezeichen? Das sind erfolgte Zonenreinigungen und Raumreinigungen, die ich über die App ausgelöst habe, da komme ich -zumindest momentan- nicht an die notwendigen Informationen ran. Und die vielen Einträge mit "0 m²" und "0 min" waren Testläufe in einer anderen Frage.
    Was kommt als Weiterentwicklung? Recht einfach, eher eine Fleißaufgabe, in Kürze wird in der Historie auch die Art der Reinigung (Saugen, Wischen, Saugen + Wischen) gelistet sein.
    Die Lösung ist sicher nicht perfekt, für mich aber die zur Zeit machbare und ein erster Lösungsansatz.
    Und leider konnte ich Deine Frage nach der Nutzung der Adapterdatenpunkte in Wirklichkeit nicht beantworten, sondern nur einen anderen Weg zum Ziel einer raumbezogenen Historie zeigen.
    Gruß Bert.

    S 1 Antwort Letzte Antwort
    0
    • jahnbesJ jahnbes

      @spacerx
      Hallo spacerx, da habe ich eine gute und eine schlechte Nachricht. Ja, man kann und nein, man kann es nicht. Ich zumindest kann aus den Datenpunkten heraus den Ort nicht identifizieren, da in meiner Konstellation (Raspberry 4pi und iobroker) die Arbeit mit der Karte nicht funktioniert, auch laut copystring nicht. Ich bekomme keine Karte, keinen aktuellen gezeichneten Reinigungsverlauf und kann auch nicht (über diesen Adapter) mit Zonen arbeiten.
      Aber, und jetzt geht es um das ja, ich wollte genau wie Du, in der Historie erkenntlich machen, nicht nur wann, sondern auch wo Erna gereinigt hat.
      Und es klappt, siehe hier mittig im grünen Feld und rechts unten in der Historie:
      roborock_gui2_20230706.jpg
      Wie funktioniert es? Ich löse eine Raumreinigung über die oben in der Mitte stehenden Tasten aus. Dabei gehe ich wie hier im Forum beschrieben vor
      "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."
      und die Reinigung beginnt.
      Im nächsten Schritt nutze ich die unter Floors gespeicherte Information (welcher Raum ist auf true gesetzt), um den Klarnamen des Raumes, der gerade gereinigt wird, in einem Objekt im iobroker zu speichern und in der gui auszugeben.
      Und zu guter Letzt wird die Liste der Historie-Einträge um eines nach unten geschoben und die aktuelle Reinigung kommt ganz oben drauf nach dem last-in-last-out-Prinzip.
      Was ist das Fragezeichen? Das sind erfolgte Zonenreinigungen und Raumreinigungen, die ich über die App ausgelöst habe, da komme ich -zumindest momentan- nicht an die notwendigen Informationen ran. Und die vielen Einträge mit "0 m²" und "0 min" waren Testläufe in einer anderen Frage.
      Was kommt als Weiterentwicklung? Recht einfach, eher eine Fleißaufgabe, in Kürze wird in der Historie auch die Art der Reinigung (Saugen, Wischen, Saugen + Wischen) gelistet sein.
      Die Lösung ist sicher nicht perfekt, für mich aber die zur Zeit machbare und ein erster Lösungsansatz.
      Und leider konnte ich Deine Frage nach der Nutzung der Adapterdatenpunkte in Wirklichkeit nicht beantworten, sondern nur einen anderen Weg zum Ziel einer raumbezogenen Historie zeigen.
      Gruß Bert.

      S Offline
      S Offline
      SpacerX
      schrieb am zuletzt editiert von
      #749

      @jahnbes Danke für das zeigen deiner Lösung.
      Schöner wäre es natürlich wenn der Adapter bei der Auswahl der Räume in der App das auch auf die Datenpunkte Synchronisieren würde.
      Vielleicht komm da ja noch was nach.

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

      jahnbesJ 1 Antwort Letzte Antwort
      0
      • S SpacerX

        @jahnbes Danke für das zeigen deiner Lösung.
        Schöner wäre es natürlich wenn der Adapter bei der Auswahl der Räume in der App das auch auf die Datenpunkte Synchronisieren würde.
        Vielleicht komm da ja noch was nach.

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

        @spacerx
        Da hast Du Recht. Mir fehlt da auch mancher Punkt, z.B. kann ich in der Handy-App die Anzahl der Zyklen einstellen. Die habe ich im Adapter noch nicht gefunden.
        Und nur verbal direkt vom Gerät bekomme ich die Mitteilung, dass der Staubbehälter entfernt wurde, etwas, was ich anderweitig auch gern sehen und in der gui anzeigen würde.
        Es gibt bei dem tollen Adapter noch etwas Luft nach oben, trotzdem, er ist große Klasse, Dank an copystring!
        Gruß Bert.

        David G.D 1 Antwort Letzte Antwort
        1
        • jahnbesJ jahnbes

          @spacerx
          Da hast Du Recht. Mir fehlt da auch mancher Punkt, z.B. kann ich in der Handy-App die Anzahl der Zyklen einstellen. Die habe ich im Adapter noch nicht gefunden.
          Und nur verbal direkt vom Gerät bekomme ich die Mitteilung, dass der Staubbehälter entfernt wurde, etwas, was ich anderweitig auch gern sehen und in der gui anzeigen würde.
          Es gibt bei dem tollen Adapter noch etwas Luft nach oben, trotzdem, er ist große Klasse, Dank an copystring!
          Gruß Bert.

          David G.D Offline
          David G.D Offline
          David G.
          schrieb am zuletzt editiert von
          #751

          @jahnbes sagte in Roborock Adapter tester gesucht:

          z.B. kann ich in der Handy-App die Anzahl der Zyklen einstellen. Die habe ich im Adapter noch nicht gefunden.

          roborock.0.Devices.xxxxx.floors.cleanCount
          

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

          Meine Tabellen für eure Visualisierung klick

          jahnbesJ 1 Antwort Letzte Antwort
          0
          • David G.D David G.

            @jahnbes sagte in Roborock Adapter tester gesucht:

            z.B. kann ich in der Handy-App die Anzahl der Zyklen einstellen. Die habe ich im Adapter noch nicht gefunden.

            roborock.0.Devices.xxxxx.floors.cleanCount
            
            jahnbesJ Offline
            jahnbesJ Offline
            jahnbes
            schrieb am zuletzt editiert von
            #752

            @david-g
            Danke, David, da hatte ich noch nicht gesucht. allerdings, leider und jedenfalls bei mir, wenn ich diesen Wert im iobroker ändere, ändert sich die Anzeige in der Handy-App nicht und umgedreht, auch bei mit dieser geänderten Zyklenzahl dann stattfindender Reinigung, egal, ob wischen oder Saugen. Die Reinigung hatte ich allerdings nur gestartet, nicht getestet, ob er wirklich zweimal reinigt, das will ich der Familie am Sonntag nicht zumuten.
            Mache ich da was falsch oder denke falsch? Mit diesem Fehler ist der Wert nutzlos für mich.
            Viele Grüße und einen schönen Sonntag, Bert.

            David G.D 1 Antwort Letzte Antwort
            0
            • jahnbesJ jahnbes

              @david-g
              Danke, David, da hatte ich noch nicht gesucht. allerdings, leider und jedenfalls bei mir, wenn ich diesen Wert im iobroker ändere, ändert sich die Anzeige in der Handy-App nicht und umgedreht, auch bei mit dieser geänderten Zyklenzahl dann stattfindender Reinigung, egal, ob wischen oder Saugen. Die Reinigung hatte ich allerdings nur gestartet, nicht getestet, ob er wirklich zweimal reinigt, das will ich der Familie am Sonntag nicht zumuten.
              Mache ich da was falsch oder denke falsch? Mit diesem Fehler ist der Wert nutzlos für mich.
              Viele Grüße und einen schönen Sonntag, Bert.

              David G.D Offline
              David G.D Offline
              David G.
              schrieb am zuletzt editiert von David G.
              #753

              @jahnbes

              Man hat vieles nicht synchron in App und iobroker, da die Settings direkt zum Roboter gesendet werden beim Starten der Reinigung.

              Siehst du auch, wenn du 2 Smartphoneapps parallel nutzt. Auch nicht alles synchron.

              Aber warum auch, entweder steurer ich von iobroker aus oder aus der App, stelle ja nicht die ersten Parameter der Reinigung dort ein und die anderen dann dort....

              Ich mache alles über meine Visu.
              Wenn ich auf Play drücke kommt ein Dialog mit den Räumen, den Reinigungsmodi und den wiederholungen.
              Oben links alle Infos zum Dock. Bei Fehlern ändern die entsprechenden Bereiche die Farbe.

              Screenshot_20230709_104518_Fully Kiosk Browser.jpg

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

              Meine Tabellen für eure Visualisierung klick

              jahnbesJ 1 Antwort Letzte Antwort
              0
              • David G.D Offline
                David G.D Offline
                David G.
                schrieb am zuletzt editiert von
                #754

                Hab mir gestern nochmal die Aktuelle Version installiert. Seit langem nochmal.

                Jetzt regnet es Meldungen im Log.

                
                
                roborock.0
                2023-07-09 17:42:29.164	error	Unsported attribute: 788 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.164	error	Unsported attribute: 786 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.164	error	Unsported attribute: 784 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.164	error	Unsported attribute: 782 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.164	error	Unsported attribute: 781 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.163	error	Unsported attribute: 779 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.163	error	Unsported attribute: 777 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.163	error	Unsported attribute: 775 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.163	error	Unsported attribute: 773 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.163	error	Unsported attribute: 771 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.164	error	Unsported attribute: 783 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.164	error	Unsported attribute: 785 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.164	error	Unsported attribute: 787 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.164	error	Unsported attribute: 789 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.162	error	Unsported attribute: 770 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.162	error	Unsported attribute: 768 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.162	error	Unsported attribute: 766 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.163	error	Unsported attribute: 772 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.163	error	Unsported attribute: 774 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.163	error	Unsported attribute: 776 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.163	error	Unsported attribute: 778 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.163	error	Unsported attribute: 780 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.162	error	Unsported attribute: 765 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.162	error	Unsported attribute: 767 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.162	error	Unsported attribute: 769 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.162	error	Unsported attribute: 764 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.162	error	Unsported attribute: 763 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.159	error	Unsported attribute: 761 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.159	error	Unsported attribute: 759 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.159	error	Unsported attribute: 757 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.159	error	Unsported attribute: 755 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.159	error	Unsported attribute: 754 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.158	error	Unsported attribute: 752 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.158	error	Unsported attribute: 750 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.158	error	Unsported attribute: 748 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.158	error	Unsported attribute: 746 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.158	error	Unsported attribute: 744 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.159	error	Unsported attribute: 756 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.159	error	Unsported attribute: 758 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.159	error	Unsported attribute: 760 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.159	error	Unsported attribute: 762 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.157	error	Unsported attribute: 743 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.157	error	Unsported attribute: 741 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.157	error	Unsported attribute: 739 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.157	error	Unsported attribute: 737 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.157	error	Unsported attribute: 735 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.158	error	Unsported attribute: 745 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.158	error	Unsported attribute: 747 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.158	error	Unsported attribute: 749 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.158	error	Unsported attribute: 751 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.158	error	Unsported attribute: 753 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.156	error	Unsported attribute: 734 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.156	error	Unsported attribute: 732 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.156	error	Unsported attribute: 730 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.156	error	Unsported attribute: 728 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.156	error	Unsported attribute: 726 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.157	error	Unsported attribute: 736 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.157	error	Unsported attribute: 738 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.157	error	Unsported attribute: 740 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.157	error	Unsported attribute: 742 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.155	error	Unsported attribute: 725 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.155	error	Unsported attribute: 723 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.155	error	Unsported attribute: 721 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.155	error	Unsported attribute: 719 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.155	error	Unsported attribute: 717 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.156	error	Unsported attribute: 727 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.156	error	Unsported attribute: 729 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.156	error	Unsported attribute: 731 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.156	error	Unsported attribute: 733 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.155	error	Unsported attribute: 716 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.154	error	Unsported attribute: 714 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.154	error	Unsported attribute: 712 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.155	error	Unsported attribute: 718 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.155	error	Unsported attribute: 720 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.155	error	Unsported attribute: 722 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.155	error	Unsported attribute: 724 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.153	error	Unsported attribute: 711 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.153	error	Unsported attribute: 709 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.154	error	Unsported attribute: 713 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.154	error	Unsported attribute: 715 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.153	error	Unsported attribute: 708 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.152	error	Unsported attribute: 706 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.152	error	Unsported attribute: 704 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.152	error	Unsported attribute: 702 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.153	error	Unsported attribute: 710 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.152	error	Unsported attribute: 701 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.151	error	Unsported attribute: 699 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.151	error	Unsported attribute: 697 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.152	error	Unsported attribute: 703 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.152	error	Unsported attribute: 705 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.152	error	Unsported attribute: 707 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.151	error	Unsported attribute: 696 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.150	error	Unsported attribute: 694 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.150	error	Unsported attribute: 692 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.150	error	Unsported attribute: 690 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.151	error	Unsported attribute: 698 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.151	error	Unsported attribute: 700 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.150	error	Unsported attribute: 689 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.149	error	Unsported attribute: 687 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.149	error	Unsported attribute: 685 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.149	error	Unsported attribute: 683 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.150	error	Unsported attribute: 691 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.150	error	Unsported attribute: 693 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.150	error	Unsported attribute: 695 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.148	error	Unsported attribute: 682 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.148	error	Unsported attribute: 680 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.148	error	Unsported attribute: 678 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.148	error	Unsported attribute: 676 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.149	error	Unsported attribute: 684 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.149	error	Unsported attribute: 686 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.149	error	Unsported attribute: 688 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.147	error	Unsported attribute: 675 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.147	error	Unsported attribute: 673 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.147	error	Unsported attribute: 671 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.147	error	Unsported attribute: 669 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.148	error	Unsported attribute: 677 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.148	error	Unsported attribute: 679 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.148	error	Unsported attribute: 681 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.146	error	Unsported attribute: 668 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.146	error	Unsported attribute: 666 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.146	error	Unsported attribute: 664 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.146	error	Unsported attribute: 662 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.147	error	Unsported attribute: 670 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.147	error	Unsported attribute: 672 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.147	error	Unsported attribute: 674 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.145	error	Unsported attribute: 661 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.145	error	Unsported attribute: 659 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.145	error	Unsported attribute: 657 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.146	error	Unsported attribute: 663 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.146	error	Unsported attribute: 665 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.146	error	Unsported attribute: 667 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.145	error	Unsported attribute: 656 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.144	error	Unsported attribute: 654 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.145	error	Unsported attribute: 658 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.145	error	Unsported attribute: 660 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.144	error	Unsported attribute: 653 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                roborock.0
                2023-07-09 17:42:29.144	error	Unsported attribute: 655 of get_status. Please contact the dev to add the newly found attribute of your robot.
                
                

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

                Meine Tabellen für eure Visualisierung klick

                O 1 Antwort Letzte Antwort
                0
                • David G.D David G.

                  Hab mir gestern nochmal die Aktuelle Version installiert. Seit langem nochmal.

                  Jetzt regnet es Meldungen im Log.

                  
                  
                  roborock.0
                  2023-07-09 17:42:29.164	error	Unsported attribute: 788 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.164	error	Unsported attribute: 786 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.164	error	Unsported attribute: 784 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.164	error	Unsported attribute: 782 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.164	error	Unsported attribute: 781 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.163	error	Unsported attribute: 779 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.163	error	Unsported attribute: 777 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.163	error	Unsported attribute: 775 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.163	error	Unsported attribute: 773 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.163	error	Unsported attribute: 771 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.164	error	Unsported attribute: 783 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.164	error	Unsported attribute: 785 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.164	error	Unsported attribute: 787 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.164	error	Unsported attribute: 789 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.162	error	Unsported attribute: 770 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.162	error	Unsported attribute: 768 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.162	error	Unsported attribute: 766 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.163	error	Unsported attribute: 772 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.163	error	Unsported attribute: 774 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.163	error	Unsported attribute: 776 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.163	error	Unsported attribute: 778 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.163	error	Unsported attribute: 780 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.162	error	Unsported attribute: 765 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.162	error	Unsported attribute: 767 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.162	error	Unsported attribute: 769 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.162	error	Unsported attribute: 764 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.162	error	Unsported attribute: 763 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.159	error	Unsported attribute: 761 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.159	error	Unsported attribute: 759 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.159	error	Unsported attribute: 757 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.159	error	Unsported attribute: 755 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.159	error	Unsported attribute: 754 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.158	error	Unsported attribute: 752 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.158	error	Unsported attribute: 750 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.158	error	Unsported attribute: 748 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.158	error	Unsported attribute: 746 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.158	error	Unsported attribute: 744 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.159	error	Unsported attribute: 756 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.159	error	Unsported attribute: 758 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.159	error	Unsported attribute: 760 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.159	error	Unsported attribute: 762 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.157	error	Unsported attribute: 743 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.157	error	Unsported attribute: 741 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.157	error	Unsported attribute: 739 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.157	error	Unsported attribute: 737 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.157	error	Unsported attribute: 735 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.158	error	Unsported attribute: 745 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.158	error	Unsported attribute: 747 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.158	error	Unsported attribute: 749 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.158	error	Unsported attribute: 751 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.158	error	Unsported attribute: 753 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.156	error	Unsported attribute: 734 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.156	error	Unsported attribute: 732 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.156	error	Unsported attribute: 730 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.156	error	Unsported attribute: 728 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.156	error	Unsported attribute: 726 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.157	error	Unsported attribute: 736 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.157	error	Unsported attribute: 738 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.157	error	Unsported attribute: 740 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.157	error	Unsported attribute: 742 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.155	error	Unsported attribute: 725 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.155	error	Unsported attribute: 723 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.155	error	Unsported attribute: 721 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.155	error	Unsported attribute: 719 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.155	error	Unsported attribute: 717 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.156	error	Unsported attribute: 727 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.156	error	Unsported attribute: 729 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.156	error	Unsported attribute: 731 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.156	error	Unsported attribute: 733 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.155	error	Unsported attribute: 716 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.154	error	Unsported attribute: 714 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.154	error	Unsported attribute: 712 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.155	error	Unsported attribute: 718 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.155	error	Unsported attribute: 720 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.155	error	Unsported attribute: 722 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.155	error	Unsported attribute: 724 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.153	error	Unsported attribute: 711 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.153	error	Unsported attribute: 709 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.154	error	Unsported attribute: 713 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.154	error	Unsported attribute: 715 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.153	error	Unsported attribute: 708 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.152	error	Unsported attribute: 706 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.152	error	Unsported attribute: 704 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.152	error	Unsported attribute: 702 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.153	error	Unsported attribute: 710 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.152	error	Unsported attribute: 701 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.151	error	Unsported attribute: 699 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.151	error	Unsported attribute: 697 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.152	error	Unsported attribute: 703 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.152	error	Unsported attribute: 705 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.152	error	Unsported attribute: 707 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.151	error	Unsported attribute: 696 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.150	error	Unsported attribute: 694 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.150	error	Unsported attribute: 692 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.150	error	Unsported attribute: 690 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.151	error	Unsported attribute: 698 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.151	error	Unsported attribute: 700 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.150	error	Unsported attribute: 689 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.149	error	Unsported attribute: 687 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.149	error	Unsported attribute: 685 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.149	error	Unsported attribute: 683 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.150	error	Unsported attribute: 691 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.150	error	Unsported attribute: 693 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.150	error	Unsported attribute: 695 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.148	error	Unsported attribute: 682 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.148	error	Unsported attribute: 680 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.148	error	Unsported attribute: 678 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.148	error	Unsported attribute: 676 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.149	error	Unsported attribute: 684 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.149	error	Unsported attribute: 686 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.149	error	Unsported attribute: 688 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.147	error	Unsported attribute: 675 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.147	error	Unsported attribute: 673 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.147	error	Unsported attribute: 671 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.147	error	Unsported attribute: 669 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.148	error	Unsported attribute: 677 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.148	error	Unsported attribute: 679 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.148	error	Unsported attribute: 681 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.146	error	Unsported attribute: 668 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.146	error	Unsported attribute: 666 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.146	error	Unsported attribute: 664 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.146	error	Unsported attribute: 662 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.147	error	Unsported attribute: 670 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.147	error	Unsported attribute: 672 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.147	error	Unsported attribute: 674 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.145	error	Unsported attribute: 661 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.145	error	Unsported attribute: 659 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.145	error	Unsported attribute: 657 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.146	error	Unsported attribute: 663 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.146	error	Unsported attribute: 665 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.146	error	Unsported attribute: 667 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.145	error	Unsported attribute: 656 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.144	error	Unsported attribute: 654 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.145	error	Unsported attribute: 658 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.145	error	Unsported attribute: 660 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.144	error	Unsported attribute: 653 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  roborock.0
                  2023-07-09 17:42:29.144	error	Unsported attribute: 655 of get_status. Please contact the dev to add the newly found attribute of your robot.
                  
                  
                  O Offline
                  O Offline
                  oxident
                  schrieb am zuletzt editiert von
                  #755

                  Kann mich dem Problem von @david-g anschließen. War lange Zeit ruhig geworden bei meinem S7 Max Ultra.

                  1 Antwort Letzte Antwort
                  0
                  • David G.D David G.

                    @jahnbes

                    Man hat vieles nicht synchron in App und iobroker, da die Settings direkt zum Roboter gesendet werden beim Starten der Reinigung.

                    Siehst du auch, wenn du 2 Smartphoneapps parallel nutzt. Auch nicht alles synchron.

                    Aber warum auch, entweder steurer ich von iobroker aus oder aus der App, stelle ja nicht die ersten Parameter der Reinigung dort ein und die anderen dann dort....

                    Ich mache alles über meine Visu.
                    Wenn ich auf Play drücke kommt ein Dialog mit den Räumen, den Reinigungsmodi und den wiederholungen.
                    Oben links alle Infos zum Dock. Bei Fehlern ändern die entsprechenden Bereiche die Farbe.

                    Screenshot_20230709_104518_Fully Kiosk Browser.jpg

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

                    @david-g
                    Hallo David, Du hast Recht, ich hatte das Zusammenspiel Handy-App, iobroker und roborock nicht mehr richtig im Blick. Mittlerweile kann ich vom PC aus über den iobroker den roborock wie gewünscht steuern, also auch die Anzahl der Wiederholungen einstellen:
                    erna_1.jpg
                    Ein kleine Schwierigkeit gab es. Der roborock stellt floors.cleanCount nachdem es gesetzt ist ziemlich unmittelbar wieder zurück. Er führt die gewünschte Anzahl der Wiederholungen dann zwar aus, aber in floors.cleanCount steht sofort wieder "1" und nicht die eingestellte (und genutzte) Anzahl. Deshalb speichere ich beim Einstellen der Anzahl der Wiederholungen diese erst einmal in einer Variablen im iobroker, Die Änderung dieser Variablen löst dann die Änderung von floors.cleanCount aus. Letzteres wird alsbald auf "1" zurückgesetzt, aber in meiner Variablen bleibt der Wert erhalten und ich kann ihn anzeigen.
                    Gruß Bert.

                    1 Antwort Letzte Antwort
                    0
                    • ravenst0neR Offline
                      ravenst0neR Offline
                      ravenst0ne
                      schrieb am zuletzt editiert von
                      #757

                      Hallo, beim installieren von v0.2.0 (vorher alte 0.1.6 gelöscht), kommt beim Aufrufen der Instanzeinstellungen "[JsonConfig] Cannot parse json5 config!" als Meldung unten links im Admin. js-controller ist 4.0.24 und Admin 6.3.5

                      roborock.0
                      	2023-07-12 15:51:51.299	error	Username or password missing!
                      roborock.0
                      	2023-07-12 15:51:51.194	info	starting. Version 0.2.0 (non-npm: copystring/ioBroker.roborock) in /opt/iobroker/node_modules/iobroker.roborock, node: v16.20.0, js-controller: 4.0.24
                      roborock.0
                      	2023-07-12 15:51:50.821	debug	Plugin sentry Initialize Plugin (enabled=true)
                      roborock.0
                      	2023-07-12 15:51:50.672	debug	States connected to redis: 127.0.0.1:9000
                      roborock.0
                      	2023-07-12 15:51:50.627	debug	States create User PubSub Client
                      roborock.0
                      	2023-07-12 15:51:50.625	debug	States create System PubSub Client
                      roborock.0
                      	2023-07-12 15:51:50.599	debug	Redis States: Use Redis connection: 127.0.0.1:9000
                      roborock.0
                      	2023-07-12 15:51:50.554	debug	Objects connected to redis: 127.0.0.1:9001
                      roborock.0
                      	2023-07-12 15:51:50.544	debug	Objects client initialize lua scripts
                      roborock.0
                      	2023-07-12 15:51:50.441	debug	Objects create User PubSub Client
                      roborock.0
                      	2023-07-12 15:51:50.439	debug	Objects create System PubSub Client
                      roborock.0
                      	2023-07-12 15:51:50.406	debug	Objects client ready ... initialize now
                      

                      Fehlen mir hier Abhängigkeiten?

                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • ravenst0neR ravenst0ne

                        Hallo, beim installieren von v0.2.0 (vorher alte 0.1.6 gelöscht), kommt beim Aufrufen der Instanzeinstellungen "[JsonConfig] Cannot parse json5 config!" als Meldung unten links im Admin. js-controller ist 4.0.24 und Admin 6.3.5

                        roborock.0
                        	2023-07-12 15:51:51.299	error	Username or password missing!
                        roborock.0
                        	2023-07-12 15:51:51.194	info	starting. Version 0.2.0 (non-npm: copystring/ioBroker.roborock) in /opt/iobroker/node_modules/iobroker.roborock, node: v16.20.0, js-controller: 4.0.24
                        roborock.0
                        	2023-07-12 15:51:50.821	debug	Plugin sentry Initialize Plugin (enabled=true)
                        roborock.0
                        	2023-07-12 15:51:50.672	debug	States connected to redis: 127.0.0.1:9000
                        roborock.0
                        	2023-07-12 15:51:50.627	debug	States create User PubSub Client
                        roborock.0
                        	2023-07-12 15:51:50.625	debug	States create System PubSub Client
                        roborock.0
                        	2023-07-12 15:51:50.599	debug	Redis States: Use Redis connection: 127.0.0.1:9000
                        roborock.0
                        	2023-07-12 15:51:50.554	debug	Objects connected to redis: 127.0.0.1:9001
                        roborock.0
                        	2023-07-12 15:51:50.544	debug	Objects client initialize lua scripts
                        roborock.0
                        	2023-07-12 15:51:50.441	debug	Objects create User PubSub Client
                        roborock.0
                        	2023-07-12 15:51:50.439	debug	Objects create System PubSub Client
                        roborock.0
                        	2023-07-12 15:51:50.406	debug	Objects client ready ... initialize now
                        

                        Fehlen mir hier Abhängigkeiten?

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

                        @ravenst0ne sagte in Roborock Adapter tester gesucht:

                        Fehlen mir hier Abhängigkeiten?

                        Nee, eher wohl fehlt da:

                        error Username or password missing!

                        Linux-Werkzeugkasten:
                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                        NodeJS Fixer Skript:
                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                        S 1 Antwort Letzte Antwort
                        -1
                        • Thomas BraunT Thomas Braun

                          @ravenst0ne sagte in Roborock Adapter tester gesucht:

                          Fehlen mir hier Abhängigkeiten?

                          Nee, eher wohl fehlt da:

                          error Username or password missing!

                          S Offline
                          S Offline
                          SevenUp
                          schrieb am zuletzt editiert von SevenUp
                          #759

                          @thomas-braun sagte in Roborock Adapter tester gesucht:

                          Nee, eher wohl fehlt da: error Username or password missing!

                          Lässt sich nicht eintragen, da die Einstellungen wegen dem Fehler "[JsonConfig] Cannot parse json5 config!" nicht geöffnet werden können.

                          Bild 2023-07-1218_27_27-inobi7v.png auf abload.de

                          S 1 Antwort Letzte Antwort
                          1
                          • S SevenUp

                            @thomas-braun sagte in Roborock Adapter tester gesucht:

                            Nee, eher wohl fehlt da: error Username or password missing!

                            Lässt sich nicht eintragen, da die Einstellungen wegen dem Fehler "[JsonConfig] Cannot parse json5 config!" nicht geöffnet werden können.

                            Bild 2023-07-1218_27_27-inobi7v.png auf abload.de

                            S Offline
                            S Offline
                            SevenUp
                            schrieb am zuletzt editiert von SevenUp
                            #760

                            @sevenup sagte in Roborock Adapter tester gesucht:

                            Lässt sich nicht eintragen, da die Einstellungen wegen dem Fehler "[JsonConfig] Cannot parse json5 config!" nicht geöffnet werden können

                            gefixt in v0.21

                            ravenst0neR 1 Antwort Letzte Antwort
                            0
                            • S SevenUp

                              @sevenup sagte in Roborock Adapter tester gesucht:

                              Lässt sich nicht eintragen, da die Einstellungen wegen dem Fehler "[JsonConfig] Cannot parse json5 config!" nicht geöffnet werden können

                              gefixt in v0.21

                              ravenst0neR Offline
                              ravenst0neR Offline
                              ravenst0ne
                              schrieb am zuletzt editiert von
                              #761

                              @sevenup Danke! 🙂

                              1 Antwort Letzte Antwort
                              0
                              • M Offline
                                M Offline
                                maxb
                                schrieb am zuletzt editiert von
                                #762

                                Moin zusammen!
                                Wir sind seit Ende letzter Woche stolze Besitzer eines Robotock Q Revo. Ich möchte den natürlich auch sehr gerne in meinen ioBroker einbinden, das scheint momentan ja noch nicht zu funktionieren. (Mir ist auch bewusst, dass der nicht in der Liste der Geräte aufgeführt ist.)

                                Ich habe den Adapter trotzdem mal installiert in der v0.2.1, leider kommt bei "Verbunden mit Host" und "Lebenszeichen" ein rotes X, wo ich immer noch nicht sicher weiß, was das eigentlich genau bedeutet.
                                Es kann natürlich sein, dass das am Q Revo liegt, aber vielleicht mache ich auch etwas falsch, jemand eine Idee?

                                Ich weiß, dass ich keinen Anspruch auf gar nichts habe, aber ich schmeiße mal unseren Q Revo "Bob" mit ins Rennen als Testobjekt.
                                Also wenn ich irgendwie zu dem Adapter beitragen kann, gerne Bescheid geben. Ansonsten lese ich weiter gespannt mit.

                                Max

                                copystringC 1 Antwort Letzte Antwort
                                0
                                • M maxb

                                  Moin zusammen!
                                  Wir sind seit Ende letzter Woche stolze Besitzer eines Robotock Q Revo. Ich möchte den natürlich auch sehr gerne in meinen ioBroker einbinden, das scheint momentan ja noch nicht zu funktionieren. (Mir ist auch bewusst, dass der nicht in der Liste der Geräte aufgeführt ist.)

                                  Ich habe den Adapter trotzdem mal installiert in der v0.2.1, leider kommt bei "Verbunden mit Host" und "Lebenszeichen" ein rotes X, wo ich immer noch nicht sicher weiß, was das eigentlich genau bedeutet.
                                  Es kann natürlich sein, dass das am Q Revo liegt, aber vielleicht mache ich auch etwas falsch, jemand eine Idee?

                                  Ich weiß, dass ich keinen Anspruch auf gar nichts habe, aber ich schmeiße mal unseren Q Revo "Bob" mit ins Rennen als Testobjekt.
                                  Also wenn ich irgendwie zu dem Adapter beitragen kann, gerne Bescheid geben. Ansonsten lese ich weiter gespannt mit.

                                  Max

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

                                  @maxb Hallo Max,
                                  ich kann Support für den Roboter gerne einbauen.
                                  Dafür bitte auf GitHub ein issue eröffnen und dort ein Debug Log als Textdatei hochladen.

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

                                  M 1 Antwort Letzte Antwort
                                  0
                                  • copystringC copystring

                                    @maxb Hallo Max,
                                    ich kann Support für den Roboter gerne einbauen.
                                    Dafür bitte auf GitHub ein issue eröffnen und dort ein Debug Log als Textdatei hochladen.

                                    M Offline
                                    M Offline
                                    maxb
                                    schrieb am zuletzt editiert von
                                    #764

                                    @copystring danke für die schnelle Antwort, issue ist erstellt!

                                    1 Antwort Letzte Antwort
                                    0
                                    • X Offline
                                      X Offline
                                      x4N70
                                      schrieb am zuletzt editiert von x4N70
                                      #765

                                      Erst mal vielen Dank für den Adapter, seit ich gestern meinen Q Revo bekommen habe, teste ich fleißig mit.

                                      Zwei Dinge sind mir aufgefallen:

                                      • Habe die Dev installiert, um Support für den Q Revo zu haben, das klappt so weit auch, bekomme aber minütlich eine Fehlermeldung bezüglich unsupported Attribute --> habe ich in GitHub gemeldet

                                      • ich habe mich zwar durch diesen Thread her gekämpft, aber noch nichts zu einer Reihenfolge der Raumreinigung gefunden. Bei meinem alten S50 mit dem Mihome.vacuum-Adapter hat das über die Queue funktioniert, ich habe alle Raumnummern in der gewünschten Reihenfolge in den AddToQueue-Datenpunkt geschrieben. War keine perfekte Lösung, weil der Robi fertig war und dann beim heimfahren einen neuen Auftrag bekommen hat, aber mit diesem Adapter hier habe ich noch gar keinen Lösungsansatz. Habe ich was übersehen? Konkrete Anforderung wäre, dass ich zuerst einen bestimmten Raum reinige --> Zuerst morgens Büro, dann kann ich das "bewohnen" und dann kann er den Rest saugen.

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

                                        Der Adapter wurde gestern Abend in die offizelle Beta-Repository aufgenommen. Daher schließe ich diesen Topic. Danke an alle fürs fleißige Testen!
                                        Ab sofort geht es hier weiter https://forum.iobroker.net/topic/67186/neuer-adapter-für-roborock-staubsauger

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

                                        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

                                        628

                                        Online

                                        32.4k

                                        Benutzer

                                        81.4k

                                        Themen

                                        1.3m

                                        Beiträge
                                        Community
                                        Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                        ioBroker Community 2014-2025
                                        logo
                                        • Anmelden

                                        • Du hast noch kein Konto? Registrieren

                                        • Anmelden oder registrieren, um zu suchen
                                        • Erster Beitrag
                                          Letzter Beitrag
                                        0
                                        • Aktuell
                                        • Tags
                                        • Ungelesen 0
                                        • Kategorien
                                        • Unreplied
                                        • Beliebt
                                        • GitHub
                                        • Docu
                                        • Hilfe