Jump to content

Homeseer's New 200 Series.


io_guy

Recommended Posts

Posted

Sure -- I had added the Insteon switch but chose to preserve the existing links, so basically the ISY was unaware of the scenes of which it was a member, and thus was unable to track it's status.  I factory reset all the devices I'd added in this mode (preserving links), re-added them to the ISY, and set up the scenes the "right way" (i.e. using the ISY, so that the ISY was aware of the links and could track the status).

  • 3 months later...
Posted

This should be the configuration for it. Parameter 14 and 3 for blue?

 

 
         
         
         
         

14

Sets the Normal mode LED color

1

Possible values: 0-6
0=White, 1=Red, 2=Green, 3=Blue, 4=Magenta, 5=Yellow, 6=Cyan

 
         
         
Posted

Here is the  code I use.  If one of my garage doors is left open, it turns the top sentinel light Red.

You have to change parameter 13 (Dimmer mode operation) to 1, then change color parameter 27 (top led) to 1 (red).

Once done, return parameter 13 back to 0 (if you want standard dim level indication to show).  If you stay in mode 1 (status mode) dim levels will not be shown.

Garage LED Notify - [ID 0016][Parent 0001]

If
        Elk Zone 'Annie Middle' is Violated
     Or Elk Zone 'Jeff Right Garage' is Violated
     Or Elk Zone 'Left Long Garage' is Violated
     Or Elk Zone 'Workshop Garage' is Violated
 
Then
        Set 'ZW 026 Jeff Side Lamp' Set Configuration Parameter 13 = 1
        Set 'ZW 026 Jeff Side Lamp' Set Configuration Parameter 27 = 1

 
Else
        Set 'ZW 026 Jeff Side Lamp' Set Configuration Parameter 27 = 2
        Set 'ZW 026 Jeff Side Lamp' Set Configuration Parameter 13 = 0

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...