iRayanKhan / homebridge-chamberlain

A Homebridge plugin for Chamberlain garage door openers with MyQ.
77 stars 36 forks source link

Change type of device so HomeKit automations work without popup notification needing okay #98

Closed eoren1 closed 4 years ago

eoren1 commented 4 years ago

Currently, HomeKit requires user input for any automations involving garage door openers. So if I set an automation to open the garage door when I arrive home, I get a popup from my iPhone that I have to click on before the door opens.

If the MyQ device were disguised as a switch, I don't think this would occur and HomeKit would act without user intervention.

iRayanKhan commented 4 years ago

Hi there,

I could implement this, but it will take time.

In the mean time you could use homebridge-dummy to create an automation to control the garage and have the automation toggle the switch.

Like if switch is on open garage and have your automation turn the switch on.

Thanks for using the plugin.

eoren1 commented 4 years ago

Thanks Rayan

Actually the dummy switch idea worked perfectly! Maybe you can add that in the plugin to help other newbies sidestep the HomeKit prompts.

Eyal

On May 17, 2020, at 3:42 PM, Rayan A. Khan notifications@github.com wrote:

Hi there,

I could implement this, but it will take time.

In the mean time you could use homebridge-dummy to create an automation to control the garage and have the automation toggle the switch.

Like if switch is on open garage and have your automation turn the switch on.

Thanks for using the plugin.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/iRayanKhan/homebridge-chamberlain/issues/98#issuecomment-629849882, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANWM7DMR322EBOZUAUEGS2LRSA42DANCNFSM4NDOZR7Q.

iRayanKhan commented 4 years ago

It can be in the road map to add the dummy switch to the plugin itself, but since a plugin for it exists I won't be adding it natively yet.

In the future if this picks up more traction I will add it natively into the plugin via config.

Thank you for the suggestion!