Navigation

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

    NEWS

    • Amazon Alexa - ioBroker Skill läuft aus ?

    • Monatsrückblick – September 2025

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Best 1
    • Groups 1

    satric

    @satric

    Starter

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

    satric Follow
    Starter

    Best posts made by satric

    • RE: KNX Adapter funktioniert nicht mehr (Reboot Schleife)

      @thomas-braun Ich habe den Text als Code hinzugefügt. Vielen Dank

      posted in ioBroker Allgemein
      S
      satric

    Latest posts made by satric

    • RE: KNX Adapter funktioniert nicht mehr (Reboot Schleife)

      Ich habe es gefunden. Es war ein alter Direktlink, dessen Sensor nicht mehr aktiv ist. Diesen Link habe ich gelöscht, seitdem scheint es zu laufen. Keine Ahnung warum der Direktlink erst jetzt Probleme gemacht hat, denn den Sensor gibt es schon ein halbes Jahr nicht mehr.

      posted in ioBroker Allgemein
      S
      satric
    • RE: KNX Adapter funktioniert nicht mehr (Reboot Schleife)

      @thomas-braun Schande über mein Haupt. Jetzt habe ich es hoffentlich.

      posted in ioBroker Allgemein
      S
      satric
    • RE: KNX Adapter funktioniert nicht mehr (Reboot Schleife)

      @thomas-braun Ich habe den Text als Code hinzugefügt. Vielen Dank

      posted in ioBroker Allgemein
      S
      satric
    • KNX Adapter funktioniert nicht mehr (Reboot Schleife)

      Hallo,

      seid heute Nacht funktionierte mein KNX-Adapter (2.0.30) nicht mehr richtig. Vor allem waren Objekte betroffen die Werte (z.b. Temperatur) per Direct-Link vom IObroker zum KNX-Bus sendeten. Es kamen auch Fehlermeldungen (siehe Log-Auszug)

      2025-08-14 16:29:35.781  - info: host.raspberrypi instance system.adapter.knx.0 in version "2.0.30" started with pid 4699
      2025-08-14 16:29:39.470  - info: knx.0 (4699) starting. Version 2.0.30 in /opt/iobroker/node_modules/iobroker.knx, node: v22.18.0, js-controller: 7.0.6
      2025-08-14 16:29:43.259  - warn: knx.0 (4699) No license found for knx. You can use 500DP for free or you can get a license on https://iobroker.net/accountLicenses !
      2025-08-14 16:29:43.262  - info: knx.0 (4699) Connecting to knx GW: 192.168.XXX.XXX:3671 with phy. Adr: 1.1.0
      2025-08-14 16:29:43.393  - error: knx.0 (4699) uncaught exception: Cannot read properties of null (reading 'val')
      2025-08-14 16:29:43.393  - error: knx.0 (4699) TypeError: Cannot read properties of null (reading 'val')
          at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.knx/knx.js:1:421175)
          at processImmediate (node:internal/timers:487:21)
      2025-08-14 16:29:43.394  - error: knx.0 (4699) Cannot read properties of null (reading 'val')
      2025-08-14 16:29:43.466  - info: knx.0 (4699) terminating
      2025-08-14 16:29:43.468  - warn: knx.0 (4699) Terminated (UNCAUGHT_EXCEPTION): Without reason
      2025-08-14 16:29:43.520  - error: knx.0 (4699) uncaught exception: Cannot read properties of null (reading 'val')
      2025-08-14 16:29:43.521  - error: knx.0 (4699) TypeError: Cannot read properties of null (reading 'val')
          at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.knx/knx.js:1:421175)
          at processImmediate (node:internal/timers:487:21)
      2025-08-14 16:29:43.522  - error: knx.0 (4699) Cannot read properties of null (reading 'val')
      2025-08-14 16:29:43.955  - error: host.raspberrypi Caught by controller[0]: TypeError: Cannot read properties of null (reading 'val')
      2025-08-14 16:29:43.956  - error: host.raspberrypi Caught by controller[0]:     at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.knx/knx.js:1:421175)
      2025-08-14 16:29:43.956  - error: host.raspberrypi Caught by controller[0]:     at processImmediate (node:internal/timers:487:21)
      2025-08-14 16:29:43.956  - error: host.raspberrypi Caught by controller[1]: Unkown Inputvalue! Please also check Type of Datapoint.true
      2025-08-14 16:29:43.956  - error: host.raspberrypi Caught by controller[2]: Unkown Inputvalue! Please also check Type of Datapoint.false
      2025-08-14 16:29:43.956  - error: host.raspberrypi Caught by controller[3]: Unkown Inputvalue! Please also check Type of Datapoint.false
      2025-08-14 16:29:43.957  - error: host.raspberrypi Caught by controller[4]: TypeError: Cannot read properties of null (reading 'val')
      2025-08-14 16:29:43.957  - error: host.raspberrypi Caught by controller[4]:     at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.knx/knx.js:1:421175)
      2025-08-14 16:29:43.957  - error: host.raspberrypi Caught by controller[4]:     at processImmediate (node:internal/timers:487:21)
      2025-08-14 16:29:43.958  - error: host.raspberrypi instance system.adapter.knx.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2025-08-14 16:29:43.958  - info: host.raspberrypi Restart adapter system.adapter.knx.0 because enabled
      

      Ich habe ca. 200 Gruppenadressen.
      Der Adapter startet ständig neu.


      Als ich nicht weiter kam habe ich die Instanz und den Adapter gelöscht und neuinstalliert. Danach läuft die KNX-Instanz und ich konnte die Gruppenadressen importieren. Aber im Gruppenadressen-Tool kann ich keine Direct-Links mehr einstellen, sobald ich einen Non-KNX IObroker State verknüpfen möchte, verschwindet das ganze Gruppenadressen-Tool.
      Mittlerweile habe ich auch Node.js 22 installiert und KNX-Adapter 2.0.31 , aber das verhalten blieb gleich.

      Vielleicht kann mir jemand helfen. Vielen Dank und viele Grüße

      posted in ioBroker Allgemein
      S
      satric
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo