Modeling KNX "all lights off" group address

Is there any way of modeling a KNX group address that should receive “switch off” telegrams from Home Assistant? I have read through the documentation without finding anything relevant, but maybe I’m missing something obvious?

I have a group address for turning off all lights that I would like to reuse in Home Assistant, but I haven’t found any way of doing that. Using a normal switch means that there will be a toggle for it, and that doesn’t really work, as 1) there isn’t any actual state associated with the group address 2) I obviously never want to turn all lights on at the same time.

I suppose it would be possible to script it in Home Assistant and manually turn off every single “light” device, but that also means I need to duplicate configuration.

You can use the service knx.send with payload: 0 eg. in a HA Scene.
Or use a Scene in knx.

1 Like

Thanks for the tips!

I hadn’t though about using a KNX scene for this purpose, but that’s actually a very reasonable approach. Works flawlessly and was easy to model in Home Assistant :ok_hand:

1 Like