Skip to content
New issue

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

Switch(cz) doesn't get current/voltage info #17

Closed
petebdeblois opened this issue Jun 20, 2021 · 3 comments
Closed

Switch(cz) doesn't get current/voltage info #17

petebdeblois opened this issue Jun 20, 2021 · 3 comments
Labels
enhancement Request new features

Comments

@petebdeblois
Copy link

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?

@tsutsuku
Copy link
Collaborator

@petebdeblois This feature is not supported now.

@tsutsuku tsutsuku added the enhancement Request new features label Jun 20, 2021
@tsutsuku
Copy link
Collaborator

@petebdeblois current/voltage/kw supported in v1.3

@petebdeblois
Copy link
Author

petebdeblois commented Jun 30, 2021

Thank you @tsutsuku
After upgrading, I can see the current, power and voltage as a separate sensor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Request new features
Projects
None yet
Development

No branches or pull requests

2 participants