homebridge-homeconnect
Home Connect home appliances plugin for Homebridge.
Changes in this version:
v0.2.0 - 2019-12-25
Added
- CoffeeMaker/Dryer/FridgeFreezer/Washer: Added minimal support for these appliance types (just power, door status, program aborted/finished events, remaining program time, and operation state).
Changed
- Dishwasher/Oven:
Remaining Duration
characteristic is now reset to 0 when a program finishes, even if the appliance does not generate a remaining time event. Also reduced its maximum value from 86,400 to 86,340. - Suppress warnings in the log file for event stream lines that begin with a colon (such as ":ok" from the simulators). The Server-Sent Events (SSE) specification defines these as comments, but they are not described in the Home Connect documentation.