@evilbunny/node-red-contrib-zigbee2mqtt 3.2.11
Fork of Zigbee2mqtt connectivity nodes for node-red
Forked
This was forked from andreypopov/node-red-contrib-zigbee2mqtt but that repo was last updated more than 18 months ago and the dependencies were horribly out of date and wouldn't cleanly install for me.
I've made other improvements, such as more state options to support ZigBee devices I own. I submitted a PR for the changes but given all the unmerged PRs, I don't expect my PR will be merged.
@evilbunny/node-red-contrib-zigbee2mqtt
Node-Red Nodes for Zigbee2mqtt connectivity.
Install
You should do the following:
npm install -g node-red
mkdir -p /opt/node-red
useradd -d /opt/node-red -M node-red
chown -R node-red: /opt/node-red
su -s /bin/bash - node-red
mkdir -p .node-red
cd .node-red
node-red admin init
Next edit the settings.js to match your server
nano settings.js
Finally install this module
npm install @evilbunny/node-red-contrib-zigbee2mqtt
and then you can start Node Red by doing
cd ..
node-red
Available nodes
- zigbee2mqtt-eb-in: listen to device
- zigbee2mqtt-eb-get: get current value of device
- zigbee2mqtt-eb-out: send command to device
- zigbee2mqtt-eb-bridge: logs, options, other events
Extra features:
- groups support
- network map generation
Support
Developing and supporting this plugin needs time and efforts. Appreciate your support on Patreon. Here, you can sign up to be a member and help support my project.