Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter eufy Home Robovac

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Test Adapter eufy Home Robovac

    This topic has been deleted. Only users with topic management privileges can see it.
    • BananaJoe
      BananaJoe Most Active @tombox last edited by

      @tombox so, mit der aktuellen GitHub-Version ist die Log-Meldung wegen dem Device not found for undefinied schon mal weg.

      Steuern geht noch nicht.

      Der Status scheint der Datenpunkt work_status zu sein

      euhome.0.APY2101E10200224.dps.15
      

      a7055939-667e-46f9-9338-434bf5843ab7-image.png

      Sollte da nicht Text statt einer 6 stehen? Laut App ist er gerade "Vollständig aufgeladen", Hier die Objektdaten:

      {
        "type": "state",
        "common": {
          "name": "work_status",
          "role": "text",
          "type": "string",
          "write": true,
          "read": true,
          "states": {
            "6": "6",
            "Running": "RUNNING",
            "standby": "STAND_BY",
            "Sleeping": "SLEEPING",
            "Charging": "CHARGING",
            "completed": "COMPLETED",
            "Recharge": "RECHARGE_NEEDED",
            "cleaning": "CLEANING",
            "goto_charge": "GOING_TO_CHARGE"
          }
        },
        "native": {},
        "from": "system.adapter.euhome.0",
        "user": "system.user.admin",
        "ts": 1716315054035,
        "_id": "euhome.0.APY2101E10200224.dps.15",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      }
      

      6 war "Vollständig geladen" (controlMode 0)
      2 ist "Reinigung läuft"
      4 ist "Zurück zur Ladestation" (controlMode 3)
      5 ist "lädt" (controlMode 0)

      Dito bei 5 controlMode
      e7a180f2-9e7d-498d-baf7-16f33498b88d-image.png
      Objektdaten:

      {
        "type": "state",
        "common": {
          "name": "controlMode",
          "role": "text",
          "type": "string",
          "write": true,
          "read": true,
          "states": {
            "0": "0",
            "auto": "AUTO",
            "SmallRoom": "SMALL_ROOM",
            "Spot": "SPOT",
            "Edge": "EDGE",
            "Nosweep": "NO_SWEEP",
            "single": "SINGLE",
            "point": "POINT",
            "standby": "STANDBY",
            "wall_follow": "WALL_FOLLOW",
            "smart": "SMART"
          }
        },
        "native": {},
        "from": "system.adapter.euhome.0",
        "user": "system.user.admin",
        "ts": 1716315054021,
        "_id": "euhome.0.APY2101E10200224.dps.5",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      }
      

      Dementsprechend gibt es ein paar Warnungen wegen falscher Typen wenn ich das Gerät starte:

      2024-05-21 20:26:16.640  - info: euhome.0 (2066696) State value to set for "euhome.0.APY2101E10200224.dps.5" has to be type "string" but received type "number"
      2024-05-21 20:26:16.641  - info: euhome.0 (2066696) State value to set for "euhome.0.APY2101E10200224.dps.15" has to be type "string" but received type "number"
      2024-05-21 20:26:16.641  - info: euhome.0 (2066696) State value to set for "euhome.0.APY2101E10200224.dps.102" has to be type "string" but received type "number"
      2024-05-21 20:26:16.642  - info: euhome.0 (2066696) State value to set for "euhome.0.APY2101E10200224.dps.104" has to be type "string" but received type "number"
      2024-05-21 20:26:16.643  - info: euhome.0 (2066696) State value to set for "euhome.0.APY2101E10200224.dps.106" has to be type "string" but received type "number"
      2024-05-21 20:26:16.644  - warn: euhome.0 (2066696) Object of state "euhome.0.APY2101E10200224.dps.107" is missing the required property "common.type"
      2024-05-21 20:26:16.644  - info: euhome.0 (2066696) State value to set for "euhome.0.APY2101E10200224.dps.108" has to be type "string" but received type "number"
      2024-05-21 20:26:16.644  - info: euhome.0 (2066696) State value to set for "euhome.0.APY2101E10200224.dps.109" has to be type "string" but received type "number"
      2024-05-21 20:26:16.645  - info: euhome.0 (2066696) State value to set for "euhome.0.APY2101E10200224.dps.110" has to be type "string" but received type "number"
      2024-05-21 20:26:16.645  - info: euhome.0 (2066696) State value to set for "euhome.0.APY2101E10200224.dps.111" has to be type "string" but received type "number"
      2024-05-21 20:26:16.645  - info: euhome.0 (2066696) State value to set for "euhome.0.APY2101E10200224.dps.118" has to be type "string" but received type "number"
      2024-05-21 20:26:16.684  - warn: euhome.0 (2066696) Object of state "euhome.0.APY2101E10200224.dps.127" is missing the required property "common.type"
      2024-05-21 20:26:16.685  - info: euhome.0 (2066696) State value to set for "euhome.0.APY2101E10200224.dps.135" has to be type "string" but received type "number"
      2024-05-21 20:26:16.685  - info: euhome.0 (2066696) State value to set for "euhome.0.APY2101E10200224.dps.136" has to be type "string" but received type "number"
      2024-05-21 20:26:16.686  - info: euhome.0 (2066696) State value to set for "euhome.0.APY2101E10200224.dps.138" has to be type "string" but received type "number"
      2024-05-21 20:26:16.686  - info: euhome.0 (2066696) State value to set for "euhome.0.APY2101E10200224.dps.139" has to be type "string" but received type "number"
      2024-05-21 20:26:16.687  - warn: euhome.0 (2066696) Object of state "euhome.0.APY2101E10200224.dps.150" is missing the required property "common.type"
      2024-05-21 20:26:16.687  - info: euhome.0 (2066696) State value to set for "euhome.0.APY2101E10200224.dps.153" has to be type "string" but received type "number"
      2024-05-21 20:26:16.687  - info: euhome.0 (2066696) State value to set for "euhome.0.APY2101E10200224.dps.154" has to be type "string" but received type "number"
      2024-05-21 20:29:34.450  - warn: euhome.0 (2066696) Object of state "euhome.0.APY2101E10200224.dps.151" is missing the required property "common.type"
      2024-05-21 20:29:35.164  - warn: euhome.0 (2066696) Object of state "euhome.0.APY2101E10200224.dps.151" is missing the required property "common.type"
      2024-05-21 20:29:35.489  - warn: euhome.0 (2066696) Object of state "euhome.0.APY2101E10200224.dps.151" is missing the required property "common.type"
      2024-05-21 20:29:35.981  - warn: euhome.0 (2066696) Object of state "euhome.0.APY2101E10200224.dps.151" is missing the required property "common.type"
      

      Steuern kann ich den auch per Alexa-TestCommand / Skill, wenn die Warnungen weg wären, wäre mir schon geholfen (ja, ich das Logging auch auf Error schalten)

      V 1 Reply Last reply Reply Quote 0
      • V
        VierlingMt @BananaJoe last edited by

        @bananajoe lösch mal den ganzen objektbaum 'dps' und starte den adapter neu. Da zieht sich schmodder gern aus vorversionen 🙂

        BananaJoe 1 Reply Last reply Reply Quote 0
        • BananaJoe
          BananaJoe Most Active @VierlingMt last edited by BananaJoe

          @vierlingmt das hatte ich bereits gemacht 😞 Bevor ich die neue Version des Adapters gestartet hatte, habe ich den ganzen Baum euhome.0.APY2101E10200224 gelöscht

          I 1 Reply Last reply Reply Quote 0
          • I
            iorokermcgee @BananaJoe last edited by

            1ff77dea-5c3e-48f7-859f-6743492163e1-image.png

            Hey. I'm getting these errors for my S1 Pro.

            The device populates but when I try to change status nothing happens. I see the device is shown as a T2080

            Anyone provide any assistance?

            wendy2702 1 Reply Last reply Reply Quote 0
            • wendy2702
              wendy2702 @iorokermcgee last edited by

              @iorokermcgee Please post your log as text file using Code Tags </>

              1 Reply Last reply Reply Quote 0
              • S
                Semmy last edited by

                Hallo

                Ist es auch irgendwie möglich, dass mir Alexa eine Nachricht sendet, wenn der Roboter hängen bleibt?

                Mit freundlichen Grüßen
                Semmy

                caravandriver 1 Reply Last reply Reply Quote 0
                • H
                  Herr Zervelatwurst last edited by

                  Ich habe den Adapter gerade erst entdeckt und installiert ( V0.1.5 ).
                  Verbindung zu Eufy Clean (Home) besteht.
                  Wenn ich meinen RoboVac G30 Hybrid per App steuere, werden auch jede Menge Datenpunkte unter dps aktualisiert - z.B. 5 aktualisiert sich beim Reinigungsstart auf Auto.
                  Setze ich aber einen dieser Datenpunkte, passiert gar nix am Roboter. Im Log sind keine Fehler zu sehen. Er sendet auch Befehle an den Robi - diese kommen dort entweder nicht an oder werden einfach ignoriert. 😁
                  Hat noch jemand irgendeine Idee?
                  euhome_proto.png

                  V 1 Reply Last reply Reply Quote 0
                  • caravandriver
                    caravandriver last edited by

                    Gibts einen Trick wie man rausfinden kann, welcher Raum, welche ID hat?

                    1 Reply Last reply Reply Quote 0
                    • caravandriver
                      caravandriver @Semmy last edited by

                      @semmy Klar, auf Errorcode ragieren. Z.B. mit Blockly und als Trigger der Errorcode. Dann Sento Alexa textcommand oder was auch immer...

                      1 Reply Last reply Reply Quote 0
                      • caravandriver
                        caravandriver last edited by caravandriver

                        Müsst ihr den Adapter auch ständig neu starten? Ich mache das jetzt alle 15 min. Ich bekomme sonst keine neuen Werte vom Sauger.
                        Außerdem habe ich immernoch das Problem, das es mit den Räumen nicht klappt.

                        im Datenpunk room_id sehe ich z.B. 2b95792b-6c65-4902-803c-2b64cd4bbf24

                        Schicke ich

                        {"method":"selectRoomsClean","data":{"roomIds":[2b95792b-6c65-4902-803c-2b64cd4bbf24],"cleanTimes":1}}

                        es geht auch nicht mit roomid 4 statt der langen kryptischen.

                        an remote.sendCommand passiert genau nichts.

                        1 Reply Last reply Reply Quote 0
                        • V
                          viper4iob @Herr Zervelatwurst last edited by

                          @herr-zervelatwurst said in Test Adapter eufy Home Robovac:

                          Ich habe den Adapter gerade erst entdeckt und installiert ( V0.1.5 ).
                          Verbindung zu Eufy Clean (Home) besteht.
                          Wenn ich meinen RoboVac G30 Hybrid per App steuere, werden auch jede Menge Datenpunkte unter dps aktualisiert - z.B. 5 aktualisiert sich beim Reinigungsstart auf Auto.
                          Setze ich aber einen dieser Datenpunkte, passiert gar nix am Roboter. Im Log sind keine Fehler zu sehen. Er sendet auch Befehle an den Robi - diese kommen dort entweder nicht an oder werden einfach ignoriert. 😁
                          Hat noch jemand irgendeine Idee?
                          euhome_proto.png

                          Ich habe exakt das gleiche Problem mit einem RoboVac G10 mit der Adapterversion 0.1.6
                          Wenn ich ihn über die App steuere werden die DPs alle aktualisiert. Wenn ich ihn über die DPs steuern will, passiert leider nichts (also z.B. WORK_MODE auf AUTO). Im Log sehe ich auch die MQTT Kommandos.

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

                          Support us

                          ioBroker
                          Community Adapters
                          Donate

                          845
                          Online

                          31.7k
                          Users

                          79.8k
                          Topics

                          1.3m
                          Posts

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