Skip to content

Releases: andreypopov/node-red-contrib-zigbee2mqtt

Misc improvements & fixes

17 Oct 14:43
Compare
Choose a tag to compare

fixed homekit support for IKEA blinds

14 Aug 06:48
Compare
Choose a tag to compare

Added lock support

14 Aug 06:27
Compare
Choose a tag to compare

fixes bridge status

14 Aug 06:27
Compare
Choose a tag to compare

supports both legacy and non-legacy setting

Fixes for color and position

14 Aug 06:26
Compare
Choose a tag to compare

Options improvement

22 Feb 07:28
Compare
Choose a tag to compare
  1. added support for: brightness_move_onoff, brightness_step_onoff, color_temp_move, color_temp_step
  2. added description for options

options

Device options, device selection

21 Feb 07:23
Compare
Choose a tag to compare
  1. Support for device options. Now it is possible to change options "on-the-fly". Options will be sent before payload. Payload can be empty.
  2. zigbee2mqtt-out select msg.topic as device it will sets device dynamically by topic or friendly_name.

2022-02-21_10-04-18

Pre-release: Complete rework

07 Feb 19:01
Compare
Choose a tag to compare
Pre-release
  • no zigbee2mqtt Legacy API anymore;
  • better node statuses;
  • support of availability option: blue statuses if availability is off, green = available, red = not available;
  • added timestamp to node's status after 3 seconds after of node.send();
    2022-02-07_21-59-25

z2m-bridge node:
2022-02-07_21-44-52

  • added restart button;
  • added output of important options;

z2m-get node:
2022-02-07_21-48-00
2022-02-07_21-47-33

  • choose msg.topic for getting data of any device, as msg.topic you can use: mqtt topic, friendly_name or selector

z2m-in node:

  • improved and fixed "output at startup" option;
  • filter unchanged values, so node will send only changes;
  • added msg.changed, which outputs previous value;
  • removed msg.device and msg.group, replaced by msg.item;
  • added msg.topic;
  • added msg.selector - it is an internal code of device which can be used as id in html code;
    2022-02-07_21-56-55

z2m-out node:

  • removed transition option;
    - WILL BE REWORKED IN v2.1;

Network map, groups

14 May 12:57
Compare
Choose a tag to compare
v0.4.1

fixes

General features

02 Apr 09:02
Compare
Choose a tag to compare
  • nodes: in, get, out, bridge;
  • devices renaming;
  • homekit formatting;

Bugs are possible! need more tests..