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
Working devices with CoAP/mDns in the same LAN, with a Shelly 2.5 in roller mode, the total_consumption attribute is swapping the value constantly (with 2/3 seconds frequency).
For instance, it swaps constantly between 0.006 kWh and 0.015 kWh meanwhile the cover is stopped.
Steps to Reproduce
Just add a Shelly 2.5 device in roller mode and add the total_consumption sensor, just watch the sensor value.
A copy of the YAML shelly config:
The value should be the same (or grow slowly when the cover works and consume more energy).
Screenshots
Traceback/Error logs
No errors in logs
Additional context
I also try to make a clean installation in develop environment (running into a ubuntu VM) running the HA solution (stable version) and just add the minimal config to setup the cover.
Since it is in a sepparate VLAN and force the discovery by the IP (discover_by_ip) the value doesn't change and seems OK, so I suppose it only happens with the CoAP/mDns use mode.
The text was updated successfully, but these errors were encountered:
In roller mode shelly API return a two meter values that present the consumption of each relay separately, as shown in the following json that represent the status:
As you can see the two values are different between the two channels. The component should take the sum of the two "total" field to calculate the total consumption of the roller, but it probably it just get the value alternatively from one or the other channel, returning this kind of data that is totally wrong and useless.
Environment
Describe the bug
Working devices with CoAP/mDns in the same LAN, with a Shelly 2.5 in roller mode, the
total_consumption
attribute is swapping the value constantly (with 2/3 seconds frequency).For instance, it swaps constantly between 0.006 kWh and 0.015 kWh meanwhile the cover is stopped.
Steps to Reproduce
Just add a Shelly 2.5 device in roller mode and add the
total_consumption
sensor, just watch the sensor value.A copy of the YAML shelly config:
Expected behavior
The value should be the same (or grow slowly when the cover works and consume more energy).
Screenshots
Traceback/Error logs
No errors in logs
Additional context
I also try to make a clean installation in develop environment (running into a ubuntu VM) running the HA solution (stable version) and just add the minimal config to setup the cover.
Since it is in a sepparate VLAN and force the discovery by the IP (
discover_by_ip
) the value doesn't change and seems OK, so I suppose it only happens with the CoAP/mDns use mode.The text was updated successfully, but these errors were encountered: