Hello!
Hopefully someone can point me in the right direction here.
I have a SLZB-06 connected via ethernet (PoE). I have installed mosquito broker and Zigbee2mqtt into HA. The SLZB-06 is configured to work over PoE and as a coordinator.
Here is the config of Zigbee2mqtt
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
Mqtt
server: mqtt://core-mosquitto:1883
user: mqtt-user
password: xxx
Serial
port: tcp://192.168.1.24:6638
baudrate: 115200
adapter: zstack
disable_led: false
advanced: null
transmit_power: 20
The logs look pretty good (Logs shown at the bottom of this post). When I go zigbee2mqtt, and press Permit Join, and stick my device (MeRoss smart Plug) into pairing mode, nothing ever appears. Any pointers of where I should be looking?
[2025-01-27 21:20:42] info: z2m: Started frontend on port 8099
[2025-01-27 21:20:42] info: z2m: Zigbee2MQTT started!
[2025-01-27 21:20:47] info: z2m:mqtt: MQTT publish: topic 'homeassistant/binary_sensor/1221051039810110150109113116116_0x00124b0031d80ee7/connection_state/config', payload '{"device":{"hw_version":"zStack3x0 20221226","identifiers":["zigbee2mqtt_bridge_0x00124b0031d80ee7"],"manufacturer":"Zigbee2MQTT","model":"Bridge","name":"Zigbee2MQTT Bridge","sw_version":"2.0.0"},"device_class":"connectivity","entity_category":"diagnostic","name":"Connection state","object_id":"zigbee2mqtt_bridge_connection_state","origin":{"name":"Zigbee2MQTT","sw":"2.0.0","url":"https://www.zigbee2mqtt.io"},"payload_off":"offline","payload_on":"online","state_topic":"zigbee2mqtt/bridge/state","unique_id":"bridge_0x00124b0031d80ee7_connection_state_zigbee2mqtt","value_template":"{{ value_json.state }}"}'