Reading a group address via device node in universall mode always reads all group addresses #304
-
I accidentally created a KNX bus spam machine by reading some addresses from KNX from a device node in universal node. According to documentation I'm providing the group address as "msg.topic" and I'm sending "true" as "msg.readstatus" (as one object of course). |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi |
Beta Was this translation helpful? Give feedback.
-
Oh dear, how embarrassing. Seems like I had a complete blackout considering I have been reading the docs multiple times and they clearly say to use msg.destination. |
Beta Was this translation helpful? Give feedback.
Hi
With the node set in "universal mode", you must use
msg.destination="0/0/26"
msg.readstatus=true
Can you please try with that?