Design Question
jjames
Posts: 2,908
Does anyone have any suggestions on a system that will control three light loads (individually and simultaneously) and be very cost efficient. I'm out of 232 ports, and would only be able to control it via IR or LAN. Quoted Vantage, and it would turn out to be about $1k a light - not very cost efficient. We're looking at the Spacer System, but not sure about it. Has anyone had any experience with the Spacer System?
Any ideas or thoughts on what product / system / solution we could use would be great!!
Any ideas or thoughts on what product / system / solution we could use would be great!!
0
Comments
DEFINE_DEVICE
dvLTS =96:1:1 //RADIA 4CH LIGHT CONTROL
DEFINE_EVENT
BUTTON_eVENT[PANEL4,62] //LIGHTS ON
{
PUSH:
{
SEND_COMMAND dvLTS,'P1L100T0'
SCRN_LTS=1
}
}
It's very easy
Gary
Three keypads would be necessary if you want to have control in three locations. You could certainly control the three loads individually from one keypad. It's all about the programming.
Or you could send text messages from your cell phone to the system to control the lights. That's the way I would do it!
Have fun, that's all that matters.
You could use 3 relays for control and 3 I/O ports connected to simple contact closure buttons, available at RadioShack. You could get away by only using I/O ports, but you'd had to give up discreet on/off control and make the lights toggling.
Pretty cost effective.