I recently migrated my ZHA network to Zigbee2mqtt and so far i’ve had nothing but problems.
I have managed to pair most of my devices with the exception of the following:
Hue Motion Outdoor Sensor I have two of these and one of them is not being found at all when put into pairing mode.
I also have a bunch of device that have been found but the interview never succeeds.
Tuya Zigbee rechargable contact sensor
Sonoff SNZB-03 - (I have 7 of these and 2 of them never succeed at interview)
Sonoff SNZB-04 - (I have 2 of these and one fails interview)
For all the troublesome devices I have changed the batteries and brought them right to the coordinator to pair.
The devices that are paired are not performing very well at all. They frequently don’t update there state and commands are often not sent to HA.
I’m new to Z2M so not sure if this is just a tweak of the config or anything but here is what I have:
I’m using HA Blue with
core-2021.12.8
supervisor-2021.12.2
Home Assistant OS 7.1
ZZH stick from Electrolama
This is my Z2M config:
data_path: /config/zigbee2mqtt
external_converters: []
devices: devices.yaml
groups: groups.yaml
homeassistant: true
permit_join: true
mqtt:
base_topic: zigbee2mqtt
serial:
port: /dev/ttyUSB0
advanced:
log_level: warn
pan_id: 6754
channel: 25
network_key:
- 1
- 3
- 5
- 7
- 9
- 11
- 13
- 15
- 0
- 2
- 4
- 6
- 8
- 10
- 12
- 13
availability_blocklist: []
availability_passlist: []
device_options: {}
blocklist: []
passlist: []
queue: {}
frontend:
port: 8099
experimental: {}
availability: true
socat:
enabled: false
master: pty,raw,echo=0,link=/tmp/ttyZ2M,mode=777
slave: tcp-listen:8485,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5
options: '-d -d'
log: false
zigbee_herdsman_debug: false