Hi, i bought this zigbee lamp and i try to connect it with my cc2531 stick in Home Assistant. I put the light in pairing mode but, the log of zigbee2mqtt showed nothing. Other zigbee devices like an ikea button works perfekt with this config.
I put the Rasp next to the light so the distance should not be a problem.
I have already tried to add the lamp as a new or unknown device. But I failed already at the first step of the instructions because the lamp is not recognized in z2m in pairing mode. It simply does not change anything in the log. Neither a warning or info or anything else. That’s the strange thing about it
This is my config:
data_path: /share/zigbee2mqtt
external_converters: []
devices: devices.yaml
groups: groups.yaml
homeassistant: true
permit_join: true
mqtt:
base_topic: zigbee2mqtt
server: 'mqtt://192.168.178.47:1883'
user: x
password: x
serial:
port: /dev/ttyACM0
advanced:
log_level: debug
pan_id: 6754
channel: 11
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:
new_api: true
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