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
There are versions of ESP chips with pins, that way you could do most of the work with just dupont wires.
Itâs only to the remote you have to solder.
Just do some practice runs first on stuff you have or find and youâll be fine.