derek-miller / homebridge-genie-aladdin-connect

Homebridge plugin to integrate Genie Aladdin Connect enabled garage door openers.
https://www.npmjs.com/package/homebridge-genie-aladdin-connect
Apache License 2.0
30 stars 4 forks source link

Report battery level for tilt sensor via Service.BatteryService API #5

Closed iAnatoly closed 2 years ago

iAnatoly commented 2 years ago

The door controller has a remote battery-powered tilt sensor, and it is fairly easy to report this sensor's battery level via Service.BatteryService homebridge API.

derek-miller commented 2 years ago

I already have the battery info plumbed through the service layer so this should be easy to add. I can work on it in the coming days. Thanks for the report.