knx icon indicating copy to clipboard operation
knx copied to clipboard

Does this support DPT encoding?

Open ctschach opened this issue 5 years ago • 1 comments

Let's assume I have a local humidity sensor and want to send this as DPT5 or a temperature value as DPT9?

I'm pretty new to Python, so no idea if there are other libraries our there or if this is implemented. However, when I look into the code I don't see and DPT conversion modules.

Thanks...

ctschach avatar Feb 06 '20 11:02 ctschach

This library doesn't include different encodings, but it has a low level API that allows to plug in custom encoders.

See https://github.com/mfussenegger/knx/commit/9be26d1613872dc5b943c72aba3e2e66915a6e58

mfussenegger avatar Feb 12 '20 21:02 mfussenegger