Releases: Dirnei/node-red-contrib-zigbee2mqtt-devices
Releases · Dirnei/node-red-contrib-zigbee2mqtt-devices
Release 0.20.0
What's Changed
Full Changelog: 0.19.6...0.20.0
Release 0.19.6
What's Changed
- Fix bridge config connection by @Andreas-Huber in #127
- Add first node tests with mocha by @Andreas-Huber in #128
- Fix shelly25 node MQTT config by @Andreas-Huber in #130
Full Changelog: 0.19.5...0.19.6
Release 0.19.5
What's Changed
- Fixed failed to load device by @Andreas-Huber in #117
- Improve Node-RED scorecard rating by @Andreas-Huber in #120
- Fix/devicelist by @Dirnei in #122
Full Changelog: 0.19.4...0.19.5
Release 0.19.4
Release 0.19.3
Release: 0.19.3
Features:
- Documented additional settings for upgrading to mosquitto 2.0 in the getting started guide.
- Documented Mirek scale.
Bug fixes:
- Not set property on Ikea Remote device caused a complete Node-Red restart
- Not set property on Hue Remote device caused a complete Node-Red restart
- Preventive measure: Check action for empty string in scenic remote and sonoff buttons
Release 0.19.2
Release: 0.19.2
Bug fixes:
- Local node-red installation with nodejs 12 had a problem to load the node-red dependency. Removed it for now as it is only used for logging.
Release 0.19.1
Bug fixes:
- Better handling for invalid MQTT messages from z2m. Sometimes a required/expected property is missing or empty which caused an error.
- Hue Dimmer switch crashed NodeRED because the power status with no action came with no action.
Behind the scenes
- Removed some unnecessary files from the package, reducing the size from 324 kB to 229 kB
- Removed vulnerable dependencies
- Updated and thinned out dependencies so the installation will be faster
- Dev feature: Cleaned up npm build scripts so there are no warnings, and they behave the same on Windows, Linux, and macOS.
Release 0.19.0
Features:
Release 0.18.1
Features:
- Added the getting started guide to the documentation
- Added a better device-type filter in device-selection for
occupancy
,climate
andcontact
sensors. Resolves #77
Behind the scenes
- Switched generic sensor nodes to new device-selection (contact, occupancy, climate). Resolves #74
- Removed mqtt-config.ts (file was deleted) reference in package.json that caused a warning in the update-panel
Release 0.18.0
IMPORTANT This release removes the old
mqtt-config
. After you updated this package, you will get many errors but you only need to fix onebridge-config
and all the errors will get away. Sorry for this inconvenience!Open the
bridge-config
and edit the broker - e.g. in the settings of asend-messages-node
.Reconfigure the MQTT connection. Now everything that uses that bridge uses the new MQTT broker.
In case you still can't deploy delete the old now unknown
mqtt-config
nodes in the "Global Configuration Nodes" section.
Features:
- Removed custom MQTT Configuration and replaced it with the MQTT Configuration from the core nodes
- Added option to
bridge-config
to disable device refresh on deployment - Added option to
bridge-config
to log log-messages from zigbee2mqtt to thedebug tab