-
Hi folks, I have a smart plug that seems to present itself as smartplugv2_energyv3. Protocol version 3.4. On the HA Energy panel, I get two interesting indications: Unexpected device class Looking at the entity registry I do see that the device_class is set to null. Why would this be set up this way, and more importantly, how can I fix this so I can get decent energy reading? Thanks for any insight. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The reason this entity is deliberately not set up properly for use in the energy dashboard, and also disabled by default, is that it does not give useful data. Instead, you need to use a Reimann Sum integration helper to derive an energy usage estimate from the power sensor data. |
Beta Was this translation helpful? Give feedback.
The reason this entity is deliberately not set up properly for use in the energy dashboard, and also disabled by default, is that it does not give useful data.
Instead, you need to use a Reimann Sum integration helper to derive an energy usage estimate from the power sensor data.