Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. Skripten / Logik
  4. JavaScript
  5. Roborock Adapter tester gesucht

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.3k

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

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

Roborock Adapter tester gesucht

Geplant Angeheftet Gesperrt Verschoben JavaScript
766 Beiträge 51 Kommentatoren 246.3k 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.
  • wendy2702W wendy2702

    Ich nehme an die "FAN power" ist die Saugstärke, oder?

    Sollte das nicht ein beschreibares Objekt sein?

    2023-01-21 18:00:11.953  - warn: ws.0 (582514) Read-only state "roborock.0.Devices.52mr.deviceConfig.fan_power" has been written without ack-flag with value "104"
    2023-01-21 18:00:13.088  - warn: ws.0 (582514) Read-only state "roborock.0.Devices.52mr.deviceConfig.fan_power" has been written without ack-flag with value "104"
    
    
    copystringC Offline
    copystringC Offline
    copystring
    schrieb am zuletzt editiert von
    #95

    @wendy2702 Die Geräte werden ausschließlich über commands bedient. Nicht über deviceConfig. Daher die Fehlermeldung.
    Roborock stellt die Saugstärke über set_custom_mode bereit

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

    1 Antwort Letzte Antwort
    0
    • D DonToben

      Komme heute nicht mehr dazu, es zu testen.
      Warum muss man den Adapter zuerst löschen?
      Funktioniert hier nicht ein einfaches Installieren?

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

      @dontoben said in [Tester gesucht] Roborock-API:

      Komme heute nicht mehr dazu, es zu testen.
      Warum muss man den Adapter zuerst löschen?
      Funktioniert hier nicht ein einfaches Installieren?

      Manchmal, so wie dieses Mal, ändern sich die Parameter. Dann müssen die Objekte vom Adapter neu angelegt werden

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

      1 Antwort Letzte Antwort
      0
      • O oxident

        @simplyclever Mal eine ganz wilde Idee: Irgendwelche Sonderzeichen oder Umlaute vorhanden?

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

        @oxident Ja, ich hatte 2 Räume mit umlauten. In der App geändert, Adapter und Objekte gelöscht und neu installiert. Ergebnis bleibt. Ich sehe meine benannten Etagen aber keine Räume.

        Im Log sind Fehler, keine Ahnung, ob das hilft die Ursache zu finden:

        • State "roborock.0.Devices.<RoborodId>.cleaningInfo.3" has no existing object, this might lead to an error in future versions
          Das kommt 4 mal, mit 0-3 am Ende on cleaningInfo.

        • State value to set for "roborock.0.Devices.<RoborodId>.deviceConfig.mop_mode" has to be type "number" but received type "string"

        copystringC 1 Antwort Letzte Antwort
        0
        • S simplyclever

          @oxident Ja, ich hatte 2 Räume mit umlauten. In der App geändert, Adapter und Objekte gelöscht und neu installiert. Ergebnis bleibt. Ich sehe meine benannten Etagen aber keine Räume.

          Im Log sind Fehler, keine Ahnung, ob das hilft die Ursache zu finden:

          • State "roborock.0.Devices.<RoborodId>.cleaningInfo.3" has no existing object, this might lead to an error in future versions
            Das kommt 4 mal, mit 0-3 am Ende on cleaningInfo.

          • State value to set for "roborock.0.Devices.<RoborodId>.deviceConfig.mop_mode" has to be type "number" but received type "string"

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

          @simplyclever said in [Tester gesucht] Roborock-API:

          @oxident Ja, ich hatte 2 Räume mit umlauten. In der App geändert, Adapter und Objekte gelöscht und neu installiert. Ergebnis bleibt. Ich sehe meine benannten Etagen aber keine Räume.

          Im Log sind Fehler, keine Ahnung, ob das hilft die Ursache zu finden:

          • State "roborock.0.Devices.<RoborodId>.cleaningInfo.3" has no existing object, this might lead to an error in future versions
            Das kommt 4 mal, mit 0-3 am Ende on cleaningInfo.

          • State value to set for "roborock.0.Devices.<RoborodId>.deviceConfig.mop_mode" has to be type "number" but received type "string"

          Schick mir mal bitte ein vollständiges log.

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

          S 1 Antwort Letzte Antwort
          0
          • copystringC copystring

            @simplyclever said in [Tester gesucht] Roborock-API:

            @oxident Ja, ich hatte 2 Räume mit umlauten. In der App geändert, Adapter und Objekte gelöscht und neu installiert. Ergebnis bleibt. Ich sehe meine benannten Etagen aber keine Räume.

            Im Log sind Fehler, keine Ahnung, ob das hilft die Ursache zu finden:

            • State "roborock.0.Devices.<RoborodId>.cleaningInfo.3" has no existing object, this might lead to an error in future versions
              Das kommt 4 mal, mit 0-3 am Ende on cleaningInfo.

            • State value to set for "roborock.0.Devices.<RoborodId>.deviceConfig.mop_mode" has to be type "number" but received type "string"

            Schick mir mal bitte ein vollständiges log.

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

            @copystring Was meinst Du mit vollständig bzw. welche Daten/Dateien?
            Vom Roborock Adapter steht da nicht mehr drin; diese Meldungen kommen immer wieder.

            wendy2702W 1 Antwort Letzte Antwort
            0
            • S simplyclever

              @copystring Was meinst Du mit vollständig bzw. welche Daten/Dateien?
              Vom Roborock Adapter steht da nicht mehr drin; diese Meldungen kommen immer wieder.

              wendy2702W Offline
              wendy2702W Offline
              wendy2702
              schrieb am zuletzt editiert von
              #100

              @simplyclever sagte in [Tester gesucht] Roborock-API:

              @copystring Was meinst Du mit vollständig bzw. welche Daten/Dateien?
              Vom Roborock Adapter steht da nicht mehr drin; diese Meldungen kommen immer wieder.

              Stell mal hier auf Debug:

              655670e4-7a8b-4611-8302-6d5ce249641d-grafik.png

              Dazu musst du zuerst auf den Bleistift hinter "info" klicken.

              Dann das log posten.

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

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

              S 1 Antwort Letzte Antwort
              1
              • wendy2702W wendy2702

                @simplyclever sagte in [Tester gesucht] Roborock-API:

                @copystring Was meinst Du mit vollständig bzw. welche Daten/Dateien?
                Vom Roborock Adapter steht da nicht mehr drin; diese Meldungen kommen immer wieder.

                Stell mal hier auf Debug:

                655670e4-7a8b-4611-8302-6d5ce249641d-grafik.png

                Dazu musst du zuerst auf den Bleistift hinter "info" klicken.

                Dann das log posten.

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

                @wendy2702 Danke. Mach ich dann morgen früh.

                1 Antwort Letzte Antwort
                0
                • D Offline
                  D Offline
                  DonToben
                  schrieb am zuletzt editiert von
                  #102

                  @copystring
                  Bei mir funktioniert soweit alles. Respekt für deine Arbeit.

                  Ist irgendwann das Feature Mehrfachreinigung geplant?

                  Darf man im roboter forum Werbung für deinen Adapter machen?
                  Macht es evtl auch Sinn, einen neuen thread hier im Forum für den Adapter anzulegen?

                  copystringC 1 Antwort Letzte Antwort
                  0
                  • D DonToben

                    @copystring
                    Bei mir funktioniert soweit alles. Respekt für deine Arbeit.

                    Ist irgendwann das Feature Mehrfachreinigung geplant?

                    Darf man im roboter forum Werbung für deinen Adapter machen?
                    Macht es evtl auch Sinn, einen neuen thread hier im Forum für den Adapter anzulegen?

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

                    @dontoben said in [Tester gesucht] Roborock-API:

                    @copystring
                    Bei mir funktioniert soweit alles. Respekt für deine Arbeit.

                    Ist irgendwann das Feature Mehrfachreinigung geplant?

                    Darf man im roboter forum Werbung für deinen Adapter machen?
                    Macht es evtl auch Sinn, einen neuen thread hier im Forum für den Adapter anzulegen?

                    Ja, ja und ja :)

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

                    wendy2702W 1 Antwort Letzte Antwort
                    3
                    • copystringC copystring

                      @dontoben said in [Tester gesucht] Roborock-API:

                      @copystring
                      Bei mir funktioniert soweit alles. Respekt für deine Arbeit.

                      Ist irgendwann das Feature Mehrfachreinigung geplant?

                      Darf man im roboter forum Werbung für deinen Adapter machen?
                      Macht es evtl auch Sinn, einen neuen thread hier im Forum für den Adapter anzulegen?

                      Ja, ja und ja :)

                      wendy2702W Offline
                      wendy2702W Offline
                      wendy2702
                      schrieb am zuletzt editiert von
                      #104

                      @copystring ich kann das nachher abtrennen und einen extra Thread draus machen.

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

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

                      1 Antwort Letzte Antwort
                      1
                      • wendy2702W Offline
                        wendy2702W Offline
                        wendy2702
                        schrieb am zuletzt editiert von
                        #105

                        Ich habe gerade mal versucht mir einen ersten VIS View zu bauen.

                        Dazu wollte ich unter anderem das Object verwenden:

                        roborock.0.Devices.52xxxxxxxmr.deviceStatus.123
                        

                        Hier sollte eigentlich der in der App aktuell eingestellte Status "Saugleistung" erscheinen. Im Log kann ich dieses auch unmittelbar nach Umschalten in der App sehen aber das Object ändert sich nicht.

                        Mal ein GIF gemacht, hoffe ihr könnt das im Log erkennen.

                        Object Update.gif

                        Ist das bei euch auch so?

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

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

                        copystringC 1 Antwort Letzte Antwort
                        0
                        • wendy2702W wendy2702

                          Ich habe gerade mal versucht mir einen ersten VIS View zu bauen.

                          Dazu wollte ich unter anderem das Object verwenden:

                          roborock.0.Devices.52xxxxxxxmr.deviceStatus.123
                          

                          Hier sollte eigentlich der in der App aktuell eingestellte Status "Saugleistung" erscheinen. Im Log kann ich dieses auch unmittelbar nach Umschalten in der App sehen aber das Object ändert sich nicht.

                          Mal ein GIF gemacht, hoffe ihr könnt das im Log erkennen.

                          Object Update.gif

                          Ist das bei euch auch so?

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

                          @wendy2702 Die aktuelle Saugleistung wird unter roborock.0.Devices.YOUR_DEVICE.deviceConfig.fan_power angezeigt.

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

                          wendy2702W 1 Antwort Letzte Antwort
                          0
                          • copystringC copystring

                            @wendy2702 Die aktuelle Saugleistung wird unter roborock.0.Devices.YOUR_DEVICE.deviceConfig.fan_power angezeigt.

                            wendy2702W Offline
                            wendy2702W Offline
                            wendy2702
                            schrieb am zuletzt editiert von
                            #107

                            @copystring OK.

                            Muss ich mir nachher mal am Rechner ansehen.

                            Danke!

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

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

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

                              @copystring OK.

                              Muss ich mir nachher mal am Rechner ansehen.

                              Danke!

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

                              Habe den Adapter jetzt auch am laufen mit der neusten Version bon Github.

                              Im Protokoll erscheinen diese Meldungen:

                              roborock.0
                              	2023-01-23 10:02:19.049	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.14.map_flag" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:19.049	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.14.wash_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:19.049	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.14.avoid_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:19.049	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.7.map_flag" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:19.049	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.7.wash_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:19.048	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.7.avoid_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:19.048	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.9.map_flag" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:19.048	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.9.wash_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:19.048	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.9.avoid_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:19.047	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.16.map_flag" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:19.047	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.16.wash_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:19.047	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.16.avoid_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:19.046	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.17.map_flag" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:19.046	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.17.wash_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:19.046	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.17.avoid_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.914	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.5.map_flag" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.914	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.5.wash_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.914	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.5.avoid_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.914	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.13.map_flag" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.914	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.13.wash_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.913	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.13.avoid_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.913	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.11.map_flag" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.913	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.11.wash_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.913	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.11.avoid_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.912	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.10.map_flag" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.912	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.10.wash_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.912	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.10.avoid_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.912	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.15.map_flag" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.912	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.15.wash_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.912	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.15.avoid_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.911	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.18.map_flag" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.911	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.18.wash_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.911	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.18.avoid_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.911	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.12.map_flag" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.911	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.12.wash_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.911	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.12.avoid_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.910	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.2.map_flag" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.910	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.2.wash_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.910	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.2.avoid_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.910	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.19.map_flag" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.910	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.19.wash_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.910	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.19.avoid_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.909	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.8.map_flag" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.909	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.8.wash_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.909	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.8.avoid_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.909	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.0.map_flag" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.908	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.0.wash_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.908	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.0.avoid_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.908	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.6.map_flag" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.908	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.6.wash_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.908	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.6.avoid_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.907	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.4.map_flag" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.907	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.4.wash_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.907	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.4.avoid_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.887	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.3.map_flag" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.887	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.3.wash_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.887	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.3.avoid_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.884	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.1.map_flag" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.884	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.1.wash_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.884	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.1.avoid_count" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.827	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.consumables.cleaning_brush_work_times" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.827	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.consumables.strainer_work_times" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.791	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.deviceStatus.133" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.790	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.deviceStatus.128" has no existing object, this might lead to an error in future versions
                              roborock.0
                              	2023-01-23 10:02:18.631	info	MQTT initialized
                              roborock.0
                              	2023-01-23 10:02:18.460	info	starting. Version 0.0.1 (non-npm: copystring/ioBroker.roborock#e61b9a6c19d3fa5386a01e581d50c20aa07df82d) in C:/Program Files/iobroker/SmartHome/node_modules/iobroker.roborock, node: v16.19.0, js-controller: 4.0.24 
                              

                              Kann man das beheben oder ignorieren?

                              41ac8b20-1947-4ef0-b868-da829c241225-grafik.png
                              Wie bekomme ich die Akkuanzeige hin?

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

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

                                Habe den Adapter jetzt auch am laufen mit der neusten Version bon Github.

                                Im Protokoll erscheinen diese Meldungen:

                                roborock.0
                                	2023-01-23 10:02:19.049	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.14.map_flag" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:19.049	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.14.wash_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:19.049	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.14.avoid_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:19.049	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.7.map_flag" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:19.049	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.7.wash_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:19.048	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.7.avoid_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:19.048	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.9.map_flag" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:19.048	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.9.wash_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:19.048	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.9.avoid_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:19.047	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.16.map_flag" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:19.047	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.16.wash_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:19.047	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.16.avoid_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:19.046	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.17.map_flag" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:19.046	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.17.wash_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:19.046	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.17.avoid_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.914	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.5.map_flag" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.914	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.5.wash_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.914	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.5.avoid_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.914	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.13.map_flag" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.914	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.13.wash_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.913	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.13.avoid_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.913	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.11.map_flag" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.913	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.11.wash_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.913	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.11.avoid_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.912	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.10.map_flag" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.912	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.10.wash_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.912	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.10.avoid_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.912	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.15.map_flag" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.912	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.15.wash_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.912	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.15.avoid_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.911	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.18.map_flag" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.911	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.18.wash_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.911	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.18.avoid_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.911	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.12.map_flag" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.911	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.12.wash_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.911	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.12.avoid_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.910	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.2.map_flag" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.910	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.2.wash_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.910	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.2.avoid_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.910	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.19.map_flag" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.910	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.19.wash_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.910	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.19.avoid_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.909	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.8.map_flag" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.909	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.8.wash_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.909	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.8.avoid_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.909	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.0.map_flag" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.908	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.0.wash_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.908	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.0.avoid_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.908	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.6.map_flag" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.908	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.6.wash_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.908	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.6.avoid_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.907	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.4.map_flag" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.907	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.4.wash_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.907	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.4.avoid_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.887	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.3.map_flag" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.887	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.3.wash_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.887	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.3.avoid_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.884	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.1.map_flag" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.884	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.1.wash_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.884	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.cleaningInfo.Records.1.avoid_count" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.827	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.consumables.cleaning_brush_work_times" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.827	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.consumables.strainer_work_times" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.791	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.deviceStatus.133" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.790	warn	State "roborock.0.Devices.5jvoTYPcMgvzBKdzXt0fqC.deviceStatus.128" has no existing object, this might lead to an error in future versions
                                roborock.0
                                	2023-01-23 10:02:18.631	info	MQTT initialized
                                roborock.0
                                	2023-01-23 10:02:18.460	info	starting. Version 0.0.1 (non-npm: copystring/ioBroker.roborock#e61b9a6c19d3fa5386a01e581d50c20aa07df82d) in C:/Program Files/iobroker/SmartHome/node_modules/iobroker.roborock, node: v16.19.0, js-controller: 4.0.24 
                                

                                Kann man das beheben oder ignorieren?

                                41ac8b20-1947-4ef0-b868-da829c241225-grafik.png
                                Wie bekomme ich die Akkuanzeige hin?

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

                                @m-a-hueb welchen Saugroboter hast du?

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

                                wendy2702W M-A HuebM 2 Antworten Letzte Antwort
                                0
                                • copystringC copystring

                                  @m-a-hueb welchen Saugroboter hast du?

                                  wendy2702W Offline
                                  wendy2702W Offline
                                  wendy2702
                                  schrieb am zuletzt editiert von wendy2702
                                  #110

                                  @copystring Habe das mit dem Akku usw. auch an einem S7+

                                  3a00734b-f839-4ed3-ab2b-0b7b566c933a-grafik.png

                                  Wenn du logs oder was anderes benötigst, gib Bescheid!

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

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

                                  1 Antwort Letzte Antwort
                                  0
                                  • D Offline
                                    D Offline
                                    DonToben
                                    schrieb am zuletzt editiert von
                                    #111

                                    Gleiches beim S7 Pro Ultra

                                    1 Antwort Letzte Antwort
                                    0
                                    • copystringC copystring

                                      @m-a-hueb welchen Saugroboter hast du?

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

                                      @copystring Roborock S7 Maxv Ultra

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

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

                                        Es wird so sein, dass die verschiedenen Roboter verschieden Funktionen haben (ist ja auch logisch). Das habe ich aber erwartet und musste den Adapter entsprechend anpassen. Dafür habe ich aber einiges vorbereitet und sollte von daher gar nicht so kompliziert werden dies entsprechend anzupassen.
                                        Da der Adapter die Ergebnisse nur vom s7 kennt kommen bei unbekannten Parametern die entsprechenden Fehler.

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

                                        wendy2702W 1 Antwort Letzte Antwort
                                        0
                                        • copystringC copystring

                                          Es wird so sein, dass die verschiedenen Roboter verschieden Funktionen haben (ist ja auch logisch). Das habe ich aber erwartet und musste den Adapter entsprechend anpassen. Dafür habe ich aber einiges vorbereitet und sollte von daher gar nicht so kompliziert werden dies entsprechend anzupassen.
                                          Da der Adapter die Ergebnisse nur vom s7 kennt kommen bei unbekannten Parametern die entsprechenden Fehler.

                                          wendy2702W Offline
                                          wendy2702W Offline
                                          wendy2702
                                          schrieb am zuletzt editiert von
                                          #114

                                          @copystring OK.

                                          Dachte immer der S7 und S7+ unterscheiden sich nur in der Absaugstation.

                                          Freue mich auf deine Weiterentwicklung.

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

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

                                          copystringC 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          701

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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