22.02.2026, 20:14
Hi,
I have to send cyclically, with a scheduler script, the value of 110 group addresses. The value is not the same for all address but I have to send its own group address value. This because some devices lost theirs settings.
An example could be:
value = grp.getvalue('8/0/36')
grp.write('8/0/36' , value)
But I have to do it for 110 group address. Is there a more efficient system?
In case LM reboots, how can I be sure that LM send the value saved? Do you suggest to use this following:
storage.set('8/0/36', value)
And this following in "Init" script:
mydata = storage.get('myobjectdata')
Also in this case what could beĀ a more efficient system?
Thanks.
BR
I have to send cyclically, with a scheduler script, the value of 110 group addresses. The value is not the same for all address but I have to send its own group address value. This because some devices lost theirs settings.
An example could be:
value = grp.getvalue('8/0/36')
grp.write('8/0/36' , value)
But I have to do it for 110 group address. Is there a more efficient system?
In case LM reboots, how can I be sure that LM send the value saved? Do you suggest to use this following:
storage.set('8/0/36', value)
And this following in "Init" script:
mydata = storage.get('myobjectdata')
Also in this case what could beĀ a more efficient system?
Thanks.
BR
