Skip to content

Releases: Dirnei/node-red-contrib-zigbee2mqtt-devices

Release 0.20.0

03 Feb 21:14
Compare
Choose a tag to compare

What's Changed

  • Added Ikea Styrbar (E2001) support and Scenic FoH fixes by @Dirnei in #135

Full Changelog: 0.19.6...0.20.0

Release 0.19.6

14 Nov 07:51
03536db
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.19.5...0.19.6

Release 0.19.5

14 Mar 14:19
cdc19bb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.19.4...0.19.5

Release 0.19.4

01 Jan 18:01
d5e0d66
Compare
Choose a tag to compare

Happy new year to all!

What's Changed

  • Fix: not set action property in Ikea Remote message crashes Node-Red by @itupsk in #115

New Contributors

Release 0.19.3

29 Dec 23:39
a52bcaf
Compare
Choose a tag to compare

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

12 Mar 20:35
1515314
Compare
Choose a tag to compare

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

08 Mar 20:25
3a1ed78
Compare
Choose a tag to compare

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

23 Jan 13:59
f650ada
Compare
Choose a tag to compare

Features:

  • Two new example flows, from the getting started guide
  • Documentation overview page
  • Documented examples
  • Show switch to manual button if the device-list request failed.
  • Added deviceName to the output of the climate-sensor. Resolves #75
  • Added separateOuputs option the the climate sensor. Resolves #75

Release 0.18.1

20 Jan 15:17
900352d
Compare
Choose a tag to compare

Features:

  • Added the getting started guide to the documentation
  • Added a better device-type filter in device-selection for occupancy, climate and contact 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

17 Jan 17:26
Compare
Choose a tag to compare

IMPORTANT This release removes the old mqtt-config. After you updated this package, you will get many errors but you only need to fix one bridge-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 a send-messages-node.

img

Reconfigure the MQTT connection. Now everything that uses that bridge uses the new MQTT broker.

img

In case you still can't deploy delete the old now unknown mqtt-config nodes in the "Global Configuration Nodes" section.

img

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 the debug tab

Bug fixes:

  • Deployment increased the refresh messages that will be sent on deployment. Fixes #45
  • Redone the device-list as payload has changed and this topic is now also retained on the mqtt broker. It should solve #32