Xenomes / Domoticz-TinyTUYA-Plugin

A bridge between Tinytuya and Domoticz
12 stars 7 forks source link

Add Wireless Switch #80

Closed bwbboot closed 9 months ago

bwbboot commented 9 months ago

Thanks!

{ "name": "Wireless Switch", "id": "bf9ea1682456670df7lm1h", "key": "Deleted", "mac": "fc:67:1f:28:55:df", "uuid": "57943f2de17416f3", "sn": "10008459100145", "category": "wxkg", "product_name": "Wireless Switch", "product_id": "l8yaz4um5b3pwyvf", "biz_type": 18, "model": "LKWSW201", "sub": false, "icon": "https://images.tuyaeu.com/smart/icon/ay1550298204274iXb1I/daa3d49566506041feb8c3f95902086f.png" }

Properties of device: bf9ea1682456670df7lm1h { "result": { "category": "wxkg", "status": [ { "code": "switch_mode1", "name": "\u65e0\u7ebf\u5f00\u51731", "type": "Enum", "values": "{\"range\":[\"click\",\"press\"]}" }, { "code": "switch_mode2", "name": "\u65e0\u7ebf\u5f00\u51732", "type": "Enum", "values": "{\"range\":[\"click\",\"press\"]}" }, { "code": "battery_percentage", "name": "\u7535\u6c60\u7535\u91cf", "type": "Integer", "values": "{\"unit\":\"%\",\"min\":0,\"max\":100,\"scale\":0,\"step\":1}" } ] }, "success": true, "t": 1704539374534, "tid": "12bb9562ac8411eeb4711ef527e2ea42" } Status of device: bf9ea1682456670df7lm1h { "result": [ { "code": "switch_mode1", "value": "click" }, { "code": "switch_mode2", "value": "click" }, { "code": "battery_percentage", "value": 92 } ], "success": true, "t": 1704539374665, "tid": "12cf0d73ac8411ee965f7eb6fd123fbf" }

Xenomes commented 9 months ago

Hi Thanks! You device support was added to the latest develop version yesterday 😆

bwbboot commented 9 months ago

Perfect. Thanks!!

bwbboot commented 9 months ago

I have followed this instruction

cd ~/domoticz/plugins/Domoticz-TinyTUYA-Plugin git pull git checkout Develop sudo systemctl restart domoticz.service

Then removed the device from domoticz. But it's still discovered as an unsupported device.

Screenshot 2024-01-06 at 16 27 52
Xenomes commented 9 months ago

Ha i see the issue, if you do a new pull it is fixed.

bwbboot commented 9 months ago
Screenshot 2024-01-06 at 17 02 16

Thanks a lot!