You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do have you looked in the pagelist api response? Are you guessing the keys or are they returning a response? I you could share the actual response, I can build it into the API.
I only have EZVIZ cameras so will need your help to implement this.
Hi,
I try to read the power consumption of a Ezviz smart plug (CS-T31-16B-EU).
Does someone know how/where I can read this?
For test I tried to adapt this like below without success:
pyEzviz/pyezviz/client.py
Lines 543 to 546 in 33261c9
result[_serial] = {
"POWER": {_res_id: devices.get("POWER", {}).get(_res_id, {})},
"POWER": devices.get("POWER", {}).get(_serial, {}),
"POWER_CONSUMPTION": {_res_id: devices.get("POWER_CONSUMPTION", {}).get(_res_id, {})},
"POWER_CONSUMPTION": devices.get("POWER_CONSUMPTION", {}).get(_serial, {}),
Best regards,
MattG40
The text was updated successfully, but these errors were encountered: