Hi,
I’ve set up time-filtered devices for a lot of my power-meters that are quite spammy. I update them every 2 minutes with the YAML-code posted below.
Somehow these simple devices are causing some headache as they are not updated. My sensor.garasje_easee1_effekt_live
is updated to become 0, but the corresponding effekt_filtered
device gets stuck at the old value for hours on end (until I restart Homeassistant)
- platform: filter
name: "Garasje - Easee 1: Effekt_Filtered [W]"
entity_id: sensor.garasje_easee1_effekt_live
unique_id: sensor.garasje_easee1_effekt_filtered
filters:
- filter: time_throttle
window_size: "00:02"