bwp91 / homebridge-ewelink

Homebridge plugin to integrate eWeLink devices into HomeKit.
MIT License
384 stars 127 forks source link

Obstruction Detect not working did something change? #250

Closed MoTechnicalities closed 3 years ago

MoTechnicalities commented 3 years ago

What issue do you have? Please be as thorough and explicit as possible.

Obstruction Detect not working

Details of your setup.

Please paste any relevant logs below.

[06/05/2021, 18:02:37] [eWeLink] [Garage Door 1] initialising with options {"disableDeviceLogging":false,"operationTime":120,"type":"garage_eachen"}.
[06/05/2021, 18:02:37] [eWeLink] [Garage Door 1] initialised and found locally with IP [192.168.x.xxx].
[06/05/2021, 18:02:37] [eWeLink] [Garage Door 2] initialising with options {"disableDeviceLogging":false,"operationTime":120,"type":"garage_eachen"}.
[06/05/2021, 18:02:38] [eWeLink] [Garage Door 2] initialised and found locally with IP [192.168.x.xx].
[06/05/2021, 18:02:38] [eWeLink] [Obstruct1] could not be initialised as Cannot read property 'get' of undefined at new deviceGarageODSwitch (/usr/local/lib/node_modules/homebridge-ewelink/lib/device/simulation/garage-od-switch.js:22:40).
[06/05/2021, 18:02:38] [eWeLink] [Obstruct2] could not be initialised as Cannot read property 'get' of undefined at new deviceGarageODSwitch (/usr/local/lib/node_modules/homebridge-ewelink/lib/device/simulation/garage-od-switch.js:22:40).
[06/05/2021, 18:02:38] [eWeLink] ✓ Setup complete. Want to see this plugin in your own language? Let me know!
bwp91 commented 3 years ago

Hi @MoTechnicalities

Please try v6.5.1 and let me know if this issue is solved!

Thanks

MoTechnicalities commented 3 years ago

Please try v6.5.1 and let me know if this issue is solved!

Thanks

I have confirmed that v6.5.1 has resolved this issue. Obstruction Detection is now working. Thank you!