Raspberry Pi Garage Door Status/Control

Here’s what I ended up doing.

First I used the below “URI Switch” device type to create a virtual switch in smart things that made the garage door open and close… I just hooked this up to my existing internal URL’s to open/close the garage door.

Next I used this “Virtual Garage Door” smart app to hook up to a simulated garage door opener device… this hooked up to my existing sensor device in smartthings and the newly created URL switch to create a working “Garage Door” device… All seems to be working well. I did have to change one of the .on() commands in the smart app to .off() to get it to work right.