Smartenergy metering value is "quite" high on BW-SHP13

Hello community!

I discovered that BlitzWolf BW-SHP13 now shows entity smartenergy_metering_summation_delivered in ZHA but its value is not correct. Electrical measurement seem to be ok.
Now it shows in energy page that only today the consumption for that plug is almost 300 kWh when the whole consumption is less than 20 kWh

Any advice how to show and get the correct values?

hi i have the same issue,
the consumpion is not 300 kWh but more likely 3kWh
so the decimal is in the wrong spot,

i gonna try to fill in a isseu

1 Like

Any issues now lie in needing to get the correct multiplier/divider factors into zha quirk for TS0121, see:

https://github.com/zigpy/zha-device-handlers/issues/605

https://github.com/zigpy/zha-device-handlers/pull/1062

https://github.com/zigpy/zha-device-handlers

Some information here in ZHA docs why ZHA device handlers are needed to fix devices quirks:

https://www.home-assistant.io/integrations/zha/#zha-exception-and-deviation-handling

I have the same issue. First it wasn't possible to read the power consumption. When i added measurement_poll_interval: 60 it was measuring.

Now my problem: HA expects kWh readings, but now it saves the Watt as kWh.
So instead om 338Watt, now it's 338kWH

Couldn't find it, but i guess the Settings (specific) you can do the energy_calibration, but not sure which values? i believe with the value i can modify it back from kWH to Watt.