ptz0n / homebridge-verisure

 Platform plugin for Homebridge allowing to manage and control Verisure devices.
https://www.npmjs.com/package/homebridge-verisure
MIT License
66 stars 15 forks source link

Yale Doorman/Smartlock does not appear in 1.7.0-rc.0 #28

Closed ghost closed 6 years ago

ghost commented 6 years ago

Have a Smartplug and a Smartlock working in 1.6.0.

Only the Smartplug is showing in 1.7.0 -no sign of the Smartlock, and no error in the homebridge log.

Both working when reverting back to 1.6.0 again.

ptz0n commented 6 years ago

Thanks for reporting! Can you please share your config WITH CREDIENTIALS REMOVED and the logs from initializing/starting homebridge w. plugin version 1.7.0-rc.0?

ghost commented 6 years ago

Sendt you an email with logs.

ptz0n commented 6 years ago

Great find! I did a brain fart in the conditional for when to initialize the door lock accessory. Fixed by https://github.com/ptz0n/homebridge-verisure/pull/27/commits/51da699f737c8ef8037cd1028d45f47caf7db38c, published in 1.7.0-rc.0.

Please update & try again 👍

ghost commented 6 years ago

Thanks! It works perfectly now!