Releases: andreypopov/node-red-contrib-zigbee2mqtt
Releases Β· andreypopov/node-red-contrib-zigbee2mqtt
Misc improvements & fixes
fixed homekit support for IKEA blinds
Added lock support
v2.6.0
fixes bridge status
supports both legacy and non-legacy setting
Fixes for color and position
v2.3.1
Options improvement
Device options, device selection
Pre-release: Complete rework
- 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();
- added restart button;
- added output of important options;
- 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;
z2m-out node:
- removed transition option;
- WILL BE REWORKED IN v2.1;
Network map, groups
v0.4.1 fixes
General features
- nodes: in, get, out, bridge;
- devices renaming;
- homekit formatting;
Bugs are possible! need more tests..