DIY Smart Air Conditioner Using an ESP8266, ESPHome and HomeAssistant | Step-by-Step Guide

  Рет қаралды 3,446

Project Time Tech

Project Time Tech

Күн бұрын

Пікірлер: 37
@joeking5211
@joeking5211 14 күн бұрын
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.
@projecttimetech7022
@projecttimetech7022 13 күн бұрын
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
@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
@projecttimetech7022
@projecttimetech7022 17 күн бұрын
Glad to help!
@mrfixitpa
@mrfixitpa 5 ай бұрын
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.
@projecttimetech7022
@projecttimetech7022 17 күн бұрын
Thanks, I can manage to stumble through light coding. Nothing major, though.
@gsmivo3285
@gsmivo3285 5 ай бұрын
congrats on making a very nice video!
@projecttimetech7022
@projecttimetech7022 17 күн бұрын
Thank you!
@ellercompservices
@ellercompservices 5 ай бұрын
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. :)
@projecttimetech7022
@projecttimetech7022 5 ай бұрын
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.
@BlindGuyNAR
@BlindGuyNAR 5 ай бұрын
@@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.
@projecttimetech7022
@projecttimetech7022 5 ай бұрын
@@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
@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. 😅
@projecttimetech7022
@projecttimetech7022 17 күн бұрын
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.
@BloodAsp
@BloodAsp 2 ай бұрын
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?
@projecttimetech7022
@projecttimetech7022 17 күн бұрын
First off, thank you so much! As for the transmitter, you may look into an IR blaster.
@johncraig406
@johncraig406 5 ай бұрын
wow! First one to catch you this morning....
@projecttimetech7022
@projecttimetech7022 5 ай бұрын
Morning!
@Soda-Papi
@Soda-Papi 4 ай бұрын
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.
@projecttimetech7022
@projecttimetech7022 17 күн бұрын
Thanks!
@Pro100tv9
@Pro100tv9 5 ай бұрын
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!
@projecttimetech7022
@projecttimetech7022 17 күн бұрын
Glad to help!
@vibhor1234567890123
@vibhor1234567890123 3 ай бұрын
Amazing content
@projecttimetech7022
@projecttimetech7022 17 күн бұрын
Thank you!
@solarmandave
@solarmandave 5 ай бұрын
I can't wait to try this. Thanks
@projecttimetech7022
@projecttimetech7022 17 күн бұрын
It was a fun project. It's also been really useful so far.
@Tntdruid
@Tntdruid 5 ай бұрын
i'm always using a sht40 for temp, gets better data.
@projecttimetech7022
@projecttimetech7022 5 ай бұрын
I'll order up a few of those to keep in my stash. Thanks.
@davidmorton8170
@davidmorton8170 Ай бұрын
I like the BME280 ... temp, humidity, pressure.
@ruraltechlife
@ruraltechlife 5 ай бұрын
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
@projecttimetech7022
@projecttimetech7022 17 күн бұрын
That's also a solid idea!
@PetervanHofwegen
@PetervanHofwegen 5 ай бұрын
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
@projecttimetech7022
@projecttimetech7022 17 күн бұрын
Awesome, thanks for this!
@solarmandave
@solarmandave 4 ай бұрын
This is the best!!!
@projecttimetech7022
@projecttimetech7022 17 күн бұрын
Thank you!
@johncraig406
@johncraig406 5 ай бұрын
the fonts on the screen are so Tiny I cannot read them with my 17" laptop screen.
@projecttimetech7022
@projecttimetech7022 5 ай бұрын
Thanks for letting me know that. I'll see what I can do.
Rescuing and Repurposing a 16 Year Old PC
42:25
Project Time Tech
Рет қаралды 5 М.
Beginner's Guide to ESPHome ESP8266, ESP32, Beken Devices and more
33:46
ТВОИ РОДИТЕЛИ И ЧЕЛОВЕК ПАУК 😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 7 МЛН
За кого болели?😂
00:18
МЯТНАЯ ФАНТА
Рет қаралды 3,4 МЛН
Чистка воды совком от денег
00:32
FD Vasya
Рет қаралды 4,4 МЛН
Getting Started with ESPresence
42:26
Hive Mind Automation
Рет қаралды 13 М.
Every Home needs this Upgrade! (Control EVERYTHING)
11:14
GreatScott!
Рет қаралды 637 М.
How I Use VMware to Rescue Vintage Computers
32:47
Project Time Tech
Рет қаралды 1,6 М.
Building a Local Smart Home Voice Assistant With ESPHome!
15:35
Everything Smart Home
Рет қаралды 164 М.
Home automation that's private and local?! (Home Assistant Yellow)
19:49
A New Parking Assistant using ESP8266 and WS2812b LEDs
21:32
ResinChem Tech
Рет қаралды 66 М.
DIY Smart Parcel Box with ESP8266 & HomeAssistant | Step-by-Step Guide
28:24
Retro Tech: Reassembling a Basket Case 386 Portable Computer!
50:43
Project Time Tech
Рет қаралды 459
ТВОИ РОДИТЕЛИ И ЧЕЛОВЕК ПАУК 😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 7 МЛН