this post was submitted on 23 Mar 2025
14 points (93.8% liked)

homeassistant

15159 readers
19 users here now

Home Assistant is open source home automation that puts local control and privacy first.
Powered by a worldwide community of tinkerers and DIY enthusiasts.

Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation

Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @[email protected]

founded 2 years ago
MODERATORS
 

Is anyone aware of a sensor (preferably Zigbee, I think), that will give me an idea of when I need to change my furnace air filter?

I am picturing something that maybe sits on the "clean" side of the filter to measure...pressure? Air quality? I don't know.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 3 months ago (2 children)

how do you typically notice the filter needs to be changed now? does it:

  • draw more power than usual? wattage sensor
  • give some alert like a “change filter” light? esp32
  • need changing after a certain time/usage amount? power consumption sensor
  • need changing every X days? you might just need a calendar alert

of course the mega nerd approach would be to put a particulate sensor in the duct like a PMS7003 that measures PM10 particles like dust, strap on an esp32 and set some alerts using your favourite monitoring tool.

[–] [email protected] 3 points 3 months ago

I read somewhere, the suggestion, that the filter be replaced when air flow has reduced by 50% from when the filter is new. IDK, that seems reasonable to me and should be measurable.

I have always replaced filters on a schedule, but it has always felt wasteful. Sometimes the filter is clearly dirty and sometimes it is not. I would like something more specific.

I will look into PMS7003.

load more comments (1 replies)