Logic Machine Forum
Odd group name behavior. - 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: Odd group name behavior. (/showthread.php?tid=2383)



Odd group name behavior. - equalizer - 09.12.2019

spaceLYnk FW 2.3.0

A script with this line
grp.write('Zone_1_StatusSchedule', 'doodo')

is writing its value 'doodo' into a group address named
Zone01_StatusSchedule

It looks like _ is acting as a wildcard for group writes.  Is these any way to force this not to be a wildcard of am I better off renaming my groups?

Robert.


RE: Odd group name behavior. - Daniel - 10.12.2019

Hi Rob
There is no problem with _ tested your object name and all is fine. You probably write wrong value to your object.


RE: Odd group name behavior. - equalizer - 10.12.2019

Hi.

I have more information.
This only happens if the group address name Zone01_StatusSchedule has a lower KNX group address Zone_1_StatusSchedule
Also it works corectly no matter what order the KNX groups are if its Zone01_StatusSchedule getting written to.

Robert.


RE: Odd group name behavior. - Daniel - 10.12.2019

Congratulation you found a bug Smile