Hi,
I am trying to write a plugin for Vera3 to control my IRtrans Lan I/O.
I managed to make it work with the following command :
tcp:send("Asnd daikin,off,l2");
but it is NOT working with :
tcp:send("Asndhex BE01000000009226000030009B00D90C65110D000000000000003D003F01B4003E003E0000000000000001008000301200100000011110111
100010000000010100010010000000000000010111010411200100000011110111100010000000000010010001000000000100000000111401
200100000011110111100010000000000000000000001000000010100000000000000010100000000000000001100000000001100000000000
000001000001001000000000000001000010000");
To Hex code I am using is the same (daikin remote, off button). To get it I used the GET IR Hexcode option from the Irtrans software, selected the daikin remote and the off command and then I hit the GET HEXCODE button.
Thanks in advance for the help,