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.

VRV STATUS VIA BACNET
#1
Hi I am trying to control the VRV System from logic machine via Bacnet.
I am able to send the command to the AC from Lua Script. But I am not able to get the status (ON/OFF, set temp etc.)
I need to get the status whenever the value changes from Logic Machine or Ac Remote. I am using LM as a Bacnet server.

I am using this event based script to set temp

require('bacnet')
_value = grp.getvalue('3/2/4')
bacnet.write(4194300, 'analog value', 17930, _value)
Reply


Messages In This Thread
VRV STATUS VIA BACNET - by imprashant - 13.12.2023, 02:35
RE: VRV STATUS VIA BACNET - by Daniel - 13.12.2023, 08:15
RE: VRV STATUS VIA BACNET - by imprashant - 14.12.2023, 06:47
RE: VRV STATUS VIA BACNET - by admin - 14.12.2023, 07:48

Forum Jump: