Hello all,
Just a quick question about Home Assistant filters. I followed the instruction on the filter page, but it doesn’t seem to be working.
Here is the code I have in my sensor.yaml file:
- platform: filter
name: "Filtered Bedroom Temperature"
entity_id: sensor.bedroom_temperature
filters:
- filter: outlier
window_size: 4
radius: 4.0
Here’s how it displays on the lovelace history graph card:
I am plotting sensor.filtered_bedroom_temperature against sensor.bedroom_temperature. It doesn’t display like the one depicted on the filter page, though there looks to be a single value plotted before 11:00.
I’m trying to filter out the erroneous values that are plotted every now and then.
Is there something I am missing.
Thanks in advance.