homebridge-platform-myq
homebridge-platform-myq copied to clipboard
Opening the garage door is stuck in 'Opening' state, doesn't reach 'Open' for me
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.
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) {