Releases: 2Fake/devolo_home_control_api
Releases · 2Fake/devolo_home_control_api
v0.16.0
Added
- Removed devices are now announced via Publisher
- The gateway object contains the Z-Wave home_id
Changed
- BREAKING: The siren now contains only a multi level switch to turn on a certain sound. The other properties moved to settings.
- BREAKING: Mydevolo is no longer a singleton
Fixed
- Smart Groups are not ignored in all cases
v0.15.1
v0.15.0
Added
- Support for Eurotronic Spirit
- Shared zeroconf instances can now be used
- More units for multi level sensors
- Prevent switching of binary switches that have active remote switching protection
- Send changes of battery level to the subscribers
Fixed
- Protection mode settings don't lead to websocket errors any more - #65
v0.14.0
Added
- Settings now update via websocket
- Last activity now updates via websocket
- Support for shutter movement as binary sensor
- Support for shutter overload warning as binary sensor
- Support for pending operations
Changed
- BREAKING: Name and zone (also called room) moved into the general device settings property because they may change.
Fixed
- Datetime objects are now in local time - #59
v0.13.0
Added
- Support for devolo Key-Fob
- Support for devolo Wall Switch
Changed
- BREAKING: MildewProperty was reimplemented as BinarySensorProperty and DewpointProperty was reimplemented as MultiLevelSensorProperty.
- BREAKING: Devices attributes manID and manufacturerId, prodID and productId as well as prodTypeID and productTypeId were merged
to manufacturer_id, product_id and product_type_id respectively.
Fixed
- Publisher sends consumption type additionally to element_uid and consumption value.
v0.12.0
Added
- Support for devolo Siren
Changed
- BREAKING: The naming of some setting properties changed
Fixed
- Searching for devices now also works, if multiple devices have the same name.
- Websocket messages in unexpected format are handled gracefully.
v0.11.0
Added
- Support for devolo Radiator Thermostat
- Support for devolo Room Thermostat
- Support for devolo Dimmer FM
- Support for devolo Shutter FM
- Support for Danfoss Living Connect Z Radiator Thermostat
- Support for Danfoss Living Connect Z Room Thermostat
- Support for Qubino Flush Dimmer
- Support for Qubino Flush Shutter
- Multilevel sensor properties now have human readable units, if known
Fixed
- Keep cloud session alive #48
v.0.10.0
v0.9.1
v0.9.0
Changed
- BREAKING: Gateways being offline now throw a GatewayOfflineError
- Exceptions now have their own files
Fixed
- Devices were always shown as offline
- Sometimes the websocket was closed before it was established
- Accessing an offline from the start gateway was not handled