tuya / tuya-homebridge

Homebridge custom plugin for controlling Powered by Tuya (PBT) devices in HomeKit. This plugin is officially maintained by the Tuya Developer Team.
MIT License
332 stars 168 forks source link

Please add the Doorbell device to the plugin (category 'wxml') #348

Open megadimich opened 1 year ago

megadimich commented 1 year ago

[10.03.2023, 20:14:10] [TuyaPlatform] [TuyaOpenMQ] onMessage: topic = cloud/token/in/xxx protocol = 4 message = { "dataId": "xxx", "devId": "xxx", "productKey": "xxx", "status": [ { "10": 1, "code": "doorbell_call", "t": "1678472050", "value": 1 } ] } t = 1678472050 [10.03.2023, 20:14:10] [TuyaPlatform] [TuyaOpenMQ] onMessage: topic = cloud/token/in/xxx protocol = 4 message = { "dataId": "xxx", "devId": "xxx", "productKey": "xxx", "status": [ { "5": "AEQAbwBvAHIAQgBlAGwAbA==", "code": "alarm_message", "t": "1678472050", "value": "AEQAbwBvAHIAQgBlAGwAbA==" } ] } t = 1678472050

INFO from Get device details: { "result": { "active_time": 1678379561, "biz_type": 0, "category": "wxml", "create_time": 1678379561, "icon": "smart/icon/ay1541129189848tRH06/35acdd39aaead0bfb1b84f729be92f8d.png", "id": "XXX", "ip": "XXX", "lat": "50.4733", "local_key": "XXX", "lon": "30.5975", "model": "G6L", "name": "Doorbell", "online": true, "owner_id": "82840616", "product_id": "XXX", "product_name": "Self-powered wireless doorbell G6L", "status": [ { "code": "doorbell_list_data", "value": "AgQBAQwgCAD/EABEAG8AbwByAEIAZQBsAGw=" }, { "code": "doorbell_ring_value", "value": 1 }, { "code": "doorbell_volume_value", "value": 8 }, { "code": "alarm_message", "value": "AEQAbwBvAHIAQgBlAGwAbA==" }, { "code": "alarm_propel_switch", "value": true }, { "code": "disturb_time_set", "value": "AAAFZAFo" }, { "code": "doorbell_call", "value": 1 } ], "sub": false, "time_zone": "+02:00", "uid": "XXX", "update_time": 1678472171, "uuid": "XXX" }, "success": true, "t": 1678472821239, "tid": "XXX" }

THANK YOU!!!