I’m on a mission to connect HA to a electric reclinable chair! Useless? Maybe
The chair is powered by 24 VDC and has a linear motor that, depending on the polarity, opens or closes the chair.
I’ve got a ESP8266 + 4 relay-board with ESPHome ready for the project.
I need to maintain the chair’s existing physical buttons, belongside the new HA functionality.
The problem is in the electrical wiring between the buttons and the relays. If I were to connect the relay board WITHOUT using the physical buttons, I would wire like this (using a 3rd relay to cut all power):
However, to connect simultaneously with the existing physical buttons, I’m afraid of causing a short. The existing buttons are 2 micro-switchs, on this board:
Managed to get a good system working with Tasmota. My setup uses a d1mini connected to a dual channel relay. All the NO, COM, NC pins were connected just like the 2 button remote had. Ground to NC, motor out to COM and 29V DC to NO.
Tasmota config as a shutter - using shuttermode 1, interlocked relays, and simple calibration. The buttons were then simple wired up to GND and 2 gpio pins.
Works like a charm - “Hey siri, open the recliner”