I have a problem with configuration of HAA into shelly 1 with Garage door and external push button to open/stop/close doors.
My actual configuration:
{"c":{"b":[{"g":5,"p":0,"i":1,"t":5}]},"a":[{"0":{"r":[{"g":4,"v":1,"i":0.5}]},"1":{"a":0},"2":{"r":[{"g":4,"i":1.5},{"g":4,"v":1,"i":0.5},{"g":4,"v":1,"i":2}]},"3":{"a":2},"t":40,"d":22}]}
Using homekit garage door are opening and closing correctly. But when using external button nothing happened.
That is because you have not configured any external button to manage door ("b":[{"g":5}] is missed). Try this:
{"c":{"b":[{"g":5,"p":0,"i":1,"t":5}]},"a":[{"0":{"r":[{"g":4,"v":1,"i":0.5}]},"1":{"a":0},"2":{"r":[{"g":4,"i":1.5},{"g":4,"v":1,"i":0.5},{"g":4,"v":1,"i":2}]},"3":{"a":2},"t":40,"d":22,"b":[{"g":5}]}]}
I had the {"b":[{"g":5,"p":0,"i":1,"t":5}]} at the beginning. Is it the same?
No, this is needed to be able to go into setting mode through the long press on g5, and not to execute commands
I have tried this configuration and it works from homekit, I cannot make it work the push button, since at the moment the push button poles are connected the same way Shelly I and O are, so basically when the button close the two contact the Garage Door open or close, the same way the Shelly open or close.
How should I connect the push button in this case ?
Thanks
Most helpful comment
That is because you have not configured any external button to manage door (
"b":[{"g":5}]is missed). Try this:{"c":{"b":[{"g":5,"p":0,"i":1,"t":5}]},"a":[{"0":{"r":[{"g":4,"v":1,"i":0.5}]},"1":{"a":0},"2":{"r":[{"g":4,"i":1.5},{"g":4,"v":1,"i":0.5},{"g":4,"v":1,"i":2}]},"3":{"a":2},"t":40,"d":22,"b":[{"g":5}]}]}