Stefan,
Thanks for your reply. I have a MQQT-in node listening to zigbee2mqtt/# but nothing arrives.
That is why I worrie about the bridge node. It has no devices.
"Start searching devices for 3 minutes" finds no devices.
There must still be something I do wrong.
Any further help / suggestions?
Thanks,
Wim
cflurin,
Thanks
I did this about a dozen times. It is not very node-red specific. (I have no yaml file)
Any further suggestion?
I have copied a few node red flows, but problem remains.
Wim
How did you install zigbee2mqtt? (zigbee2mqtt isn't a node-red node but an external app).
Which zigbee adapter are you using, which zigbee firmware version?
Which zigbee2mqtt version?
You can install zigbee2mqtt on a raspberry pi and use the node-red core mqtt nodes. (zigbee2mqtt can run on the same rpi as node-red).
To test the mqtt connection you can install the mqtt-explorer e.g. on a PC, see http://mqtt-explorer.com/
I installed node-red-contrib-zigbee and node-red-contrib-zigbee2mqtt from within node-red.
CC2531firmware CC2531_DEFAULT_20190608.hex
zigbee2mqtt 0.6.2
I will install the mqtt explorer and report results
Thanks,
Wim
pi@Pi4-8G:~ $ node-red-start
bash: node-red-start: command not found
pi@Pi4-8G:~ $ sudo journalctl -u zigbee2mqtt.service -f
-- Logs begin at Tue 2020-12-15 16:01:23 CET. --
Dec 15 16:05:36 Pi4-8G npm[1426]: Zigbee2MQTT:info 2020-12-15 16:05:36: Coordinator firmware version: '{"meta":{"maintrel":3,"majorrel":2,"minorrel":6,"product":0,"revision":20190608,"transportrev":2},"type":"zStack12"}'
Dec 15 16:05:36 Pi4-8G npm[1426]: Zigbee2MQTT:info 2020-12-15 16:05:36: Currently 0 devices are joined:
Dec 15 16:05:36 Pi4-8G npm[1426]: Zigbee2MQTT:warn 2020-12-15 16:05:36: permit_join set to true in configuration.yaml.
Dec 15 16:05:36 Pi4-8G npm[1426]: Zigbee2MQTT:warn 2020-12-15 16:05:36: Allowing new devices to join.
Dec 15 16:05:36 Pi4-8G npm[1426]: Zigbee2MQTT:warn 2020-12-15 16:05:36: Set permit_join to false once you joined all devices.
Dec 15 16:05:36 Pi4-8G npm[1426]: Zigbee2MQTT:info 2020-12-15 16:05:36: Zigbee: allowing new devices to join.
Dec 15 16:05:37 Pi4-8G npm[1426]: Zigbee2MQTT:info 2020-12-15 16:05:37: Connecting to MQTT server at mqtt://localhost
Dec 15 16:05:37 Pi4-8G npm[1426]: Zigbee2MQTT:info 2020-12-15 16:05:37: Connected to MQTT server
Dec 15 16:05:37 Pi4-8G npm[1426]: Zigbee2MQTT:info 2020-12-15 16:05:37: MQTT publish: topic 'zigbee2mqtt/bridge/state', payload 'online'
Dec 15 16:05:37 Pi4-8G npm[1426]: Zigbee2MQTT:info 2020-12-15 16:05:37: MQTT publish: topic 'zigbee2mqtt/bridge/config', payload '{"commit":"0514204","coordinator":{"meta":{"maintrel":3,"majorrel":2,"minorrel":6,"product":0,"revision":20190608,"transportrev":2},"type":"zStack12"},"log_level":"info","network":{"channel":11,"extendedPanID":"0xdddddddddddddddd","panID":6754},"permit_join":true,"version":"1.16.2"}'
As you can see node-red can no longer be started.
So I definately need help now.
And I removed (disabled) the zigbee2mqtt service outside of node-red.
Only the node-red-contribute-zigbee seems to be working well.
I just have to to the intergration with mqtt myself within node-red.
And that is no problem at all.
Thanks for all advise.
Wim