Hallo,
ich möchte von einer Raspi-Installation auf einen Proxmox Container wechseln.
Leider funktioniert die Anbindung eines Sonoff Zigbee 3.0 Sticks nicht fehlerfrei.
USB wird durchgereicht und die Rechte scheinen zu stimmen:
root@iobroker:~# ls -l /dev/ttyUSB0
crw-rw-rw- 1 nobody nogroup 188, 0 Aug 1 12:36 /dev/ttyUSB0
Es kommt aber leider immer zu folgender Fehlermeldung:
host.iobroker
2023-08-01 12:36:59.177 error instance system.adapter.zigbee.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
host.iobroker
2023-08-01 12:36:59.177 error Caught by controller[0]: at Zigbee.onZigbeeAdapterReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:415:30)
host.iobroker
2023-08-01 12:36:59.177 error Caught by controller[0]: at Zigbee.sendError (/opt/iobroker/node_modules/iobroker.zigbee/main.js:118:32)
host.iobroker
2023-08-01 12:36:59.177 error Caught by controller[0]: at Object.configureScope (/opt/iobroker/node_modules/@sentry/src/exports.ts:76:1)
host.iobroker
2023-08-01 12:36:59.177 error Caught by controller[0]: at Hub.configureScope (/opt/iobroker/node_modules/@sentry/src/hub.ts:340:1)
host.iobroker
2023-08-01 12:36:59.177 error Caught by controller[0]: at /opt/iobroker/node_modules/iobroker.zigbee/main.js:122:56
host.iobroker
2023-08-01 12:36:59.177 error Caught by controller[0]: TypeError: Cannot read properties of undefined (reading 'Error')
host.iobroker
2023-08-01 12:36:59.177 error Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
zigbee.0
2023-08-01 12:36:58.653 warn Terminated (UNCAUGHT_EXCEPTION): Without reason
zigbee.0
2023-08-01 12:36:58.652 info terminating
zigbee.0
2023-08-01 12:36:58.152 info Zigbee: disabling joining new devices.
zigbee.0
2023-08-01 12:36:58.151 info cleaned everything up...
zigbee.0
2023-08-01 12:36:58.010 error Cannot read properties of undefined (reading 'Error')
zigbee.0
2023-08-01 12:36:58.010 error TypeError: Cannot read properties of undefined (reading 'Error') at /opt/iobroker/node_modules/iobroker.zigbee/main.js:122:56 at Hub.configureScope (/opt/iobroker/node_modules/@sentry/src/hub.ts:340:1) at Object.configureScope (/opt/iobroker/node_modules/@sentry/src/exports.ts:76:1) at Zigbee.sendError (/opt/iobroker/node_modules/iobroker.zigbee/main.js:118:32) at Zigbee.onZigbeeAdapterReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:415:30)
zigbee.0
2023-08-01 12:36:57.996 error unhandled promise rejection: Cannot read properties of undefined (reading 'Error')
zigbee.0
2023-08-01 12:36:57.996 error Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
zigbee.0
2023-08-01 12:36:57.995 error Unable to apply ExtPanID changes: Error: SRSP - SYS - osalNvRead after 0,2ms
zigbee.0
2023-08-01 12:36:57.993 info Zigbee started
Interessanterweise funktionert der Stick auf dem Raspi mit der gleichen Zigbee Adapter Konfiguration tadellos.
Hat jemand eine Idee?
Grüße
Pert