Author |
|
groston Newbie
Joined: November 05 2007 Location: United States
Online Status: Offline Posts: 16
|
Posted: November 13 2007 at 18:35 | IP Logged
|
|
|
Trying to get my system working - and having no luck...
I have an Insteon Lamplinc module whose ID is LIBRARY_LIGHT. From the Device Status screen, I can toggle it on/off. Next step - a timed event. To make sure that I am doing things right, I tried running my formula in the Macro/Formula window. My complex formula is as follows:
INSTEON+LIBRARY_LIGHT+FASTON
When I click run, nothing happens.
Please help. Thanks.
__________________ Gerald P. Roston
gerry (at) pairofdocs (dot) net
|
Back to Top |
|
|
TonyNo Moderator Group
Joined: December 05 2001 Location: United States
Online Status: Offline Posts: 2889
|
Posted: November 13 2007 at 19:11 | IP Logged
|
|
|
That isn't a formula, but a Device Control command string.
|
Back to Top |
|
|
groston Newbie
Joined: November 05 2007 Location: United States
Online Status: Offline Posts: 16
|
Posted: November 13 2007 at 22:15 | IP Logged
|
|
|
OK.
Let me ask this question: What should I type into the box, and click run, that will make the light turn on? I also tried:
ph_insteon(LIBRARY_LIGHT, ion, 0)
but that didn't work either.
__________________ Gerald P. Roston
gerry (at) pairofdocs (dot) net
|
Back to Top |
|
|
TonyNo Moderator Group
Joined: December 05 2001 Location: United States
Online Status: Offline Posts: 2889
|
Posted: November 13 2007 at 22:27 | IP Logged
|
|
|
I see now. OK, try this...
ph_insteon("LIBRARY_LIGHT", ion, 255)
Also, this should work, too...
ph_devicecontrol( "INSTEON+LIBRARY_LIGHT+FASTON")
|
Back to Top |
|
|
groston Newbie
Joined: November 05 2007 Location: United States
Online Status: Offline Posts: 16
|
Posted: November 13 2007 at 23:01 | IP Logged
|
|
|
OK, now I just feel stupid...
This image,
shows my setup. I tried typing both commands you suggested in the circled box. In neither case did the light turn on.
Not sure if this is a useful clue, but the drop-down for the circled box does not show any of the many commands I have tried.
What am I doing wrong!
__________________ Gerald P. Roston
gerry (at) pairofdocs (dot) net
|
Back to Top |
|
|
BeachBum Super User
Joined: April 11 2007 Location: United States
Online Status: Offline Posts: 1880
|
Posted: November 13 2007 at 23:08 | IP Logged
|
|
|
Did you miss Tony's quotes " "
__________________ Pete - X10 Oldie
|
Back to Top |
|
|
groston Newbie
Joined: November 05 2007 Location: United States
Online Status: Offline Posts: 16
|
Posted: November 13 2007 at 23:12 | IP Logged
|
|
|
Nope - cut-n-pasted from his posting
__________________ Gerald P. Roston
gerry (at) pairofdocs (dot) net
|
Back to Top |
|
|
BeachBum Super User
Joined: April 11 2007 Location: United States
Online Status: Offline Posts: 1880
|
Posted: November 13 2007 at 23:24 | IP Logged
|
|
|
Stick it in a macro and see if that works. I've experienced the same problem in the past.
__________________ Pete - X10 Oldie
|
Back to Top |
|
|
groston Newbie
Joined: November 05 2007 Location: United States
Online Status: Offline Posts: 16
|
Posted: November 13 2007 at 23:58 | IP Logged
|
|
|
What does "stick it in a macro" mean operationally? I am looking at the Command drop down box on the Macro Detail screen and have no idea what to select.
Editorial note: I am thrilled that the users of the forum are so helpful because the PH documentation is really quite lacking...
__________________ Gerald P. Roston
gerry (at) pairofdocs (dot) net
|
Back to Top |
|
|
groston Newbie
Joined: November 05 2007 Location: United States
Online Status: Offline Posts: 16
|
Posted: November 14 2007 at 00:23 | IP Logged
|
|
|
OK - I made have made some small progress.
I wrote a macro - LIBRARY_ON:
Insteon:LIBRARY_LIGHT:Fast On
When I type the macro name into the box and click run, it works! Yeah!
Next step - try this as a times event.
Exact
One shot
Absolute +
1
Macro
LIBRARY_ON
Once entered, hit F5 and wait 60 seconds. Nothing. Also tried restarting PH, but still nothing. Nothing in the log either.
__________________ Gerald P. Roston
gerry (at) pairofdocs (dot) net
|
Back to Top |
|
|
TonyNo Moderator Group
Joined: December 05 2001 Location: United States
Online Status: Offline Posts: 2889
|
Posted: November 14 2007 at 08:23 | IP Logged
|
|
|
Interesting. I've never used that box for formulas, so I tried it, and see the same thing. It does not work.
Great that you are making some progress, though!
The Timed Event you set up was for a single occurrence and you didn't state the time you used. I'd bet you didn't enter a time in the future. It defaults to right then. When you refreshed, that time had likely passed.
|
Back to Top |
|
|
groston Newbie
Joined: November 05 2007 Location: United States
Online Status: Offline Posts: 16
|
Posted: November 14 2007 at 23:17 | IP Logged
|
|
|
Timed events just are not working.
I tried using both a macro (known to work) and a Device Control string, and nothing. Yes, I made sure to set the time several minutes into the future. I F5 saved and restarted PH. Nothing. Nada. Zip.
Is there any chance that working via Remote Desktop is causing a problem? I have no option other than RD as this is a headless server.
I really need/want to get this working. What else can I try?
__________________ Gerald P. Roston
gerry (at) pairofdocs (dot) net
|
Back to Top |
|
|
groston Newbie
Joined: November 05 2007 Location: United States
Online Status: Offline Posts: 16
|
Posted: November 14 2007 at 23:39 | IP Logged
|
|
|
Problem solved - Timed Events have to be enabled. Only found this by accident...
__________________ Gerald P. Roston
gerry (at) pairofdocs (dot) net
|
Back to Top |
|
|