We recently got a new bed with a TV lift built in. This TV lift comes with a remote with just 2 buttons, up and down. You have to hold them until it is fully expanded or collapsed.
My idea was, since this sounds doable, to make this lift smart. I know how to make automations to rise the TV if I turn it on for example. However, I was looking for a device that can clone the remote’s functionality and works with Home Assistant.
Is anyone familiar with such devices and is this ‘easy’ to do?
Thanks in advance for helping me picking the right device!
The easiest solution would be to purchase a second remote and control that by shorting the buttons. Adding door sensors to the lift so you know when it is open or closed would mean you have feedback that can be used in the template cover integration rather than using automated “hope for the best” timing.
Agree with Tom.
Just buy a new one and use a ESP8266 to short the buttons on it.
You can use magnets and reed switches to know the end positions.
It’s probably far easier and faster than trying to grab the codes and going that route.
You might even be able to power the remote with the same power supply that the ESP uses so you don’t have to worry about the batteries.
Thanks for the advice! I tried with a Broadlink RM Pro first, but it doesn’t support 2.4Ghz RF. So it seems the only option (even after some Google’ing) is soldering the ESP on a new remote.
Will see how that goes as I have never done it before. Will probably be able to find some tutorials on this, hopefully haha