I am considering running Victron's Large OS Image with Nodered on a CerboGX.
I would also need the Zigbee2mqtt service running and a Zigbee USB Dongle to control Zigbee devices in my system.
Has anyone run Zigbee2mqtt on a CerboGX?
This site is now in read-only archive mode. Please move all discussion, and create a new account at the new Victron Community site.
I am considering running Victron's Large OS Image with Nodered on a CerboGX.
I would also need the Zigbee2mqtt service running and a Zigbee USB Dongle to control Zigbee devices in my system.
Has anyone run Zigbee2mqtt on a CerboGX?
zigbee2mqtt is working on CerboGX!
Stick: SONOFF Zigbee 3.0 USB Dongle Plus ZBDongle-P
Normal installation to /data/zigbee2mqtt
But /dev/ttyUSB0 was occupied by VenusOS.
Short solution/workaround Cerbo (took me hours):
In file /etc/venus/serial-starter.conf disable gps.
service cgwacs dbus-cgwacs #service gps gps-dbus service modbus dbus-modbus-client.serial service modem dbus-modem service mkx mk2-dbus service vedirect vedirect-interface service fzsonick dbus-fzsonick-48tl service imt dbus-imt-si-rs485tc alias rs485 cgwacs:fzsonick:imt:modbus alias default gps:vedirect include /data/conf/serial-starter.d
Best option: blacklist /dev/ttyUSBxx for VenusOS
Anyone knows how / a better method?
How did you get Zigbee2MQTT on the CerboGX ? Did you had to compile and build for it or is there a prepackaged binary ?
Hi!
Currently looking into integrating some zigbee devices. I have installed zigbee2mqtt, and my configuration detects the ConBee2 usb stick as /dev/ttyACM0, but I think it fails on connecting to the mqtt broker. This is running VenusOS Large v3.10~8 on a RPi3.
Are you able to share how you installed and configured zigbee2mqtt - are you using the local mosquitto broker?
This is how I send commands to zigbee. Remove the ".txt" and hopefully you can import that into your Node-Red
I am running the SONOFF Zigbee 3.0 USB Dongle Plus ZBDongle-P with Zigbee2MQTT and Mosquito MQTT Server on a separate VM (Ubuntu 22.04).
There I am running ioBroker and some more things.
On Cerbo i installed the same Zigbee2MQTT node red module and connected the Cerbo to this Mosquitto MQTT Server. That runs fine, too, without any further changes on the Cerbo.
50 People are following this question.