rainlake / homebridge-platform-myq

19 stars 6 forks source link

Opening the garage door is stuck in 'Opening' state, doesn't reach 'Open' for me #12

Open Muzach opened 7 years ago

Muzach commented 7 years ago

Will test this out for opening and closing and add more details. The fix for me is to bounce homebridge and then it registers the correct open/close state.

dbavatar commented 6 years ago

If you opened from the app, the fix for me was to increase the polling timeout, as my DC door takes longer to open.


-    if(moment().format('x') - self.stateUpdatedTime < 10000) {
+    if(moment().format('x') - self.stateUpdatedTime < 20000) {