Hi,
I added a GPIO relay board to my Raspberry Pi 3B+ running HassIO, and connected my garage opener to one of the relays. I can configure the rpi_gpio module in switch mode, and “click” the relay on and off to simulate garage opener button clicks and trigger the opener. However, I have to turn the switch on and then off. I can see that rpi_gpio has a cover mode, which would be perfect. However, I don’t have anything to connect to state_pin. I do have, however, a Z-Wave sensor on the garage door, so I know when it opens and closes. Is there a way to achieve a “cover” behaviour without adding additional sensors?
Thanks!