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
The Shelly binding for the Pro EM-50 (and very likely also for the Pro 3) is missing values for the total amount of energy measured by the device (in Wh).
This data can be collected from the EM1Data RPC endpoint:
A typical response would be {"id":0,"total_act_energy":1234.94,"total_act_ret_energy":567893.37}
According to Shelly, the units are Wh and they told me that this number will not be overwritten after 60 days in the way the one-minute power measurements are. So in some sense those "total" numbers are what one would expect from an old-fashioned power meter.
Unfortunately, the names for these energy values are identical to some of the names in the one-minute measurements (both start with "total") but one is only a one-minute measurement total, while the other (reported via EM1Data) is the "total total"...
It would really be nice if these EM1Data values could also be collected via the Shelly binding, especially considering that Shelly somehow forgot to put these total total values into the Web UI, too.
Your Environment
openHAB version 4.3.1
Shelly binding version 4.3.1
Shelly firmware 1.4.4
The text was updated successfully, but these errors were encountered:
The Shelly binding for the Pro EM-50 (and very likely also for the Pro 3) is missing values for the total amount of energy measured by the device (in Wh).
This data can be collected from the EM1Data RPC endpoint:
A typical response would be
{"id":0,"total_act_energy":1234.94,"total_act_ret_energy":567893.37}
According to Shelly, the units are Wh and they told me that this number will not be overwritten after 60 days in the way the one-minute power measurements are. So in some sense those "total" numbers are what one would expect from an old-fashioned power meter.
Unfortunately, the names for these energy values are identical to some of the names in the one-minute measurements (both start with "total") but one is only a one-minute measurement total, while the other (reported via EM1Data) is the "total total"...
It would really be nice if these EM1Data values could also be collected via the Shelly binding, especially considering that Shelly somehow forgot to put these total total values into the Web UI, too.
Your Environment
openHAB version 4.3.1
Shelly binding version 4.3.1
Shelly firmware 1.4.4
The text was updated successfully, but these errors were encountered: