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
I own a switch which is supposed to get current/voltage/kw. It does work on Tuya App, but I only have "friendly name" in HA { "result": { "active_time": 1624047917, "biz_type": 0, "category": "cz", "create_time": 1624047917, "icon": "smart/icon/1472009231_0.png", "id": "xxxxxxx", "ip": "xxxxxx", "lat": "46.", "local_key": "xxxx", "lon": "-71.", "name": "Office - Screens", "online": true, "owner_id": "xxxx", "product_id": "cET7nrXx83igNwGF", "product_name": "BW-SHP12", "status": [ { "code": "switch", "value": true }, { "code": "countdown_1", "value": 0 }, { "code": "cur_current", "value": 0 }, { "code": "cur_power", "value": 0 }, { "code": "cur_voltage", "value": 0 } ], "sub": false, "time_zone": "-04:00", "uid": "az1620507524733rqtWu", "update_time": 1624048387, "uuid": "012007585ccf7f6bf519" }, "success": true, "t": 1624146860466 } Is this feature supported?
{ "result": { "active_time": 1624047917, "biz_type": 0, "category": "cz", "create_time": 1624047917, "icon": "smart/icon/1472009231_0.png", "id": "xxxxxxx", "ip": "xxxxxx", "lat": "46.", "local_key": "xxxx", "lon": "-71.", "name": "Office - Screens", "online": true, "owner_id": "xxxx", "product_id": "cET7nrXx83igNwGF", "product_name": "BW-SHP12", "status": [ { "code": "switch", "value": true }, { "code": "countdown_1", "value": 0 }, { "code": "cur_current", "value": 0 }, { "code": "cur_power", "value": 0 }, { "code": "cur_voltage", "value": 0 } ], "sub": false, "time_zone": "-04:00", "uid": "az1620507524733rqtWu", "update_time": 1624048387, "uuid": "012007585ccf7f6bf519" }, "success": true, "t": 1624146860466 }
The text was updated successfully, but these errors were encountered:
@petebdeblois This feature is not supported now.
Sorry, something went wrong.
@petebdeblois current/voltage/kw supported in v1.3
Thank you @tsutsuku After upgrading, I can see the current, power and voltage as a separate sensor.
No branches or pull requests
I own a switch which is supposed to get current/voltage/kw. It does work on Tuya App, but I only have "friendly name" in HA
{ "result": { "active_time": 1624047917, "biz_type": 0, "category": "cz", "create_time": 1624047917, "icon": "smart/icon/1472009231_0.png", "id": "xxxxxxx", "ip": "xxxxxx", "lat": "46.", "local_key": "xxxx", "lon": "-71.", "name": "Office - Screens", "online": true, "owner_id": "xxxx", "product_id": "cET7nrXx83igNwGF", "product_name": "BW-SHP12", "status": [ { "code": "switch", "value": true }, { "code": "countdown_1", "value": 0 }, { "code": "cur_current", "value": 0 }, { "code": "cur_power", "value": 0 }, { "code": "cur_voltage", "value": 0 } ], "sub": false, "time_zone": "-04:00", "uid": "az1620507524733rqtWu", "update_time": 1624048387, "uuid": "012007585ccf7f6bf519" }, "success": true, "t": 1624146860466 }
Is this feature supported?
The text was updated successfully, but these errors were encountered: