Waiting on a set of Torx screwdrivers to be delivered to complete assembly on the #AirGradient One. I have Torx bits but they're too large to get where they need to go.

Do you know who sells small Torx drivers in-store? Absolutely nobody.

Installed an #airgradient air quality monitor in my basement home office last week, and the CO2 levels are worryingly high (it was at 2200 ppm yesterday morning). Yesterday I kept all basement windows open throughout the day and it got down to a "safe" level, but as soon as I closed the windows it got back up to the 1800s, even with nobody in the basement during the night. Considering installing a Heat Recovery Ventilator in the house…

#homeassistant #smarthome #airquality

- The apartment ventilation can be scheduled through the thermostat
- The ventilation doesn't seem to have significant benefits for reducing CO2 or maintaining humidity, but it could be worth continuing to experiment
- Experiments will continue in about a week, because I'm going to have some inconsistency the next few days

Future experiments:
- Run humidifier overnight with the ventilation on
- Open the window with the ventilation on to see how fast CO2 and humidity might be lost (is it more effective to leave the window open for long periods to reduce CO2 or for shorter periods with the vent, in order to maintain humidity)

I'm not as focused on temperature data but here it is in case you want it. You can see that the night with the vent lost heat faster.

#humidity #airGradient #airQuality #openSource #openHardware

48 hours of data
Day 1: humidifier on the highest setting for around 2 hours before bed in an enclosed room to maintain humidity
Day 2: no humidifier in a room with open interior doors

The goal is still 50% humidity. Humidity is nearly identical overnight at around 40%, though overnight indoor temperature was 72 degrees rather than 66. I don't think I could afford to pay to heat my entire apt just to keep the humidity up, especially when heat and its CO2 isn't what I want. Running a humidifier all night and paying for the water doesn't sound great, but it's potentially more affordable.

The air quality is also not that much improved. Rather than being slightly above 1000 ppm, it's slightly below, with an extra hour before reaching 900 ppm, though it does stagnate below 1000 ppm overall. Basically, I enough CO2 overnight in a 600 sq ft studio apartment to barely stay below acceptable levels. I probably should open a window if someone else is here.

Future experiments
- humidifier off and the doors closed (to see how much the CO2 increase is caused by being in an enclosed space)
- humidifier on it's lowest setting all night (with a kill-a-watt to measure energy consumption)
- windows open

#humidity #airGradient #airQuality #openSource #openHardware

Received my #airgradient one! Already gathering stats with @homeassistant.

Ordered on 23rd February, shipped the next day.
Price: $210 (with a discount found via #grok)
Tax: €17.29 + DHL service fee: €7.50 (Germany)

- I looked again to see if there is any recent HomeKit integration improvements for AirGradient, but it appears not. They have some old code that has not been modified for newer boards. https://github.com/gohai/airgradient-homekit#usage It's not really necessary at this time unless I want a smart plug for the humidifier to turn on automatically.
- If I really wanted to. could invest in a device like the Home Assistant Green dedicated to run Home Assistant out of the box, and as well as other services. It's a steep $100 compared to other cheaper boards that can run HA, but would save me some labor. The only board I have is a OrangePi Zero 2w with 1 GB of ram, where HA needs 2 GB.
https://www.home-assistant.io/green/

#humidity #airGradient #airQuality #openSource #openHardware #homeAssistant #orangePi

GitHub - gohai/airgradient-homekit: Experimental Apple HomeKit-compatible firmware for AirGradient DIY PRO air quality monitor

Experimental Apple HomeKit-compatible firmware for AirGradient DIY PRO air quality monitor - gohai/airgradient-homekit

GitHub

- I was able to successfully set up the AirGradient alarm, designate AirGradient as a VIP contact, and get banner notifications to my phone and watch when AirQuality has stagnated around 560 or lower to close windows or 900 to open windows. Admittedly, I'm finding that this is a small margin, but there might not be much better ways of improving ventilation as a renter. I will have to accept the humidity losses during the day as inevitable.
- I experimented with opening my window in the evening past the lowest outdoor humidity dip to minimize humidity losses, then closed the space and turned my humidifier on for about two hours before bed. The air quality was above 1000 just around 1 am, so I slept in non-ideal conditions for 7 hours.
- I learned that I can add notes to my data and hope to do that more often for a few days to better remember when actions can be correlated to changes in data.

#humidity #airGradient #airQuality #openSource #openHardware #homeAssistant #orangePi

- I can use the air gradient alarm system to send me an email when the CO2 has reached "fresh air" levels, after which, it cannot go any lower, and therefore, I should close the window to minimize humidity losses. And vice versa, I can use it to notify me when the CO2 is too high and I should open the windows.
- Since I don't usually get notifications for emails in my notification center of my phone, I am going to try to set up air gradient as a VIP contact which should bypass the current notification settings. Then again, I check my email often, so the margin of error from missing an email is potentially small.
- I can also play with the timing. I can get them to trigger based on opening/closing/24-hours. I haven't yet adjusted opening/closing hours and am not sure if I can without getting into the code. During the night itself, there are unlikely to be a lot fluctuations and I mute notifications anyway, I think being able to set notifications to certain times of day (morning/afternoon/evening) would be more useful than opening/closing.
- I could also use this system to warn me when my humidity is too high.

#humidity #airGradient #airQuality #openSource

- Currently my strategy is to run the humidifier for a few hours before bed and make sure that the space is enclosed well to contain the humidity. Running the humidifier on the lowest level all night uses a lot of water and raises the humidity beyond 50% which is a mold risk.
- Water left in my humidifier when not in use will eventually evaporate ineffectively, I should only put as much water as I plan to use
- using the "Humidity Check" app, I found humidity is the lowest outside at 3 pm and the highest around 6 am. The best time to air out my apartment to reduce CO2 while minimizing humidity loss is the early morning and late evening. The exact timing may change with the weather and the seasons. This also means that when my apartment is the hottest during the middle of the day, I risk the most humidity loss if I use fresh air to cool down. This is fine during the winter, but could be more complicated to manage during warmer months.
#humidity #airGradient #airQuality #openSource

The latest release of the #AirGradient firmware removed the code that phones home to the company servers even when you check the to to explicitly tell it not to do so. This is a big win for #privacy and #SelfHosting!

https://github.com/airgradienthq/arduino/releases/tag/3.2.0

I plan on flashing this onto my device and testing it to verify nothing was missed. #tcpdump and #wireshark are my friends. 😄

#security #cybersecurity #infosec #OpenSource #OpenHardware #electronics

Release Release 3.2.0 · airgradienthq/arduino

What's Changed Fix invalidate value check for getAverage function by @samuelbles07 in #275 Fix display 0 measurements value on boot by @samuelbles07 in #281 HTTP client failed/timeout to establish...

GitHub