ioBroker / ioBroker.zigbee

Zigbee communcation with Hue, Xiaomi, Lighttify... via TI CC2xxx USB stick
MIT License
305 stars 191 forks source link

Log file referenced, but iob logs is empty. #2117

Closed Grothesk242 closed 2 months ago

Grothesk242 commented 2 months ago
2024-04-13 21:24:07.368  - info: zigbee.0 (405769) starting. Version 1.10.3 in /opt/iobroker/node_modules/iobroker.zigbee, node: v21.7.3, js-controller: 5.0.19
2024-04-13 21:24:07.407  - debug: zigbee.0 (405769) Using zigbee-herdsman with settings: {"network":{"panID":6754,"channelList":[11],"networkKey":[1,3,5,7,9,11,13,15,0,2,4,6,8,10,12,13],"extenedPanID":[83,234,92,160,126,48,126,68]},"databasePath":"/opt/iobroker/iobroker-data/zigbee_0/shepherd.db","backupPath":"/opt/iobroker/iobroker-data/zigbee_0/nvbackup.json","serialPort":{"baudRate":115200,"rtscts":false,"path":"/dev/serial/by-id/usb-Silicon_Labs_slae.sh_cc2652rb_stick_-_slaesh_s_iot_stuff_00_12_4B_00_23_93_2C_A8-if00-port0","adapter":"zstack"},"adapter":{"forceStartWithInconsistentAdapterConfiguration":false},"legacy":false}
2024-04-13 21:24:07.467  - info: zigbee.0 (405769) delete old Backup files. keep only last 10
2024-04-13 21:24:07.469  - info: zigbee.0 (405769) Starting Zigbee  npm ...
2024-04-13 21:24:07.529  - debug: zigbee.0 (405769) Starting zigbee-herdsman...
2024-04-13 21:24:07.831  - info: zigbee.0 (405769) Installed Version: iobroker.zigbee@1.10.3
2024-04-13 21:24:08.173  - debug: zigbee.0 (405769) Backup /opt/iobroker/iobroker-data/zigbee_0/backup_2024_04_13-21_24_07.tar.gz success
2024-04-13 21:24:16.556  - error: zigbee.0 (405769) Starting zigbee-herdsman problem : "startup failed - configuration-adapter mismatch - see logs above for more information"
2024-04-13 21:24:16.557  - error: zigbee.0 (405769) Failed to start Zigbee
2024-04-13 21:24:16.558  - error: zigbee.0 (405769) Error herdsman start
2024-04-13 21:24:26.560  - info: zigbee.0 (405769) Try to reconnect. 1 attempts left
2024-04-13 21:24:26.561  - info: zigbee.0 (405769) Starting Zigbee  npm ...
2024-04-13 21:24:26.567  - debug: zigbee.0 (405769) Starting zigbee-herdsman...
2024-04-13 21:24:26.577  - info: zigbee.0 (405769) Installed Version: iobroker.zigbee@1.10.3
2024-04-13 21:24:26.761  - error: zigbee.0 (405769) Starting zigbee-herdsman problem : "Error Resource temporarily unavailable Cannot lock port"
2024-04-13 21:24:26.762  - error: zigbee.0 (405769) Failed to start Zigbee
2024-04-13 21:24:26.763  - error: zigbee.0 (405769) Error herdsman start

Okay, configuration-adapter mismatch. But where is the 'logs above'? In previous versions you could find the settings in iob logs.

arteck commented 2 months ago

node: v21.7.3,

is not supported

Grothesk242 commented 2 months ago

nodejs version is not relevant, the log is the same with v18.

Grothesk242 commented 2 months ago

nodejs@18:

2024-04-20 11:28:21.222  - info: zigbee.0 (1149833) starting. Version 1.10.3 in /opt/iobroker/node_modules/iobroker.zigbee, node: v18.20.2, js-controller: 5.0.19
2024-04-20 11:28:21.401  - info: zigbee.0 (1149833) delete old Backup files. keep only last 10
2024-04-20 11:28:21.403  - info: zigbee.0 (1149833) Starting Zigbee  npm ...
2024-04-20 11:28:21.850  - info: zigbee.0 (1149833) Installed Version: iobroker.zigbee@1.10.3
2024-04-20 11:28:30.848  - error: zigbee.0 (1149833) Starting zigbee-herdsman problem : "startup failed - configuration-adapter mismatch - see logs above for more information"
2024-04-20 11:28:30.850  - error: zigbee.0 (1149833) Failed to start Zigbee
2024-04-20 11:28:30.851  - error: zigbee.0 (1149833) Error herdsman start
2024-04-20 11:28:40.860  - info: zigbee.0 (1149833) Try to reconnect. 1 attempts left
2024-04-20 11:28:40.861  - info: zigbee.0 (1149833) Starting Zigbee  npm ...
2024-04-20 11:28:40.884  - info: zigbee.0 (1149833) Installed Version: iobroker.zigbee@1.10.3
2024-04-20 11:28:41.114  - error: zigbee.0 (1149833) Starting zigbee-herdsman problem : "Error Resource temporarily unavailable Cannot lock port"
2024-04-20 11:28:41.116  - error: zigbee.0 (1149833) Failed to start Zigbee
2024-04-20 11:28:41.117  - error: zigbee.0 (1149833) Error herdsman start