XKNX/xknx

DPT decoding

lukaszzyla opened this issue · 3 comments

Description of problem:

Integration is great, but several DPT are not being translated resulting in payloads in hex not being translated to values.
image

This doesn't seem to affect gira 222 500 motion sensor which reports fine but does affect MDT SCN IP100.03 router which sends data properly (and also includes proper DPT in payload) but integration does not translate it to vakues:
image

  • using Home-Assistant knx integration
    ETS 6 with latest apps.
farmio commented

Hi 👋!

In group monitor, as well as in device trigger, knx_event, knx.send etc. only those DPT listed in HAs sensor documentation are en/decoded.

For date/time you can use a corresponding entity in HA to read or write.

and also includes proper DPT in payload

Unfortunately this is never the case. That information comes from the project file only.

I have found the docs on DPT - thank you.
Anyway it is great to have KNX support in HA.

everything works as expected.