JohnConrader wrote:send insteon raw cmd1 10 cmd2 0 to address "05.95.97"
Close, but note that the AppleScript verb takes a decimal integer and you want to send hex 0x10. If you want to ping the device then send cmd1 16 cmd2 0.
JohnConrader wrote:What I would like to try is to see what the sprinkler timers are (I set them up with a windows box), but I would like to see if I can verify them from Indigo. The command reference says cmd1=0x41 and cmd2=0x01 (for timer 1).
Unfortunately, that command won't work. It is an extended length command and although the EZRain supports it, your PowerLinc and SignaLincs do not support extended commands.
But, Indigo automatically extracts all of the output timer durations for you automatically when you sync (via a different technique of peeking the memory inside the EZRain). So just re-sync the device and check the UI in Indigo and it will show the output timer durations pulled out of the EZRain.
One last note -- the EZRain only stores the output timer durations. The actual timers (like 5:00 MWF) are stored in the PowerLinc itself by the PC EZRain setup application. Indigo cannot retrieve those timer values.
Regards,
Matt