Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Einsteigerfragen
  4. Installation
  5. Sonoff Zigbee Stick unter Proxmox läuft nicht

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    16
    1
    309

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.7k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.3k

Sonoff Zigbee Stick unter Proxmox läuft nicht

Scheduled Pinned Locked Moved Installation
4 Posts 4 Posters 276 Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Pert
    wrote on last edited by Pert
    #1

    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

    Thomas BraunT crunchipC arteckA 3 Replies Last reply
    0
    • P Pert

      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

      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      wrote on last edited by
      #2

      @pert sagte in Sonoff Zigbee Stick unter Proxmox läuft nicht:

      Raspi-Installation auf einen Proxmox Container wechseln.

      Dann mach es gleich richtig, root login ist jedenfalls auch im Container falsch.

      Linux-Werkzeugkasten:
      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
      NodeJS Fixer Skript:
      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

      1 Reply Last reply
      0
      • P Pert

        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

        crunchipC Away
        crunchipC Away
        crunchip
        Forum Testing Most Active
        wrote on last edited by
        #3

        @pert schau in die Doku, da ist es beschrieben

        umgestiegen von Proxmox auf Unraid

        1 Reply Last reply
        0
        • P Pert

          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

          arteckA Offline
          arteckA Offline
          arteck
          Developer Most Active
          wrote on last edited by
          #4

          @pert sagte in Sonoff Zigbee Stick unter Proxmox läuft nicht:

          Hat jemand eine Idee?

          installier die GIT version

          zigbee hab ich, zwave auch, nuc's genauso und HA auch

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          Support us

          ioBroker
          Community Adapters
          Donate

          567

          Online

          32.7k

          Users

          82.5k

          Topics

          1.3m

          Posts
          Community
          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
          ioBroker Community 2014-2025
          logo
          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Home
          • Recent
          • Tags
          • Unread 0
          • Categories
          • Unreplied
          • Popular
          • GitHub
          • Docu
          • Hilfe