Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
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

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.9k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.3k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.5k

Sonoff Zigbee Stick unter Proxmox läuft nicht

Geplant Angeheftet Gesperrt Verschoben Installation
4 Beiträge 4 Kommentatoren 218 Aufrufe 4 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • P Offline
    P Offline
    Pert
    schrieb am zuletzt editiert von 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 Antworten Letzte Antwort
    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
      schrieb am zuletzt editiert von
      #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 Antwort Letzte Antwort
      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 Abwesend
        crunchipC Abwesend
        crunchip
        Forum Testing Most Active
        schrieb am zuletzt editiert von
        #3

        @pert schau in die Doku, da ist es beschrieben

        umgestiegen von Proxmox auf Unraid

        1 Antwort Letzte Antwort
        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
          schrieb am zuletzt editiert von
          #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 Antwort Letzte Antwort
          0
          Antworten
          • In einem neuen Thema antworten
          Anmelden zum Antworten
          • Älteste zuerst
          • Neuste zuerst
          • Meiste Stimmen


          Support us

          ioBroker
          Community Adapters
          Donate

          741

          Online

          32.5k

          Benutzer

          81.6k

          Themen

          1.3m

          Beiträge
          Community
          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
          ioBroker Community 2014-2025
          logo
          • Anmelden

          • Du hast noch kein Konto? Registrieren

          • Anmelden oder registrieren, um zu suchen
          • Erster Beitrag
            Letzter Beitrag
          0
          • Home
          • Aktuell
          • Tags
          • Ungelesen 0
          • Kategorien
          • Unreplied
          • Beliebt
          • GitHub
          • Docu
          • Hilfe