NEWS
Test Adapter eufy Home Robovac
-
@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 seineuhome.0.APY2101E10200224.dps.15
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
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) -
@bananajoe lösch mal den ganzen objektbaum 'dps' und starte den adapter neu. Da zieht sich schmodder gern aus vorversionen
-
@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 -
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?
-
@iorokermcgee Please post your log as text file using Code Tags </>
-
Hallo
Ist es auch irgendwie möglich, dass mir Alexa eine Nachricht sendet, wenn der Roboter hängen bleibt?
Mit freundlichen Grüßen
Semmy -
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?
-
Gibts einen Trick wie man rausfinden kann, welcher Raum, welche ID hat?
-
@semmy Klar, auf Errorcode ragieren. Z.B. mit Blockly und als Trigger der Errorcode. Dann Sento Alexa textcommand oder was auch immer...
-
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.