Author |
|
i7iceguy Newbie
Joined: August 08 2007 Location: United States
Online Status: Offline Posts: 3
|
Posted: October 21 2008 at 17:42 | IP Logged
|
|
|
Hello all.
here is a formula I use for "Movie Time"
Forumula:
ph_insteongroup("HOMETHEATREON",ion,0) + ph_insteongroup("HOMETHEATREON",ion,0) + ph_insteongroup("HOMETHEATREON",ion,0)
The group is set to dim to specify level and ramprate. Is there a mroe efficient way to do this?
Edited by i7iceguy - October 21 2008 at 17:44
|
Back to Top |
|
|
TonyNo Moderator Group
Joined: December 05 2001 Location: United States
Online Status: Offline Posts: 2889
|
Posted: October 21 2008 at 21:35 | IP Logged
|
|
|
Welcome!
I must ask why are you doing that three times?
|
Back to Top |
|
|
i7iceguy Newbie
Joined: August 08 2007 Location: United States
Online Status: Offline Posts: 3
|
Posted: October 22 2008 at 00:33 | IP Logged
|
|
|
TonyNo wrote:
Welcome!
I must ask why are you doing that three times? |
|
|
I noticed that sometimes 1 single command does not always go through. Not sure if I have bad signal in the house but sending it 3 times seem to solve the issue.
Is there a way to dim and set the ramprate within the formula itself?
|
Back to Top |
|
|
grif091 Super User
Joined: March 26 2008 Location: United States
Online Status: Offline Posts: 1357
|
Posted: October 22 2008 at 06:42 | IP Logged
|
|
|
Sounds like you are not sending a Group Cleanup Direct message after the Group Broadcast. The Group Broadcast command is not retried (hence the need for three), where a Group Cleanup Direct is automatically retried. There is an option at the top of the Insteon Explorer screen, PLC Group Cleanup, which forces a Group Cleanup Direct command, or you can add 1000 to the cmd1 value to force a Group Cleanup on an individual ph_insteongroup call. The Help facility reference for the ph_insteongroup describes the use of the 1000 value.
Ramp rate and Bright levels are contained in the link record within the responder device itself. Insteon Groups are architected this way so that each responder device in a Group can have a different ramp rate and bright level.
__________________ Lee G
|
Back to Top |
|
|