Hi,
I ordered a LilyZig PoE adapter and I have trouble getting it to work with either Z2M or ZHA. I can connect to the adapter fine and I can add it to my mosquitto broker so I can see its base stats like temperature, etc. but when I try to use it for zigbee2MQTT I get these errors:
Zigbee2MQTT:error 2022-03-11 16:30:55: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2022-03-11 16:30:55: Failed to start zigbee
Zigbee2MQTT:error 2022-03-11 16:30:55: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
Zigbee2MQTT:error 2022-03-11 16:30:55: Exiting...
Zigbee2MQTT:error 2022-03-11 16:30:55: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
at ZStackAdapter.start (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:102:27)
at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:123:29)
at Zigbee.start (/app/lib/zigbee.ts:58:27)
at Controller.start (/app/lib/controller.ts:100:27)
at start (/app/index.js:101:5)
I’ve put the correct adress and port in my Z2M config, I guess:
port: tcp://192.168.6.27:6638
Here is my full config of Z2M:
data_path: /config/zigbee2mqtt
external_converters: []
devices: devices.yaml
groups: groups.yaml
homeassistant: true
permit_join: false
mqtt:
base_topic: zigbee2mqtt
serial:
port: tcp://192.168.6.27:6638
advanced:
log_level: warn
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: {}
availability: false
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
Anyone can help me with this?