I am trying to program a new address into a SAX1 and SAIX using Homeseer and a CM11. Tried all kinds of variations like:
Sub Main
hs.execx10 "D2",0,0,0
hs.waitsecs 3
hs.execx10 "D2",0,0,0
End Sub
Is it possible to do this and if so, what would be the correct script for that? Because the above obviously does not work.
Greetz,
Wil
Program SAX1, SAIX using CM11
Program SAX1, SAIX using CM11
I think 3 sec wait is to long...this my script
Sub Main
hs.ExecX10 "k7","on", 0, 0
hs.ExecX10 "k7","on", 0, 0
hs.ExecX10 "k7","hail ack", 0, 0
hs.ExecX10 "k7","hail ack", 0, 0
End Sub
Sub Main
hs.ExecX10 "k7","on", 0, 0
hs.ExecX10 "k7","on", 0, 0
hs.ExecX10 "k7","hail ack", 0, 0
hs.ExecX10 "k7","hail ack", 0, 0
End Sub
Program SAX1, SAIX using CM11
I have tried that script (on the SAIX) and that does not work either.
Now I wonder, can I use a CM11A interface for this? The manual says I must use a PUX or CIX. Well, the CM11A is a computer interface...[:I]
Now I wonder, can I use a CM11A interface for this? The manual says I must use a PUX or CIX. Well, the CM11A is a computer interface...[:I]
Program SAX1, SAIX using CM11
I have the CIX.
CM11 is also sending X10..never test it.
CM11 is also sending X10..never test it.
Program SAX1, SAIX using CM11
CIX? I think you mean CTX35?
Program SAX1, SAIX using CM11
yep..the CTX35
and for my backup domotica CIX
and for my backup domotica CIX
Program SAX1, SAIX using CM11
I have solved this issue. For some weird reason Homeseer/CM11A allows me to program an AIX switch but not the SAX1 and SAIX. But, since a programmed AIX switch sends the "address" (+1, +2, +3) plus "on" command when activated I am able to use the AIX switch to program the SAX1 and SAIX.
You do not want to use this work around all the time, but it does the trick; finally. [8D]
You do not want to use this work around all the time, but it does the trick; finally. [8D]