We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Device normal info
Device info (please complete the following information, which can be found in log): like this: "data": { "endpoint": "https://openapi.tuyaeu.com", "auth_type": 0, "country_code": "48", "app_type": "tuyaSmart", "mqtt_connected": true, "disabled_by": null, "disabled_polling": false, "name": "Self-powered wireless doorbell G6L", "model": "G6L", "category": "wxml", "product_id": "gznianheex1wcv5b", "product_name": "Self-powered wireless doorbell G6L", "online": true, "sub": false, "time_zone": "+01:00", "active_time": "2023-11-29T14:23:55+00:00", "create_time": "2023-11-29T14:23:55+00:00", "update_time": "2023-12-07T16:40:51+00:00", "function": { "doorbell_ring_value": { "type": "Integer", "value": { "unit": "", "min": 1, "max": 40, "scale": 0, "step": 1 } }, "doorbell_volume_value": { "type": "Integer", "value": { "unit": "", "min": 0, "max": 8, "scale": 0, "step": 1 } }, "alarm_propel_switch": { "type": "Boolean", "value": {} } }, "status_range": { "doorbell_ring_value": { "type": "Integer", "value": { "unit": "", "min": 1, "max": 40, "scale": 0, "step": 1 } }, "doorbell_volume_value": { "type": "Integer", "value": { "unit": "", "min": 0, "max": 8, "scale": 0, "step": 1 } }, "alarm_propel_switch": { "type": "Boolean", "value": {} }, "doorbell_call": { "type": "Integer", "value": { "min": 1, "max": 255, "scale": 0, "step": 1 } } }, "status": { "doorbell_ring_value": 1, "doorbell_volume_value": 8, "alarm_propel_switch": true, "doorbell_call": 2 }, "home_assistant": { "name": "Self-powered wireless doorbell G6L", "name_by_user": null, "disabled": false, "disabled_by": null, "entities": [] } } }
Device specifications (please complete the following information, which can be found in log): 2023-12-07 17:47:24.361 DEBUG (SyncWorker_5) [tuya_iot] Request: method = GET, url = https://openapi.tuyaeu.com/v1.0/devices/bffa5e10036ee3d1066wdn/specifications, params = None, body = None, t = 1701967644361 2023-12-07 17:47:24.371 DEBUG (Thread-6 (_thread_main)) [tuya_iot] _on_log: Received SUBACK 2023-12-07 17:47:24.371 DEBUG (Thread-6 (_thread_main)) [tuya_iot] _on_subscribe: 1 2023-12-07 17:47:24.414 DEBUG (SyncWorker_5) [tuya_iot] Response: { "result": { "category": "wxml", "functions": [ { "code": "doorbell_ring_value", "type": "Integer", "values": "{"unit":"","min":1,"max":40,"scale":0,"step":1}" }, { "code": "doorbell_volume_value", "type": "Integer", "values": "{"unit":"","min":0,"max":8,"scale":0,"step":1}" }, { "code": "alarm_propel_switch", "type": "Boolean", "values": "{}" } ], "status": [ { "code": "doorbell_ring_value", "type": "Integer", "values": "{"unit":"","min":1,"max":40,"scale":0,"step":1}" }, { "code": "doorbell_volume_value", "type": "Integer", "values": "{"unit":"","min":0,"max":8,"scale":0,"step":1}" }, { "code": "alarm_propel_switch", "type": "Boolean", "values": "{}" }, { "code": "doorbell_call", "type": "Integer", "values": "{"min":1,"max":255,"scale":0,"step":1}" } ] }, "success": true, "t": 1701967644403, "tid": "4c215396952011ee82d73e55532a4cc5" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Device normal info
Device info (please complete the following information, which can be found in log):
like this:
"data": {
"endpoint": "https://openapi.tuyaeu.com",
"auth_type": 0,
"country_code": "48",
"app_type": "tuyaSmart",
"mqtt_connected": true,
"disabled_by": null,
"disabled_polling": false,
"name": "Self-powered wireless doorbell G6L",
"model": "G6L",
"category": "wxml",
"product_id": "gznianheex1wcv5b",
"product_name": "Self-powered wireless doorbell G6L",
"online": true,
"sub": false,
"time_zone": "+01:00",
"active_time": "2023-11-29T14:23:55+00:00",
"create_time": "2023-11-29T14:23:55+00:00",
"update_time": "2023-12-07T16:40:51+00:00",
"function": {
"doorbell_ring_value": {
"type": "Integer",
"value": {
"unit": "",
"min": 1,
"max": 40,
"scale": 0,
"step": 1
}
},
"doorbell_volume_value": {
"type": "Integer",
"value": {
"unit": "",
"min": 0,
"max": 8,
"scale": 0,
"step": 1
}
},
"alarm_propel_switch": {
"type": "Boolean",
"value": {}
}
},
"status_range": {
"doorbell_ring_value": {
"type": "Integer",
"value": {
"unit": "",
"min": 1,
"max": 40,
"scale": 0,
"step": 1
}
},
"doorbell_volume_value": {
"type": "Integer",
"value": {
"unit": "",
"min": 0,
"max": 8,
"scale": 0,
"step": 1
}
},
"alarm_propel_switch": {
"type": "Boolean",
"value": {}
},
"doorbell_call": {
"type": "Integer",
"value": {
"min": 1,
"max": 255,
"scale": 0,
"step": 1
}
}
},
"status": {
"doorbell_ring_value": 1,
"doorbell_volume_value": 8,
"alarm_propel_switch": true,
"doorbell_call": 2
},
"home_assistant": {
"name": "Self-powered wireless doorbell G6L",
"name_by_user": null,
"disabled": false,
"disabled_by": null,
"entities": []
}
}
}
Device specifications (please complete the following information, which can be found in log):
2023-12-07 17:47:24.361 DEBUG (SyncWorker_5) [tuya_iot] Request: method = GET, url = https://openapi.tuyaeu.com/v1.0/devices/bffa5e10036ee3d1066wdn/specifications, params = None, body = None, t = 1701967644361
2023-12-07 17:47:24.371 DEBUG (Thread-6 (_thread_main)) [tuya_iot] _on_log: Received SUBACK
2023-12-07 17:47:24.371 DEBUG (Thread-6 (_thread_main)) [tuya_iot] _on_subscribe: 1
2023-12-07 17:47:24.414 DEBUG (SyncWorker_5) [tuya_iot] Response: {
"result": {
"category": "wxml",
"functions": [
{
"code": "doorbell_ring_value",
"type": "Integer",
"values": "{"unit":"","min":1,"max":40,"scale":0,"step":1}"
},
{
"code": "doorbell_volume_value",
"type": "Integer",
"values": "{"unit":"","min":0,"max":8,"scale":0,"step":1}"
},
{
"code": "alarm_propel_switch",
"type": "Boolean",
"values": "{}"
}
],
"status": [
{
"code": "doorbell_ring_value",
"type": "Integer",
"values": "{"unit":"","min":1,"max":40,"scale":0,"step":1}"
},
{
"code": "doorbell_volume_value",
"type": "Integer",
"values": "{"unit":"","min":0,"max":8,"scale":0,"step":1}"
},
{
"code": "alarm_propel_switch",
"type": "Boolean",
"values": "{}"
},
{
"code": "doorbell_call",
"type": "Integer",
"values": "{"min":1,"max":255,"scale":0,"step":1}"
}
]
},
"success": true,
"t": 1701967644403,
"tid": "4c215396952011ee82d73e55532a4cc5"
}
The text was updated successfully, but these errors were encountered: