LogicMachine Forum
GRP Address on menu selection - Printable Version

+- LogicMachine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visu (https://forum.logicmachine.net/forumdisplay.php?fid=24)
+--- Thread: GRP Address on menu selection (/showthread.php?tid=6280)



GRP Address on menu selection - Domoticatorino - 28.01.2026

Hi,
I would like to send a KNX telegram when I select a plan selection on the left of the VISU.

How can I do that?

Thanks.

BR


RE: GRP Address on menu selection - admin - 28.01.2026

This will be possible in the upcoming version:
Code:
Visu.on('active-plan-change', ({ newId, oldId }) => {
  localbus.write('0/0/23', newId)
})



RE: GRP Address on menu selection - Domoticatorino - 22.04.2026

(28.01.2026, 11:10)admin Wrote: This will be possible in the upcoming version:
Code:
Visu.on('active-plan-change', ({ newId, oldId }) => {
  localbus.write('0/0/23', newId)
})

Hi admin,
in the last firmware released is it possible now?

Thanks.


RE: GRP Address on menu selection - admin - 23.04.2026

Yes, it is available in the current stable Visu version that is published in LM app store.