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
async with HomeWizardEnergyV1(host=IP_ADDRESS) as api:
wiz_data = await api.data()
print("\ndata\n{wiz_data}")
..returns the data from the P1-meter.
I'd like to use similar code to inspect the most recent telegram received from the P1-meter. For example using await api.telegram().
Are there any plans to add this functionality?
The text was updated successfully, but these errors were encountered:
This code:
..returns the data from the P1-meter.
I'd like to use similar code to inspect the most recent telegram received from the P1-meter. For example using
await api.telegram()
.Are there any plans to add this functionality?
The text was updated successfully, but these errors were encountered: