Logic Machine Forum
Addressing group objects within a script - 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: Addressing group objects within a script (/showthread.php?tid=167)



Addressing group objects within a script - BeemerZ1 - 20.12.2015

Hello everyone!

I'm new here, just got my Re:actor V2. Sort of jumped into it after considering using Loxone for a while. Changed my mind due to obvious reasons...

So, I'm just trying to understand the logics of this system. Tried addressing group addresses on the knx bus, and that works, no problem.
But if I want to address a specific group object, how should I do that? Say if the device is 1.1.2 and the input/output is 18.

Please keep in mind my programming skills are quite basic at the moment Smile


RE: Addressing group objects within a script - admin - 21.12.2015

1.1.2 is device physical address, you don't need that. Check to which group address is your input/output linked to. This is the object you need to control. The format is X/Y/Z.


RE: Addressing group objects within a script - BeemerZ1 - 21.12.2015

Okay, I think I just misinterpreted about the object:write/read commands in the manual. Hoping that I didn't have to assign group addresses to everything I want to control.
This is why:
"1.2.10.Group communication functions
These functions should only be used if it is required to access objects by group address directly,
it is recommended to use single or multiple object functions."

Thanks for clearing that up!