#KNX State addresses

1 messages · Page 1 of 1 (latest)

low cape
#

Quick question regarding KNX: I have for example a device controlling ceiling spots, and another device for indirect LED Strip. They are both dimmable and have the same data format. Now, Id like to combine both the spots and LEDs into one unified group address instead of two. I make group addresses and add both, but the state of the feedback address doesnt work. I can turn it on and off, change the dimming value but I dont get a live feedback like I do if I set a group address with only one device linked. Is that a limitation of KNX that can be mitigated, or should I add each Group address with a single light and then logically combine in HA?

timber burrow
#

Hi 👋! That sounds like a Knx limitation. You could use 2 light entities with individual GAs and use a HA group to control both combined.

#

Other than that, you'd have to build some logic for the state in Knx. You would need to decide how to handle the "combined state" when only one is ON. (Logical OR / AND)