bropat / eufy-security-ws

Small server wrapper around eufy-security-client library to access it via a WebSocket.
MIT License
169 stars 24 forks source link

[Bug]: S220 device.get_properties missing (standalone install) #280

Closed lxrootard closed 8 months ago

lxrootard commented 8 months ago

Version

1.7.0

Node version

official docker container

Operating System type

Linux

Operating system version

Debian 10

Describe the bug

Hello @bropat

My jeedom users are reporting this issue on the T8134 (S220) device when standalone: a bunch of properties are missing, as a result I don't create the corresponding commands in my plugin. Still the device can be controlled through the Eufy app

Thanks

To reproduce

device.get_properties: { "type": "result", "success": true, "result": { "properties": { "name": "Piscine derrière ", "model": "T8134", "serialNumber": "T8134xxxx", "type": 63, "hardwareVersion": "0.0.0.2", "softwareVersion": "3.2.6.4", "stationSerialNumber": "T8134xxxx" } } } station.get_properties: { "type": "result", "success": true, "result": { "properties": { "name": "Piscine derrière ", "model": "T8134", "serialNumber": "T8134xxxx", "type": 63, "hardwareVersion": "0.0.0.2", "softwareVersion": "3.2.6.4" } } }

Screenshots & Logfiles

No response

Additional context

No response

lxrootard commented 8 months ago

Hello I’ve found out my user was using release 1.6.4 so this issue isn’t one My apologies