bombadiltom / homebridge-rademacher-homepilot

MIT License
26 stars 21 forks source link

Login #29

Closed awahlig closed 4 years ago

awahlig commented 4 years ago

Access to HomePilot can be protected with a password (Settings / Local password in the web interface). This change adds support for that to the homebridge plugin.

The password is provided along with the HomePilot URL in config.json. The feature is optional -- if not enabled on HomePilot, the field can be left empty and everything will work as before.

Login is performed once, at startup.

Accessories that haven't been updated to the new APIs (dimmer, lock, etc) have not been changed to support authenticated calls (this should be done when updating them to the new API).

bombadiltom commented 4 years ago

Great job! Will merge it soon!