Active TopicsActive Topics  Display List of Forum MembersMemberlist  Search The ForumSearch  HelpHelp
  RegisterRegister  LoginLogin
PowerHome Programming
 PowerHome Messageboard : PowerHome Programming
Subject Topic: Not sure of best method for light control Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
garyb31
Newbie
Newbie
Avatar

Joined: September 23 2007
Location: United States
Online Status: Offline
Posts: 1
Posted: September 23 2007 at 15:41 | IP Logged Quote garyb31

Hello. I have hit a mental road block in my attempt to use power home for my lighting. Due to the way I am building my house (post and beam) I have decided to do something different with the lighting. all of the light circuits go from the breaker box to a panel right next to the to breaker box where all of the x10 light switches are. from there the load wires are ran to the lights. This was done to reduce the amount of wiring ran through the house and reduce the need to hide it. Where there would normally be light switches in the rooms I have placed the x10 wireless light switches with 4 buttons. I have power home running on a pc with a w800rf32a for receiving the rf x10 signals and a cm11a for sending over the powerline. I need to write a formula that when power home receives m1 on from w800rf32a it sends a1 on. Is this the best way to approach this? I have 20 lights and about 16 wireless switches with 4 buttons each to program. Thanks for any help. Hope I am clear enough on my setup.
Back to Top View garyb31's Profile Search for other posts by garyb31
 
TonyNo
Moderator Group
Moderator Group
Avatar

Joined: December 05 2001
Location: United States
Online Status: Offline
Posts: 2889
Posted: September 23 2007 at 23:16 | IP Logged Quote TonyNo

If the unit codes "line up", create X10 RF In triggers for M On, Off, Bright and Dim for Any unit codes, then pull the unit codes out of the [TEMP3] variable, and use that in a formula action...

On:
ph_x10( "your controller", "A", [TEMP3], 0 ) + ph_x10( "your controller", "A", 102, 0 )

Off:
ph_x10( "your controller", "A", [TEMP3], 0 ) + ph_x10( "your controller", "A", 103, 0 )

Bright:
ph_x10( "your controller", "A", 105, 10)

Dim:
ph_x10( "your controller", "A", 104, 10 )

Just four triggers for the entire M house code.

Edited by TonyNo - September 23 2007 at 23:20
Back to Top View TonyNo's Profile Search for other posts by TonyNo Visit TonyNo's Homepage
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum