home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
69.9k stars 29k forks source link

Zwave Spiking Energy Usage #109605

Open Aimtjie opened 5 months ago

Aimtjie commented 5 months ago

The problem

I'm not sure if this is a core issue or a visual issue from displaying data in the DB.

This issue seems to be occurring occasionally after a home assistant core restart. The power usage spikes from 0 to X amount depending on the last (Total?) usage of the device image

This only seems to be affecting my zwave devices, all of which are aeotec. There is a thread on the forum of the same issue

The device in question is only using 20W when active.

What version of Home Assistant Core has the issue?

2024.2.0b4

What was the last working version of Home Assistant Core?

2024.2.0b4

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Zwave JS UI

Link to integration documentation on our website

https://github.com/zwave-js/zwave-js-ui

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

ronvl commented 5 months ago

Same here...

hellomj1976 commented 5 months ago

Same here

joshuascott94 commented 4 months ago

Same here.

josy1024 commented 3 months ago

same here. sometimes spike Problems on aeotec zwave switch with energy monitoring. ZW132 (only have 3 zwave devices) it shows runaway values in /developer-tools/statistics (had no realistic high value!)

WORKING WORKAROUND = FILTER

 - platform: filter
    name: "Energie SW23 (Smooth)"
    entity_id: sensor.sw23_electric_consumption_kwh_3
    filters:
      - filter: outlier
        window_size: 10
        radius: 5
onkytonk commented 3 months ago

I’m having the same issue with aeotec zw096 switches. Apart from using a filter, hoping for a more permanent solution.

brettcp commented 1 month ago

Same issue here with an Aeotec DSB28 energy meter. I'll have 2-3 weeks of valid data where its reporting my usual 1kWh to 1.9kWh typical usage, then all of a sudden I'll get one reading of a number 2000x higher than it should be (saw a recent spike reported 3,681kWh). It seems to happen at random intervals every 2-3 weeks or so.

I just applied the workaround/filter @josy1024 mentioned and will keep an eye on it.

Is anybody seeing this issue on non-Aeotec devices, or does this seem to be an issue specific to Aeotec?