I am using a raspberry pi3b gpio pins to control a relay board which simulates someone pressing the garage door opener on the wall.
Openhab garage door.
Door status off closed on open set invert true on channel to invert switch.
Looking for ideas what and how to use to add.
My config settings.
Distance reading from the opengarage controller default in cm status switch.
This tutorial assumes you have the gpio binding installed and have already gotten that working for other items.
Remote access is made possible with the particle io rest api.
A switch to open close the door 2 switches for feedback for open and closed messages.
Currently have a chamberlain garage door opener and was using the myq add on to control it through openhab but they keep changing the api which renders the add on useless.
Rule init when system started then garagedoorcommand postupdate idle end rule open garage when item garagedoorcommand changed from idle to open then if garagedoorstatus state closed garagedoorbutton sendcommand on garagedoorcommand postupdate idle end rule close garage when item garagedoorcommand changed from idle to close then if garagedoorstatus state open garagedoorbutton sendcommand on garagedoorcommand postupdate idle end.