Releases: itavero/homebridge-z2m
Releases · itavero/homebridge-z2m
Release 1.1.1
Fixed
- Color change of lights using
color_hs
was not sent correctly. (fix for #57)
Release 1.1.0
Changed
- Improved
config.schema.json
to improve the plugin configuration screen a bit.
Most important changes since v0.0.10
- Requires Zigbee2MQTT v1.17.0 or newer
- Uses device information provided by new API in Zigbee2MQTT, so all supported devices should work immediately.
- Added support for remote controls (
action
) and thermostats / radiator valves (climate
). -
⚠️ IMPORTANT: Because of this major change, it might be that you have to reconfigure some of your accessories in your HomeKit setup, if you are coming from v0.0.10 or earlier, as names/identifiers of certain services might have changed. This should be a one time action only, because of this new major version.
Release 1.1.0-beta.4
Fixed
- Temperature sensors showed up as unavailable if the temperature dropped below 0°C, because the default range in HomeKit is 0 to 100°C (see #49).
Release 1.1.0-beta.3
Fixed
LockCurrentState
wasn't updated because the monitor was not initialized properly. (fix for #46)
Release 1.1.0-beta.2
Added
- Device documentation is now available on the website and generated based on information from the zigbee-herdsman-converters package,
which is also used by Zigbee2MQTT. - Support for
climate
devices added (like thermostats and TRVs). (see #40)
Changed
- Removed unhandled exceptions to prevent Homebridge from crashing. If the plugin does not work as expected, please investigate the
Homebridge logs up on startup to see if there is anything wrong with your plugin configuration or any of the dependencies.