I have a new wall mounted IR heater. But it’s not “smart” and is not WiFi / BT connected. Fittingly it’s controlled by an IR remote control. An IR controlled IR heater. lol.
So, apart from buying ready built, can anyone recommend a DIY home-assistant compatible IR blaster device. I guess it will have to learn the existing remote codes and then replay on command. “Too much effort”? I quickly read up on the topic and don’t want to end up with someone Tuya or over specced and over price if we just need components we have in stock. Maybe it’s a springboard to other HA devices I could build later.
It may be easier to open the device, remove its controller, and make it a completely dumb non-controllable device. At least that’s what I ended up doing. It can then be switched with any remote controlled socket outlet that integrates nicely with your home automation setup.
(Note: IR panels should only be switched on and off (slowly), because they’re much less effective when dimmed.)
It’s quite an expensive (and in warranty) so I’m going for non-voiding hacks only. The heater has thermostat setting and hi/low power modes as wall as display on/off. So it’s a little more complicated than an on/off thing.
The grand plan might be a current sensor on the power supply (or basic IR sensor) to detect state, then at least on of and automation control to start and stop, and add a zigbee remote as well.
Ah, I got mine from Marktplaats so I didn’t mind hacking it to pieces. There are always plenty of IR panels on Marktplaats because many are disappointed with these things: people buy them not really understanding what they are and how you should use them, and there are people who discover that they prefer convection over radiant heat. (To anyone shopping for these things: avoid the ceramic ones; those are heavy and older style; also avoid every “IR panel” that has convection cooling perforations/holes, like the one that was sold at Action.)
If your IR heater has a low power mode, then I wonder if it’s really IR, or maybe really a convection based thing. Low power does not seem to make a lot of sense for IR heaters since the heater has to be within a specific temperature range (95-110 °C if I recall correctly) to function mostly through radiation.
Either way, good luck finding an IR blaster, and please keep us informed of what you find that works
Ah, that’s a completely different kind of IR heating. I was thinking about the ones that use much less power, and stay ~100 °C all the time. The kind you linked is more common for outside use I think, and gets much hotter.
If you want a few basic functions, copy those few buttons should not take a long time.
Perhaps a cheap ESP32 board with an IR transmitter is the way to go.
On YT there is a tutorial made by ResinChemTech that helped me out big time when I want my remote controlled fake candle lights to turn on/off by voice and at a certain time.
Thanks I was too exceted and just dig it out of the drawer and am installing a pre-built esp32home setup on it to see what happens. I’m not sure where to put the config yet, but that’s just saved me a lot of time
On the quest to receive IR signals, I went down a historical rabbit hole the past 2 days, trying to get an old Samsung Galaxy Tab 8 (Android 4.4) to work because of it’s built in IR. After installing very old Android Studio Build (2.3.3 / 2017), realising that the device only connects to my laptop with that one “magic” USB cable, and hacking the code of an old sample app https://github.com/MarkPaxton/ir-app to test the API, I realised that there’s no IR receiver here either.
(Even more annoying that I built such a device using a PIC microcontroller in 1997 and it’s sitting in a box somewhere in an attic in the UK!)
I have emailed the manufacturer to ask for the codes, in case they are hack-friendly… otherwise maybe it’s brute force time… or alternatively crack open the remote and temporarily wire the IR out to a GPIO on the M5 stack, but that might be hard and destructive…