Author |
|
mmunnelly Newbie
Joined: November 06 2010 Location: Canada
Online Status: Offline Posts: 17
|
Posted: October 07 2011 at 23:51 | IP Logged
|
|
|
Hey guys, I got a problem I'm hoping you can help me with.
I just installed the new garage door opener/sensor, and it works like a dream.
The only issue i'm having is that I can't use a macro to open/close the door.
I can use the software buttons in Control Center/device status/webcenter, but when I try to do it in a macro I get nothing.
I took a look at the insteon raw log and I noticed a funny thing.
When I push a button to turn on (and then off right after) the following (among others) code is printed in blue.
[Timestamp] TX Sendinsteonraw = 00 00 00 17 d4 dd 0f 11 ff
When I use the macro I get:
[Timestamp] TX sendinsteonraw = 00 00 00 17 D4 DD 0F 11 00
I have the macro set as follows:
Command: Insteon
ID: GARAGE IO
VALUE: ON
THen I do a 3000 ms Delay
and then Turn it off the same way.
I also tried fast_on and Fast_off, made no difference.
Anybody have any thoughts?
Thanks
Edited by mmunnelly - October 07 2011 at 23:53
|
Back to Top |
|
|
grif091 Super User
Joined: March 26 2008 Location: United States
Online Status: Offline Posts: 1357
|
Posted: October 08 2011 at 08:23 | IP Logged
|
|
|
In the Formula column of the macro line enter 255. The Insteon command being issued is an ON command with an On Level of 00 which turns the device Off. An On Level of 255 (0xFF) is Full On which turns the device On.
Edited by grif091 - October 08 2011 at 08:25
__________________ Lee G
|
Back to Top |
|
|
mmunnelly Newbie
Joined: November 06 2010 Location: Canada
Online Status: Offline Posts: 17
|
Posted: October 08 2011 at 15:17 | IP Logged
|
|
|
Ha, sometimes the little things are overlooked. Thanks much.
|
Back to Top |
|
|