-
Hi experts, I need the ability to only read some group addresses in a KNX TP environment. I want to use an ESP32 and a Siemens 5WG1 117-2AB12 bus coupling unit to achieve that. I am struggling with the complexity of this library at the moment. Especially when it comes to integrate that with ETS. Quick question: Do I need this integration for read only at all? Do I need a knxprod-file in this case? Thank you and best regards! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
If you just want to read some GAs this lib is overkill. This lib is for implementing whole knx devices. |
Beta Was this translation helpful? Give feedback.
If you just want to read some GAs this lib is overkill. This lib is for implementing whole knx devices.
For your use case https://github.com/franckmarini/KnxDevice or https://github.com/thorsten-gehrig/arduino-tpuart-knx-user-forum should work.