Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Pert

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 4
    • Best 0
    • Groups 1

    Pert

    @Pert

    0
    Reputation
    4
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Pert Follow
    Starter

    Latest posts made by Pert

    • Sonoff Zigbee Stick unter Proxmox läuft nicht

      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

      posted in Installation
      P
      Pert
    • "queryOnlyOpenClose" funktioniert nicht?

      Ich möchte verhindern, dass ein Sensor durch Google Home commands entgegennimmt.

      So wie ich das verstehe, ist dafür das attribute queryOnlyOpenClose da, welches ich auch verwendet habe. In die UI (Nest Hub, Mobile App), kann ich aber trotzdem öffnen und schließen auswählen und auch den state damit ändern.

      Folgendes habe ich konfiguriert:

      "smartName": {
            "de": "Küche Schiebetür",
            "ghTraits": [
              "action.devices.traits.OpenClose"
            ],
            "ghType": "action.devices.types.DOOR",
            "ghAttributes": "{\"openDirection\":[\"LEFT\",\"RIGHT\"], \"queryOnlyOpenClose\": true}",
            "ghConv2GH": "return value ? 100 : 0"
          },
      

      Kennt jemand das Problem?

      posted in Cloud Dienste
      P
      Pert
    • IOT Adapter: "Modes" in Google Home darstellen

      Hat es schon mal jemand geschafft, "Modes" in Google Home abzubilden?

      Es ist zwar möglich den Trait action.devices.traits.Modes auszuwählen, und es werden auch automatisch Beispiel-Attribute eingefügt, aber in Google Home werden die Modes nicht richtig dargestellt.

      Trait action.devices.traits.Modes im Adapter mit Beispiel-Attributes
      Screenshot 2022-10-29 144242.png

      Darstellung in GH (Mobile):
      screenshot 2022-10-29-150457_002.jpeg

      posted in Cloud Dienste
      P
      Pert
    • RE: Vis-google-fonts

      Seitdem ich 2 ioBroker laufen habe (Multihost), werden die Fonts bei mir nicht mehr angezeigt.

      Kann das jemand nachvollziehen?

      Thx

      posted in Visualisierung
      P
      Pert
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo