Logic Machine Forum
Feedback value of SE8000 thermostat about homelynk - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8)
+--- Thread: Feedback value of SE8000 thermostat about homelynk (/showthread.php?tid=1825)



Feedback value of SE8000 thermostat about homelynk - Missu - 11.01.2019

Hi 
I am programming the override button on the thermostat. When Thermostat is in Unoccupied, press the Override button, the light is on, do not press, the lamp turns off. But Override feedback value on Thermostat to homelynk is delayed 1 time about 5 -15s. I want it not to be late. Help me! Huh Huh Huh
Lua Thermostat:
if not init then
  ME.CSV1 = "Junior Room"
  ME.MV115 = 5  --Custom button overide function
  ME.MV114 = 15  --Custom buton Icon
  init = true
  end