homebridge-platform-myq icon indicating copy to clipboard operation
homebridge-platform-myq copied to clipboard

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

Open Muzach opened this issue 8 years ago • 1 comments

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.

Muzach avatar Dec 22 '16 20:12 Muzach

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) {

dbavatar avatar Sep 21 '17 21:09 dbavatar