rsg98 / homebridge-gpio-wpi2

Homebridge Raspberry Pi GPIO Platform (API 2) Plugin - using WiringPi as a backend
48 stars 16 forks source link

Garage door opener #47

Open dcaccount opened 6 years ago

dcaccount commented 6 years ago

Hello,

I am using your great plugin to trigger a relay that opens and closes my garage door.

I works perfectly but being a switch I need to tell Siri “switch on the garage door” instead of “open the garage door” and above all I do not get any notification.

Is there a way above all to implement notifications?

Thanks, Dan

toshibochan commented 6 years ago

For garage I’m using this! https://github.com/benlamonica/homebridge-rasppi-gpio-garagedoor

toshibochan commented 6 years ago

And just say Siri “open” or “close” the garage.

dcaccount commented 6 years ago

Thanks, I have found this plugin but I have not understood what is following parameter. Can you please explain?

doorOpensInSeconds

Thanks, Dan

toshibochan commented 6 years ago

is how many seconds take to your garage or gate to open. example if take 4 seconds change to 4.

dcaccount commented 6 years ago

Thanks, this is clear but I do understand what is written between brackets in the description of the parameter: “(err on the side of being longer than it actually takes)”.

Then I do not understand the purpose of this parameter, can you please clarify?

Thanks, Dan

toshibochan commented 6 years ago

sorry I don't understand much coding! please ask @benlamonica.