Closed lxrootard closed 12 months ago
1.7.0
official docker container
Linux
Debian 10
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
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" } } }
{ "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" } } }
{ "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" } } }
No response
Hello I’ve found out my user was using release 1.6.4 so this issue isn’t one My apologies
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