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.

communication between wiser for knx, smartmeter 85A and actuator interra 8Ch
#2
If both values are already mapped to group addresses then you need an event script attached to the meter data output group address.

This example will send true (ON) to 1/1/2 when the input value is larger than 100, false (OFF) otherwise.
Code:
value = event.getvalue()

if value > 100 then
  output = true
else
  output = false
end

grp.write('1/1/2', output)
Reply


Messages In This Thread
RE: communication between wiser for knx, smartmeter 85A and actuator interra 8Ch - by admin - 13.02.2025, 11:32

Forum Jump: