Hi,
I’ve got my garage door control running for ages including Alexa. Now in the age of Android Auto (w/o Alexa integration) I would like to expose that function to Google Assistant.
Some context about how the door is controlled right now because it’s NOT a rollershutter. The motor physically just reacts on push button events and inverts directions with every push.
That means that in OH I just have a simple switch
Switch garage_control "Garagentor" (Switches, gGaragentor) ["Switch"] {alexa="Switchable", ga="Switch", channel = "zwave:device:5a95239b:node10:switch_binary", autoupdate="false"}
Right now I don’t have a rule in place to reset the switch state immediately. The push button behavior is implemented in the zwave device right now. So the ON command just triggers a push button signal and the zwave switch state is set back to OFF which is reported back to OH within a very short time and works fine with OH’s app and Alexa.
When I integrated Google it keeps the ON state for a relatively long time which means when I want to “stop” the door for whatever reason I have to click (or speak) twice. I was hoping that autoupdate=false would help but it didn’t.
Any hints on how I can convince Google to behave like a push button instead of a normal switch?
Thanks,
Wolfgang
