This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

222.100 datatype on 6 bytes
#21
Hi,

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
Reply
#22
Is there a way to use http://openrb.com/knxproj/

But don't know what to do with JSON
-----------
FRANCE SMARTHOME & SMARTBUILDING INTEGRATION
SE ECO EXPERT
Reply
#23
Use Erwin's solution. JSON can be imported to LM running latest firmware.
Reply
#24
ok thank you
-----------
FRANCE SMARTHOME & SMARTBUILDING INTEGRATION
SE ECO EXPERT
Reply


Forum Jump: