Hello,
since I have updated to 1.25 I cannot get zigbee running. No possible solution I have found on the Internet did any good. Can anyone help me what is causing the problem?
Thx in advance
Here is my log file:
> [email protected] start
> node index.js
CREATED DECONZ ADAPTER
Zigbee2MQTT:error 2022-05-19 12:46:27: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2022-05-19 12:46:27: Failed to start zigbee
Zigbee2MQTT:error 2022-05-19 12:46:27: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
Zigbee2MQTT:error 2022-05-19 12:46:27: Exiting...
Zigbee2MQTT:error 2022-05-19 12:46:27: undefined
[12:46:28] INFO: Handing over control to Zigbee2mqtt Core ...
And my config file:
{
"external_converters": [],
"devices": [
"devices.yaml"
],
"groups": [
"groups.yaml"
],
"homeassistant": true,
"permit_join": false,
"mqtt": {
"base_topic": "zigbee2mqtt",
"user": ""XXX",
"password": "XXX",
"server": "mqtt://core-mosquitto:1883"
},
"serial": {
"port": "/dev/ttyS0",
"adapter": "deconz"
},
"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,
"zigbee_herdsman_debug": true
}