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.
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. 😅
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.
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.
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?
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
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
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. :)
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.
@@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.
@@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.
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.
Yep, you are exactly right. I didn't catch that until way after this video aired. Thanks for the tip, and thanks for watching!
wow!
First one to catch you this morning....
Morning!
congrats on making a very nice video!
Thank you!
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. 😅
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.
This is the exact video I was looking for. Looking to do something very similar with an esp32 and some rf components. Thank you
Glad to help!
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.
Thanks, I can manage to stumble through light coding. Nothing major, though.
i'm always using a sht40 for temp, gets better data.
I'll order up a few of those to keep in my stash. Thanks.
I like the BME280 ... temp, humidity, pressure.
Amazing content
Thank you!
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!
Glad to help!
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.
Thanks!
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?
First off, thank you so much! As for the transmitter, you may look into an IR blaster.
This is the best!!!
Thank you!
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
That's also a solid idea!
I can't wait to try this. Thanks
It was a fun project. It's also been really useful so far.
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
Awesome, thanks for this!
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. :)
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.
@@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.
@@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.
the fonts on the screen are so Tiny I cannot read them with my 17" laptop screen.
Thanks for letting me know that. I'll see what I can do.