Unable to get values for numeric KNX sensors

Hi all,
after upgrading to HA 0.103.4 (Hassio 103, in Docker on Ubuntu 18.04.3), I am no longer receiving any updated values/states for KNX entities which have numeric datatypes, such as temperature or energy sensors. Instead, the entities remain in the ‘unknown’ state.

From the ETS software, using Bus Monitor, I see that the sensors are frequently writing datagrams to the bus. I have also enabled KNX debug logging in HA, and from those logs it seems clear that the datagrams are successfully picked up also by the HA KNX library. Still, the entities in HA are not updated.

KNX sensors of type switch/boolean, however, are working as expected.

I have also tried a completely fresh install, but with the same result.

Anyone experiencing the same, or have any hints?

Thanks,
John

What version were you using before? It’s been a while since the last change in the Knx Integration.
Can you post your sensors configuration?

I don’t recall my previous version, was quite a while since I tried HA first time… :slight_smile:

Good thing, I did manage to get the sensors working again; rewrote the KNX configuration using the latest KNX docs, and now it works. Not entirely sure what made the trick though… :wink: