19.02.2026, 21:44
Thanks. I still think a separate integration into HomeAssistant would boost LM sales 
I have LogicMachine 4 (SW: 20240xxx) acting as KNX IP gateway. Home Assistant KNX integration sends GroupValueRead on startup (sync_state: true) but most entities remain unavailable.
I noticed that LM only responds to read requests if I manually add a Group Event script for each address:
Some objects respond without a script, some don't – I haven't found a pattern yet.
Questions:
Does LM4 automatically respond to GroupValueRead?
Is there a global setting or single script to respond to ALL read requests without creating per-address scripts?
Is there a wildcard option for Group Event script address field?
I have ~100 addresses that HA needs to read on startup.
Thanks

I have LogicMachine 4 (SW: 20240xxx) acting as KNX IP gateway. Home Assistant KNX integration sends GroupValueRead on startup (sync_state: true) but most entities remain unavailable.
I noticed that LM only responds to read requests if I manually add a Group Event script for each address:
Code:
grp.response(event.dst, grp.getvalue(event.dst))Some objects respond without a script, some don't – I haven't found a pattern yet.
Questions:
Does LM4 automatically respond to GroupValueRead?
Is there a global setting or single script to respond to ALL read requests without creating per-address scripts?
Is there a wildcard option for Group Event script address field?
I have ~100 addresses that HA needs to read on startup.
Thanks