homebridge-homeconnect
Home Connect home appliances plugin for Homebridge.
Changes in this version:
v0.12.0 - 2020-01-05
Changed
- Hood: The percentage values used for the
Rotation Speed
characteristic that correspond to low/medium/high speed from Siri are forced to 25%/50%/100%. This results in a non-linear scale, but should behave more consistently when Siri is used to change the speed. The preferred percentage values are provided to HomeKit in a Valid Values descriptor. (#2) - Home Connect API requests are now only issued if they are expected to succeed in the appliance's current state and with the currently authorised scopes. This reduces the number of requests that result in errors, making it less likely that the API rate limits will be exceeded and the client blocked.
Fixed
- Hood: The
Target Fan State
characteristic is no longer updated when a program stops (BSH.Common.Root.ActiveProgram
reported asnull
in an event). This prevents the manual/auto setting being incorrectly changed. (#2)