Is your air healthy? Measure air quality using Nova SDS011, ESPHome, and Home Assistant.

  Рет қаралды 8,591

mostlychris

mostlychris

Күн бұрын

Пікірлер: 41
@MallocArray
@MallocArray 3 жыл бұрын
Thanks. I've been playing with AirGradient and their DIY kit to build a sensor package for PM2.5, CO2, temp and humidity. Got me into working with D1 mini, Homeassistant and ESPHome, so this really spoke to me
@mostlychris
@mostlychris 3 жыл бұрын
Careful, you'll get sucked in to a world of fun!
@marcohamacher2231
@marcohamacher2231 3 жыл бұрын
Great video - as always. When you want to solder pin headers it is more easy to use some old breadboard instead of “helping hands”…
@mostlychris
@mostlychris 3 жыл бұрын
Thanks for the tip! It was a struggle getting that header soldered, especially while trying to keep it in the frame of the camera.
@RJMaker
@RJMaker 3 жыл бұрын
Excellent tutorial. Thank You!
@mostlychris
@mostlychris 3 жыл бұрын
You are welcome!
@daphbobo
@daphbobo 3 жыл бұрын
I am also in the process of building a setup like this woth d1 mini and a sesnsor a bit different. Thanks for the video.
@mostlychris
@mostlychris 3 жыл бұрын
Which sensor are you using?
@daphbobo
@daphbobo 3 жыл бұрын
@@mostlychris PMS5003, it has higher working temp and humidity, i live in a tropical area and humidity of max 70% as in Nova wont work here, in a rainy day it will go above 70 for me. hardware is almost the same but serial data sent is a bit different.
@mostlychris
@mostlychris 3 жыл бұрын
Good points. I'm using the Nova inside currently. Our humidity gets pretty high at night outside but haven't considered using it outside right now. I'm more interested in how the air in the house is, considering we have one of those really sealed up houses.
@jmr
@jmr 3 жыл бұрын
I believe you have a typo in the model number(title).
@zyghom
@zyghom 3 жыл бұрын
I was looking for SDM and found nothing related ;-)
@jmr
@jmr 3 жыл бұрын
@@zyghom That's why I figured it's a typo. 😂
@mostlychris
@mostlychris 3 жыл бұрын
OH NO! At least it's not the thumbnail that is messed up. I'll fix it. Thanks for letting me know!
@jmr
@jmr 3 жыл бұрын
@@mostlychris I'd love to see you and Digiblur duke it out. Esphome vs Tasmota or maybe you could just give us some points about why you like Esphome over Tasmota. Assuming I'm reading your preference correctly.
@mostlychris
@mostlychris 3 жыл бұрын
I am running both Tasmota and ESPHome. They both have their place. Digiblur and I had a live stream together awhile back (I owe him a return livestream). ESP has a lot of pre-built stuff that you can just add to your configs. Tasmota is a little more hands on, but not bad. I like playing with them both.
@warrenscorner
@warrenscorner 3 жыл бұрын
Awesome stuff! It looks very complicated. I got some ESP’s a while back but haven’t had a chance to play with them. I usually put those headers into a breadboard to solder them. Looks like those helping hands are kinda useless.
@mostlychris
@mostlychris 3 жыл бұрын
Yours is the second comment I've read about regarding the breadbord. Definitely better than what I was using. The helping hands have their place for other applications but not so helpful holding on pin headers.
@ngreed
@ngreed 3 жыл бұрын
Nice video, now I have another thing to make:)
@mostlychris
@mostlychris 3 жыл бұрын
The rabbit hole goes deeper.
@beabea9642
@beabea9642 3 жыл бұрын
Did I miss how you got your data points into InfluxDB?
@jmr
@jmr 3 жыл бұрын
My installation is set to send EVERYTHING to my database by default. I think that's a standard option when you set up a database with HomeAssistant.
@mostlychris
@mostlychris 3 жыл бұрын
You need to setup up influx as an add-on. I didn't cover it specifically because I've talked about it in other videos. kzbin.info/www/bejne/iZbEgINqdrBmeqs
@davidheron1505
@davidheron1505 3 жыл бұрын
Chris, where did you source the Nova SDM011sensor? Amazon are saying that it in stock and are not sure if they will stock it again. Is there any particular reason that you selected this brand?
@mostlychris
@mostlychris 3 жыл бұрын
I got it from Amazon. A quick search shows 3 left. amzn.to/3ot5jua (affiliate link). I chose that one based on availability and form factor, as well as ability to integrate into HA easily. There are others out there that I have been told about, IKEA being one, that I haven't tried yet.
@davidheron1505
@davidheron1505 3 жыл бұрын
@@mostlychris Thanks, Chris. It's appreciated.
@felt505
@felt505 3 жыл бұрын
How does this compare to adding an ESP8266 to an Ikea VINDRIKTNING?
@---nw9qu
@---nw9qu 3 жыл бұрын
I'm actually doing that build (esp8266 D1 mini on Ikea sensor) right now. Of course, not everyone has an Ikea close by, but the sensor is (a little) cheaper and already has a housing/box. I suspect, though, that the Ikea sensor isn't as accurate/robust, but don't know for sure. Cheaper way to go, if you have an Ikea near by. It also has a nice external LED.
@mostlychris
@mostlychris 3 жыл бұрын
I've got an IKEA in the area. I've never been to one and not sure if every store carries them but maybe I can order one online to test with.
@MallocArray
@MallocArray 3 жыл бұрын
@@mostlychris you can check Ikea inventory online to make sure your store has them in stock before going out.
@zyghom
@zyghom 3 жыл бұрын
nice video few comments: 1- ota password could be in secret as well without showing to all ;-) 2- for ESP you can create second so called "soft serial" and specify pins for (under uart in config file) it to avoid what you mentioned at the beginning 3- mdi:chemical-weapon killed me completely ;-)
@jmr
@jmr 3 жыл бұрын
So the soft serial helps with conflicts from the sensor?
@zyghom
@zyghom 3 жыл бұрын
@@jmr when you create soft serial you have 2 serials on 4 pins: hardware serial to connect to your PC/messages/updates and soft serial on 2 other pins, that is used only between ESP and sensor. That is the way I did for my CO2 sensor. Having 2 serials you can have (usually you have) 2 different baud rates: 115200 on the hardware serial and usually 9600 as a standard for sensors.
@jmr
@jmr 3 жыл бұрын
@@zyghom Thanks!
@mostlychris
@mostlychris 3 жыл бұрын
Does the soft serial allow for turning the sensor on and back off as noted in the ESP docs? FWIW, I was reading data on a couple of other pins before I changed the config to TX/RX but it was continuous every second and didn't honor the updated interval.
@zyghom
@zyghom 3 жыл бұрын
@@mostlychris on/off is not serial feature but the feature of the sensor, right?
@stevetrapp1095
@stevetrapp1095 3 жыл бұрын
Code ?
@mostlychris
@mostlychris 3 жыл бұрын
Check my github page. github.com/mostlychris/homeassistant
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
Your home's air could be making you sick. Fight back!
13:24
Jeff Geerling
Рет қаралды 341 М.
SEN55 Air Quality Sensor with ESPHome and Home Assistant
16:25
Tech Dregs
Рет қаралды 4,2 М.
Monitoring Voltage with ESPHome, D1 Mini ADC, and Home Assistant
23:07
Measuring Air Quality with ESP32 & Arduino
1:01:13
DroneBot Workshop
Рет қаралды 120 М.
The Smart Home Sensors I NEVER knew I needed!
11:47
Smart Home Solver
Рет қаралды 363 М.
5 Home Assistant Built-In Integrations You Probably Should be Using
12:45
ESP32 CANBus Sniffing: Wirelessly Extract Data from Your Car
52:42
Garage Tinkering
Рет қаралды 107 М.
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН