Super helpful for the nightmare I've had for the past 5 years getting any of my Tasmota switches seen in HA, but the ESPHome part was still really useful. Thks & Rgds. PS. @ 1:02:56 I think that the backward operation is due to your if statement try .state == 'on'. Just a thought - i think this yaml may follow the C/C++ lang condition where == means IS equal to and != means NOT equal to.
@projecttimetech702213 күн бұрын
Yep, you are exactly right. I didn't catch that until way after this video aired. Thanks for the tip, and thanks for watching!
@jasonm17Ай бұрын
This is the exact video I was looking for. Looking to do something very similar with an esp32 and some rf components. Thank you
@projecttimetech702217 күн бұрын
Glad to help!
@mrfixitpa5 ай бұрын
I am also not a coder or programmer but your video is very inspirational. I have a floor unit air conditioner that i would love to do something like this with. Thanks for the great video.
@projecttimetech702217 күн бұрын
Thanks, I can manage to stumble through light coding. Nothing major, though.
@gsmivo32855 ай бұрын
congrats on making a very nice video!
@projecttimetech702217 күн бұрын
Thank you!
@ellercompservices5 ай бұрын
In your color templating != means not equal, you should have == if you want it to be equal. ! in programming 9.9 times out of 10 will mean "not". So your solution that worked in the end was basically if the sensor is not off then return green. :)
@projecttimetech70225 ай бұрын
Wow, I completely miss that. Appreciate your pointing that out I'm still an absolute novice when it comes to anything other than very light scripting. That helped a lot.
@BlindGuyNAR5 ай бұрын
@@projecttimetech7022 Recently a new subscriber. LoL i was trying to tell you this through the video, but you weren't listening to me. I kept thinking, "he's gonna catch that this any second now!". You'll make that mistake once or twice then almost never again. Very informative video. The temp sensor addition somewhat solves not having feedback on the temp up/down commands. I was wondering how you planned to know if the temp controls were successful or not. I'm wondering if you'll notice the sensor value getting skew'd from being so close to the air output. I suspect you might not have ability to know the AC control temp is 68 or 70 etc, if you were going to try to be aware of that. Sometimes the unit itself will respond and transmit back a code for confirmation of a command. Not all units do though, but you might see if your flipper-zero will pick anything up after transmit. Then again that might just lead to an over complication of an otherwise simplified control process. Pretty fun little project and i enjoyed your elation upon successful completion. That to me is the fun part of automating actually. Happy Automating and i'm looking forward to your future project.
@projecttimetech70225 ай бұрын
@@BlindGuyNAR Thanks for subscribing! My ability to overlook the obvious amazes even me.... I also wonder about the temp sensor's placement too, but I guess time will tell.
@AlmightyEyeАй бұрын
Excellent tutorial!! I have Homebridge installed and have always wanted to tinker with HomeAssistant but the coding part scares me away cause although I'm not afraid of compiling and playing around with Linux at all, the stability of my Smart Home is something I don't want to tinker with and break things. 😅
@projecttimetech702217 күн бұрын
HomeAssistant has turned out to be an AWESOME thing in my world. As far as coding goes, there's really not much needed for mainstream stuff.
@BloodAsp2 ай бұрын
This, right here is the best video I have seen on how operate the IR side of ESPHome, thank you very much! Presently my ky-005 infrared transmitter module is a bit weak and I have to have it right up against the device. Any suggestions on how to make it more of a whole room IR blaster?
@projecttimetech702217 күн бұрын
First off, thank you so much! As for the transmitter, you may look into an IR blaster.
@johncraig4065 ай бұрын
wow! First one to catch you this morning....
@projecttimetech70225 ай бұрын
Morning!
@Soda-Papi4 ай бұрын
Thank you so much for this. I have been trying to find a project to push me into writing custom yaml configs and this is just the thing. I really like your style, keep up the great work.
@projecttimetech702217 күн бұрын
Thanks!
@Pro100tv95 ай бұрын
Hi, thank you for making this video! I plan to start similar project soon and the thinking process you presented here was a huge help!
@projecttimetech702217 күн бұрын
Glad to help!
@vibhor12345678901233 ай бұрын
Amazing content
@projecttimetech702217 күн бұрын
Thank you!
@solarmandave5 ай бұрын
I can't wait to try this. Thanks
@projecttimetech702217 күн бұрын
It was a fun project. It's also been really useful so far.
@Tntdruid5 ай бұрын
i'm always using a sht40 for temp, gets better data.
@projecttimetech70225 ай бұрын
I'll order up a few of those to keep in my stash. Thanks.
@davidmorton8170Ай бұрын
I like the BME280 ... temp, humidity, pressure.
@ruraltechlife5 ай бұрын
Way to go. i would have used generic thermostat and made power a switch with state based on the sensor you have. however the colors and animations would disappear
@projecttimetech702217 күн бұрын
That's also a solid idea!
@PetervanHofwegen5 ай бұрын
in esphome config use: climate: - platform: thermostat (and for storing the fan setting) select: - platform: template and you'll have it all set. with some presets and a presence sensor toggling between them you won't have to touch it ever
@projecttimetech702217 күн бұрын
Awesome, thanks for this!
@solarmandave4 ай бұрын
This is the best!!!
@projecttimetech702217 күн бұрын
Thank you!
@johncraig4065 ай бұрын
the fonts on the screen are so Tiny I cannot read them with my 17" laptop screen.
@projecttimetech70225 ай бұрын
Thanks for letting me know that. I'll see what I can do.