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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter eufy Home Robovac

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    12
    1
    130

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.3k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.2k

Test Adapter eufy Home Robovac

Scheduled Pinned Locked Moved Tester
146 Posts 30 Posters 28.6k Views 29 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T tombox

    @bananajoe

    debug log der GitHub version an mail
    tombox2020@gmail.com

    BananaJoeB Online
    BananaJoeB Online
    BananaJoe
    Most Active
    wrote on last edited by
    #132

    @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)

    ioBroker@Ubuntu 24.04 LTS (VMware) für: >260 Geräte, 5 Switche, 7 AP, 10 IP-Cam, 1 NAS 42TB, 1 ESXi 15TB, 4 Proxmox 1TB, 1 Hyper-V 48TB, 14 x Echo, 5x FireTV, 5 x Tablett/Handy VIS || >=160 Tasmota/Shelly || >=95 ZigBee || PV 8.1kW / Akku 14kWh || 2x USV APC 750W kaskadiert || Creality CR-10 SE 3D-Drucker

    V 1 Reply Last reply
    0
    • BananaJoeB BananaJoe

      @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 Offline
      V Offline
      VierlingMt
      wrote on last edited by
      #133

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

      BananaJoeB 1 Reply Last reply
      0
      • V VierlingMt

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

        BananaJoeB Online
        BananaJoeB Online
        BananaJoe
        Most Active
        wrote on last edited by BananaJoe
        #134

        @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

        ioBroker@Ubuntu 24.04 LTS (VMware) für: >260 Geräte, 5 Switche, 7 AP, 10 IP-Cam, 1 NAS 42TB, 1 ESXi 15TB, 4 Proxmox 1TB, 1 Hyper-V 48TB, 14 x Echo, 5x FireTV, 5 x Tablett/Handy VIS || >=160 Tasmota/Shelly || >=95 ZigBee || PV 8.1kW / Akku 14kWh || 2x USV APC 750W kaskadiert || Creality CR-10 SE 3D-Drucker

        I 1 Reply Last reply
        0
        • BananaJoeB 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 Offline
          I Offline
          iorokermcgee
          wrote on last edited by
          #135

          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?

          wendy2702W 1 Reply Last reply
          0
          • I iorokermcgee

            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?

            wendy2702W Offline
            wendy2702W Offline
            wendy2702
            wrote on last edited by
            #136

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

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

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

            1 Reply Last reply
            0
            • S Offline
              S Offline
              Semmy
              wrote on last edited by
              #137

              Hallo

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

              Mit freundlichen Grüßen
              Semmy

              caravandriverC 1 Reply Last reply
              0
              • H Offline
                H Offline
                Herr Zervelatwurst
                wrote on last edited by
                #138

                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. :grin:
                Hat noch jemand irgendeine Idee?
                euhome_proto.png

                V 1 Reply Last reply
                0
                • caravandriverC Offline
                  caravandriverC Offline
                  caravandriver
                  wrote on last edited by
                  #139

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

                  1 Reply Last reply
                  0
                  • S Semmy

                    Hallo

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

                    Mit freundlichen Grüßen
                    Semmy

                    caravandriverC Offline
                    caravandriverC Offline
                    caravandriver
                    wrote on last edited by
                    #140

                    @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
                    0
                    • caravandriverC Offline
                      caravandriverC Offline
                      caravandriver
                      wrote on last edited by caravandriver
                      #141

                      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
                      0
                      • H Herr Zervelatwurst

                        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. :grin:
                        Hat noch jemand irgendeine Idee?
                        euhome_proto.png

                        V Offline
                        V Offline
                        viper4iob
                        wrote on last edited by
                        #142

                        @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. :grin:
                        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
                        0
                        • K Offline
                          K Offline
                          kadeschs
                          wrote on last edited by Samson71
                          #143

                          I’m also possible having Tuya-style token creation issues when trying to integrate my Eufy RoboVac L60 with ioBroker using the euhome adapter (v0.1.6). The adapter shows “Connected to host,” “Heartbeat,” and “Connected to device or service,” but no devices appear under euhome.0 in the object tree—just info.connection = true.

                          Here’s what I’ve confirmed:
                          Eufy Clean app current version: 3.11.0
                          ioBroker country setting: United States
                          No 2FA enabled on the account
                          Credentials are correct (login succeeds)
                          Adapter log level set to Debug
                          Despite the successful login, the adapter throws this error immediately after:

                          Code

                          Error: SING_VALIDATE_FALED
                          {"success":false,"errorCode":"SING_VALIDATE_FALED","status":"error","errorMsg":"SING_VALIDATE_FALED"}
                          

                          It looks like the token creation step (tuya.m.user.uid.token.create) is failing, possibly due to app version spoofing or a backend change. The adapter is spoofing appVersion: 3.8.5, but my actual app is 3.11.0.

                          I assume the error is really SIGN_VALIDATE_FAILED.

                          1 Reply Last reply
                          0
                          • B Offline
                            B Offline
                            balandur
                            wrote on last edited by
                            #144

                            Hallo zusammen,

                            kann mir jemand sagen, wie man die Room_ids heraus bekommt?

                            Danke.

                            1 Reply Last reply
                            0
                            • S Offline
                              S Offline
                              SchuetzeSchulz
                              wrote on last edited by SchuetzeSchulz
                              #145

                              Hallo zusammen,

                              gibts auch die Möglichkeit, den Adapter ohne die eufy Clean App zu nutzen?
                              Füge ich unseren C20 in der Clean App hinzu findet der Adapter den auch einwandfrei.
                              Ich nutze aber die Eufy App in der auch unsere Kameras drin sind, wenn ich den Sauger dort hinzufüge, findet der Adapter den nicht.

                              Problem ist, Eufy lässt den Sauger nur in einer der Apps zu :(

                              1 Reply Last reply
                              0
                              • T Offline
                                T Offline
                                topsurfer
                                wrote on last edited by
                                #146

                                Hi,
                                bin etwas verunsichert, haben einen Eufy Clean60 und nutzen die Eufy-App auf dem Handy,
                                oben steht dass man in die Zugangsdaten der "e-Home App" eingeben soll.
                                Welche App ist das denn?

                                Oder geht dieser Adapter gar nicht mit dem Eufy Saugroboter?

                                Habe das Repo auch wie beschrieben auf "Beta" umgestellt, finde aber keinen Adapter "euhome" oder "eufy".
                                Oder muss ich von Github oder eigner URL auswählen?

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


                                Support us

                                ioBroker
                                Community Adapters
                                Donate

                                555

                                Online

                                32.7k

                                Users

                                82.4k

                                Topics

                                1.3m

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

                                • Don't have an account? Register

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