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
@mostlychris3 жыл бұрын
Careful, you'll get sucked in to a world of fun!
@marcohamacher22313 жыл бұрын
Great video - as always. When you want to solder pin headers it is more easy to use some old breadboard instead of “helping hands”…
@mostlychris3 жыл бұрын
Thanks for the tip! It was a struggle getting that header soldered, especially while trying to keep it in the frame of the camera.
@RJMaker3 жыл бұрын
Excellent tutorial. Thank You!
@mostlychris3 жыл бұрын
You are welcome!
@daphbobo3 жыл бұрын
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.
@mostlychris3 жыл бұрын
Which sensor are you using?
@daphbobo3 жыл бұрын
@@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.
@mostlychris3 жыл бұрын
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.
@jmr3 жыл бұрын
I believe you have a typo in the model number(title).
@zyghom3 жыл бұрын
I was looking for SDM and found nothing related ;-)
@jmr3 жыл бұрын
@@zyghom That's why I figured it's a typo. 😂
@mostlychris3 жыл бұрын
OH NO! At least it's not the thumbnail that is messed up. I'll fix it. Thanks for letting me know!
@jmr3 жыл бұрын
@@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.
@mostlychris3 жыл бұрын
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.
@warrenscorner3 жыл бұрын
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.
@mostlychris3 жыл бұрын
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.
@ngreed3 жыл бұрын
Nice video, now I have another thing to make:)
@mostlychris3 жыл бұрын
The rabbit hole goes deeper.
@beabea96423 жыл бұрын
Did I miss how you got your data points into InfluxDB?
@jmr3 жыл бұрын
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.
@mostlychris3 жыл бұрын
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
@davidheron15053 жыл бұрын
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?
@mostlychris3 жыл бұрын
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.
@davidheron15053 жыл бұрын
@@mostlychris Thanks, Chris. It's appreciated.
@felt5053 жыл бұрын
How does this compare to adding an ESP8266 to an Ikea VINDRIKTNING?
@---nw9qu3 жыл бұрын
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.
@mostlychris3 жыл бұрын
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.
@MallocArray3 жыл бұрын
@@mostlychris you can check Ikea inventory online to make sure your store has them in stock before going out.
@zyghom3 жыл бұрын
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 ;-)
@jmr3 жыл бұрын
So the soft serial helps with conflicts from the sensor?
@zyghom3 жыл бұрын
@@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.
@jmr3 жыл бұрын
@@zyghom Thanks!
@mostlychris3 жыл бұрын
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.
@zyghom3 жыл бұрын
@@mostlychris on/off is not serial feature but the feature of the sensor, right?
@stevetrapp10953 жыл бұрын
Code ?
@mostlychris3 жыл бұрын
Check my github page. github.com/mostlychris/homeassistant