IR-Controlling New Air Conditioner in Server Room
oldvcr.blogspot.com
IR-Controlling New Air Conditioner in Server Room
1–10 of 30 posts
Re: IR-Controlling New Air Conditioner in Server Room
#2How much additional heat does that old G4 add into the mix?
I wonder if this could be done much more efficiently with an RPi Zero or similar.
Re: IR-Controlling New Air Conditioner in Server Room
#3This sort of IR hacking is pretty badass, even if a bit fiddly. How much additional heat does that old G4 add into the mix? I wonder if this could be done much more efficiently with an RPi Zero or similar.
Re: IR-Controlling New Air Conditioner in Server Room
#4After reading this article I am encouraged to see that I was _not even close_ to getting it working, ha!
Maybe I'll try again in the future, but gosh I just with these stupid units had another way to be controlled.
Re: IR-Controlling New Air Conditioner in Server Room
#5Not too long ago I got a new AC in my office, and attempted to do some automation (turn the temp up during the weekend, etc.) via an IR Blaster. At some point I ran out of patience and gave up trying. After reading this article I am encouraged to see that I was _not even close_ to getting it working, ha! Maybe I'll try again in the future, but gosh I just with these stupid units had another way to be controlled.
Re: IR-Controlling New Air Conditioner in Server Room
#6This sort of IR hacking is pretty badass, even if a bit fiddly. How much additional heat does that old G4 add into the mix? I wonder if this could be done much more efficiently with an RPi Zero or similar.
Was wondering the same. Those old PowerPC's used to run hot. I think it was one of the primary motivations Steve had for changing to Intel.
Re: IR-Controlling New Air Conditioner in Server Room
#7Re: IR-Controlling New Air Conditioner in Server Room
#8The Comfee was very easy to automate. I just grabbed an ESP32 board that I had handy, some parts out of my bins, and soldered up a working IR blaster. ESPHome provided all of the hard parts, Home Assistant provided the UI. It works brilliantly. I have the air conditioner on a smart outlet which gives me real-time power consumption information, from here it's easy to determine what the machine is doing. I also have a Xiaomi temperature/humidity/pressure sensor, which I can use to feed into automations to control the unit if I want to.
So far I've been unsuccessful at using an IR blaster to control the LG - ESPHome, out of the box, can't seem to control this unit. I haven't gone down the rabbit hole of capturing IR codes, but that's the next step once I get the appropriate parts.
Re: IR-Controlling New Air Conditioner in Server Room
#9And for those who are concerned about security, you can easily restrict this device from accessing the internet using your firewall, and it will continue to function just fine.