Squidward
(Jordon)
February 27, 2017, 4:49am
9
Use this DTH. It adds a switch to the garage door so can be added to google home. Then you can open it by saying turn on and close it by saying turn off. I then set up an ifttt command that turns the switch one when I say open garage and turns off when I say at close garage.
I’ve modified the ST default “Z-Wave Garage Door Opener” to better work with the “doors & locks” module. As far as I know, this would only be useful for the linear GD00Z device (and variants including the Iris opener.) This will allow you to select your garage door device as both the “open/close sensor” and the “garage door opener relay.” At that point, from within the “doors & locks” module, you can use “open and close it remotely” (and perhaps the other sub-modules that open/close the door.)
All this does is to add the “relay switch” and “momentary” capabilities to the type, stubs on()/off(), and defines push() to either open or close the door (depending on it’s current state.) It’s not a perfect implementation, as the “doors & locks” module might show the door as being “stopped” wh…