@thomas-braun Ich habe den Text als Code hinzugefügt. Vielen Dank
NEWS
Best posts made by satric
-
RE: KNX Adapter funktioniert nicht mehr (Reboot Schleife)posted in ioBroker Allgemein
Latest posts made by satric
-
RE: KNX Adapter funktioniert nicht mehr (Reboot Schleife)posted in ioBroker Allgemein
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.
-
RE: KNX Adapter funktioniert nicht mehr (Reboot Schleife)posted in ioBroker Allgemein
@thomas-braun Schande über mein Haupt. Jetzt habe ich es hoffentlich.
-
RE: KNX Adapter funktioniert nicht mehr (Reboot Schleife)posted in ioBroker Allgemein
@thomas-braun Ich habe den Text als Code hinzugefügt. Vielen Dank
-
KNX Adapter funktioniert nicht mehr (Reboot Schleife)posted in ioBroker Allgemein
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 enabledIch 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