homebridge-homeconnect
Home Connect home appliances plugin for Homebridge.
Changes in this version:
v0.16.0 - 2020-01-22
Added
- CleaningRobot: Added a
Battery Service
service to indicate the battery charge level and its charging status.
Changed
- Use the new dynamic configuration schema support in homebridge-config-ui-x version 4.8.1. This saves the schema as
~/.homebridge/.homebridge-homeconnect-v1.schema.json
instead of overwritingconfig.schema.json
in the installation directory, so works even if the plugin does not have write access to its installation directory. - The OAuth
access_token
andrefresh_token
are now obfuscated before being written to the log file; only the first 4 and final 8 characters are recorded. This is sufficient for debugging purposes, but prevents account access if a log file is posted publicly. Note that codes used during the initial authorisation are still logged, but these have very short validity periods (thedevice_code
anduser_code
for physical appliances are only valid for 5 minutes, and theauthorization_code
for the simulator is valid for 10 minutes).