Logic Machine Forum
Read GA and update its value in the KNX Bus - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8)
+--- Thread: Read GA and update its value in the KNX Bus (/showthread.php?tid=5036)



Read GA and update its value in the KNX Bus - khalil - 17.10.2023

Hello dears,
I have a Media KNX VRF Gateway while when I send an on command the status didn't update, but If I read it from ETS it update its value.
how to make this solution using script, I try grp.read, but the value didn't updated in the KNX bus!


RE: Read GA and update its value in the KNX Bus - admin - 17.10.2023

Check what is happening in ETS group monitor. You can set "Poll interval" in objects to send read requests every X seconds.


RE: Read GA and update its value in the KNX Bus - khalil - 17.10.2023

(17.10.2023, 13:36)admin Wrote: Check what is happening in ETS group monitor. You can set "Poll interval" in objects to send read requests every X seconds.

what is the pool send as a script?
I could make a script to pull when needed.


RE: Read GA and update its value in the KNX Bus - Daniel - 17.10.2023

Grp.read is the same command, check in ETS group monitor if the read and answer is seen on the bus.
You should contact gateway manufacture as it may need some special configuration.