02.10.2017, 15:13
(This post was last modified: 02.10.2017, 15:22 by Erwin van der Zwart.)
Hi,
You can batch create them by running this script:
BR,
Erwin
You can batch create them by running this script:
Code:
for i = 0, 49, 1 do
address = grp.create({
datatype = dt.text,
address = '32/0/' .. i,
name = 'Thermostat ' .. (i + 1),
comment = 'This object is used as a 6 byte object with DPT 222.100',
units = '',
tags = {'KNXtoBAC'},
})
end
script.disable(_SCRIPTNAME)
BR,
Erwin