22.11.2022, 12:05
(21.11.2022, 08:12)admin Wrote: Which commands are you using for control? The status command is similar but it begins with ? instead of # and the last parameter (value) is skipped. This example parses HVAC query: https://forum.logicmachine.net/showthrea...97#pid2197
You will need a separate resident script for status queries.
I am using this event based script to send command, can you please share the resident script for the same.
require('user.lutron')
tcp, err = lutron_login()
if not tcp then
log('no connection to device', err)
end
tcpend('#DEVICE,10,6,3\r\n')