@DenisIO wrote:
My Hardware is RPi 4 + CC2531 dongle.
Software is latest HA + Mosquito MQTT Brocker + Zigbee2MQTT
I successfully control my Gledopto RGB and IKEA bulbs using first CC2531 dongle.
But now I want to add one more CC2531 dongle to control Livolo switches.
“These devices can only be used on channel 26. These devices are locked to the manufacturer’s network key (ext_pan_id)” see https://www.zigbee2mqtt.io/devices/TI0001.html
Please advise how to config zigbee2mqtt to create two networks.
Thanks in advance.My current zigbee2mqtt config with one CC2531 dongle looks like this:
{
“data_path”: “/share/zigbee2mqtt”,
“devices”: “devices.yaml”,
“groups”: “groups.yaml”,
“homeassistant”: true,
“permit_join”: false,
“mqtt”: {
“base_topic”: “zigbee2mqtt”,
“server”: “mqtt://core-mosquitto:1883”,
“user”: “mqtt-user”,
“password”: “mqtt-user”
},
“serial”: {
“port”: “/dev/ttyACM0”
},
“advanced”: {
“pan_id”: 6754,
“channel”: 11,
“network_key”: [
1,
3,
5,
7,
9,
11,
13,
15,
0,
2,
4,
6,
8,
10,
12,
13
],
“availability_blacklist”: []
},
“ban”: [],
“whitelist”: [],
“queue”: {},
“socat”: {
“enabled”: false,
“master”: “pty,raw,echo=0,link=/dev/ttyZ2M,mode=777”,
“slave”: “tcp-listen:8485,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5”,
“restartdelay”: 1,
“initialdelay”: 1,
“options”: “-d -d”,
“log”: false
}
}
Posts: 2
Participants: 2