Has anyone managed to setup sonoff sv as garage door?
Is there a ready template?
I have waited a long time for this functionality :) I also ask for an example Template for garage door opener.
馃憤
https://github.com/RavenSystem/esp-homekit-devices/wiki/HAA-Templates#sonoff-with-homekit-garage-door-adaptation-working-time-18-seconds-only-close-sensor-connected-to-gpio-14-and-stop-step-dry-relay-connected-to-action-garage-door-button
Hello,
I've set up pretty similar Json. But can you explain this part?
"2":{
"r":[
{
"g":12,
"i":1.5
},
{
"g":12,
"v":1,
"i":0.5
},
{
"g":12,
"v":1,
"i":2
}
]
}
I think it's for making two pushes on relay, but how does it work?
Something does not work with the SV JSON you have on the template page. HAA keeps going into setup mode. I loaded a simple switch, it works, it's not the device.
Something does not work with the SV JSON you have on the template page. HAA keeps going into setup mode. I loaded a simple switch, it works, it's not the device.
The sample json worked for me.
@lfiocco fixed.
@macjl
v=0 i=1.5 relay is off and will on after 1.5 secs.
v=1 i=0.5 relay is on and will off after 0.5 secs.
v=1 i=2 relay is on and will off after 2 secs. This will turn off the first relay action.
Thank you working great
Most helpful comment
I have waited a long time for this functionality :) I also ask for an example Template for garage door opener.