Hi everyone, I’m facing an issue with my KNX setup and OpenHAB where the temperature data isn’t being recognized. While the KNX bus sends the temperature every 10 minutes, OpenHAB doesn’t pick it up, and there are no logs indicating any errors. The light switch functionality works perfectly, so the basic connection seems fine. I’ve tried enabling the force reed option, which shows a timeout in the logs, but that’s it. I’m using OpenHAB 1.8.2 on a Raspberry Pi 2 with the latest Java version. Here’s my item configuration:
plaintext
Number Temperatur_Chalet_Ist “Raumtemperatur [[%.1f °C]” (CH_Wohnraum, Temperatur) {knx=“3/0/0”}
And the KNX binding configuration:
plaintext
knx:ip=224.0.23.12
knx:ignorelocalevents=true
knx:type=ROUTER
knx:localIp=192.168.0.120
I’ve rebooted everything and checked the KNX monitor, which confirms the data is being sent. Could there be a misconfiguration in my KNX binding settings or perhaps a compatibility issue with the current OpenHAB version? Any insights or suggestions would be greatly appreciated. Thanks!