homebridge-homeconnect
Home Connect home appliances plugin for Homebridge.
Changes in this version:
v0.11.0 - 2020-01-05
Added
- CleaningRobot/CookProcessor: Additional appliance types are now explicitly supported. Previously they just implemented a read-only
Switch
for their power status. - Hood: Added support for the intensive setting (
Cooking.Common.Option.Hood.IntensiveLevel
) on appliances that support it. This is treated as an additional one or two fan speeds above the standard venting levels. (#2)
Changed
- Hood: The step size for the
Rotation Speed
characteristic is now selected an an integer value that allows 25%/50%/100% to be selected (since Siri uses these percentages for low/medium/high). Previously the step size was calculated as 100% full-scale divided by the number of supported fan speeds, but that caused problems due to rounding errors with fractional values. (#2) - Hood: Requesting 0% fan speed now stops the current program instead of changing the current program's options. (#2)
- The ability to switch an appliance off or place it in standby is now determined automatically (by querying the allowed values for
BSH.Common.Setting.PowerState
) instead of being hardcoded based on the appliance type.
Fixed
- Hood: Cope with
FanOff
(orIntensiveStageOff
) not being included in theallowedvalues
for theCooking.Common.Program.Hood.Venting
program options (contrary to the Home Connect documentation). (#2)