Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. KNX Adapter funktioniert nicht mehr (Reboot Schleife)

    NEWS

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    KNX Adapter funktioniert nicht mehr (Reboot Schleife)

    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      satric last edited by satric

      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

      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @satric last edited by Thomas Braun

        @satric sagte in KNX Adapter funktioniert nicht mehr:

        (siehe Screenshot):

        Bitte KEINE Screenshots von Text. Das Log immer als Text in CodeTags eingebettet hier rein.

        Wenn es Text wäre könnte ich dir die passende Meldung auch zitieren. So nur:
        Dir fehlt die Lizenz für den Adapter.

        €dit: Ist nur ein Hinweis, das Limit ist wohl noch nicht erreicht.

        S 1 Reply Last reply Reply Quote 1
        • S
          satric @Thomas Braun last edited by

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

          Thomas Braun 1 Reply Last reply Reply Quote 1
          • Thomas Braun
            Thomas Braun Most Active @satric last edited by

            @satric

            Geht doch...
            Und die Kirsche auf der Sahne wäre noch eine chronologisch richtige Abfolge. Kann man entweder dem Log direkt entnehmen

            iob logs
            

            oder wenn es schon aus der GUI sein muss stellt man die Leserichtung mit dem Pfeil ein.

            S 1 Reply Last reply Reply Quote 0
            • S
              satric @Thomas Braun last edited by

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

              1 Reply Last reply Reply Quote 0
              • S
                satric last edited by

                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.

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post

                Support us

                ioBroker
                Community Adapters
                Donate
                FAQ Cloud / IOT
                HowTo: Node.js-Update
                HowTo: Backup/Restore
                Downloads
                BLOG

                691
                Online

                32.1k
                Users

                80.6k
                Topics

                1.3m
                Posts

                2
                6
                119
                Loading More Posts
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes
                Reply
                • Reply as topic
                Log in to reply
                Community
                Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                The ioBroker Community 2014-2023
                logo