Hi everyone.
I have three zigbee networks in my home, each one with one slzb03 as coordinator and a zigbee2mqtt running in docker. All zigbee2mqtt have the same config for the last year and works very well, until yesterday, when I have added three devices in a zigbee network and it not appears in home assistant: it’s not listed in the list of the devices in the mqtt integration. I tried to add the same devices in another network, and it appears in home assistant. Ten days ago I added a device in the problematic zigbee network successfully. I have no idea how to solve this problem. All config is ok and I have already restarted everything. Bellow are my zigbee2mqtt config:
devices: devices.yaml
groups: groups.yaml
homeassistant:
enabled: true
legacy_action_sensor: true
discovery_topic: homeassistant2 #(homeassistant1 and homeassistant3 for the others networks)
status_topic: homeassistant2/status #(homeassistant1 and homeassistant3 for the others networks)
frontend:
enabled: true
port: 8082 #(8081 and 8083 for the others networks)
auth_token: (secret)
mqtt:
base_topic: zigbee2mqtt2 #(zigbee2mqtt1 and zigbee2mqtt3 for the others networks)
server: mqtt://192.168.120.22:1883
user: root
password: (secret)
keepalive: 60
reject_unauthorized: true
version: 4
serial:
port: tcp://192.168.130.25:6638 #(varies for the others networks)
baudrate: 115200
adapter: zstack
disable_led: false
device_options:
homeassistant:
last_seen:
enabled_by_default: true
availability:
enabled: true
active:
timeout: 10
passive:
timeout: 480
advanced:
transmit_power: 20
channel: 25 #(varies on another zigbee network)
pan_id: 30436 #(varies on another zigbee network)
ext_pan_id: #(... - varies on another zigbee network)
network_key: #(... - varies on another zigbee network)
last_seen: ISO_8601
version: 5
Would appreciate any thoughts on what might be wrong.