|
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! |
Answered by
thelsing
Feb 20, 2023
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. |
3 replies
Answer selected by
sauvant
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.