Esp-homekit-devices: Sonoff SV as Garage Door Template

Created on 9 Dec 2019  路  9Comments  路  Source: RavenSystem/esp-homekit-devices

Has anyone managed to setup sonoff sv as garage door?
Is there a ready template?

HAA

Most helpful comment

I have waited a long time for this functionality :) I also ask for an example Template for garage door opener.

All 9 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

noobydp picture noobydp  路  5Comments

GPL71 picture GPL71  路  5Comments

xrust83 picture xrust83  路  3Comments

i3laze picture i3laze  路  3Comments

xrust83 picture xrust83  路  4Comments