KNX Cookbook (legacy)

Hey,

very good work and thanks for your efford!
In a thread Exposing a boolean… you already mentioned a workaround for exposing bools to the bus.

But thats not very useful for what I need.
I have some fake knx group addresses, for home automation status transmissions. For example, a group address for device tracking/presence detection. If my home-assistant sees my mobile at home, it sends a “true” to that special group address. But if any component is asking for the status to that group address, no one is listening or answering, because of missing knx hardware attached to that group.
For that, I thougt the “knx-expose” config will solve this issue. Unfortunately not… because of missing bool support in the hass knx component.

Now I can workaround every switch with a bunch of automations. But thats not straight forward and will be very confusing with a lot of switches.

Any idea about that?