How did the Canadian wildfires show up in Home Assistant here in VA?
2 min read
A few weeks ago, the Canadian wildfire haze reached Central Virginia (opens in a new tab), where I live, and we noticed it as a haziness in the air. Well, I have an AirGradient Open Air (model O-1PST) (opens in a new tab) outdoor sensor and two AirGradient ONE units (model I-9PSL) (opens in a new tab) indoor sensors. I'm a data-driven person, and I was instantly curious how this was showing up to the sensors in Home Assistant.
Here's what it looked like in the sensor logs:
The signal was unmistakable. Outside, PM2.5 peaked at 164 µg/m³, against a normal range of 7 to 15 for that sensor. Inside, both sensors traced the same curve at about a quarter the height, topping out near 38.
What I didn't expect was the timing. Outside peaked at 9 a.m., but inside didn't level off until noon. And the house was slower to clear than the air outside was. At the worst of it, inside was running about a fifth of outside. The next morning, as the outdoor numbers dropped away, inside was still sitting at a third of them.
Here are some of my automation ideas based on this event:
- I have a morning automation that fires at 7 a.m. It basically just gives the current weather conditions, the daily forecast, if any litter robots need to be emptied, etc. I can add an air quality alert to this announcement if it's outside of the 'good' range.
- I can also use the same sensor data to trigger ad hoc voice announcements and alerts.
- I built a Corsi-Rosenthal Box (opens in a new tab) a couple years ago, but Rachelle really didn't like it because it's ugly. I think I will resurrect one anyway. I still have the fan, and I've already purchased new MERV filters for it. Wildfires are the exact use case for these box fan filters, so I intend to use one! When the indoor sensors cross my clean-air threshold, I can build automations to run the filter.
- Of course, I'll need automations and sensors to track how long the fan filter has run so we can have some idea on when to change the filters out.
Did you detect the wildfires where you live? Do you have any smart home automations about air quality?
Also on Mastodon (opens in a new tab) Lemmy (opens in a new tab) Bluesky (opens in a new tab)
Leave a comment