Jump to content

Simple Question


KYnewbie

Recommended Posts

Trying to get a simple program to run but I am having all kinds of trouble. Might be because I am fairly new to this. Would like my bathroom light to which is controlled by a 2477D to turn the light on 100% during the day and 30% in the evening.

I read and copied a program from the "How To" thread, but it is still not working.

I created a scene and put that light switch in it, then did the following program:

 

Bath Room Light - [iD 0004][Parent 0001]

If
        From    10:58:00PM
        To      Sunrise -  1 hour  and 30 minutes (next day)
 
Then
        In Scene 'Bath Light Night' Set 'Master Toilet Light' 30% (On Level)
        In Scene 'Bath Light Night' Set 'Master Toilet Light' 2.0 Sec (Ramp Rate)
 
Else
        In Scene 'Bath Light Night' Set 'Master Toilet Light' 100% (On Level)
        In Scene 'Bath Light Night' Set 'Master Toilet Light' 0.3 Sec (Ramp Rate)
 
 

Link to comment

KYnewbie

 

I think some information Insteon Scenes would be useful.

 

ISY Scene Bath Light Night

Master Toilet Light - Controller - SwitchLinc

 

The ISY Scene (maybe called Bath Light Night ?) is used in a Program with Set Scene 'Bath Light Night' On/Off.  Using  'Bath Light Night' as the first parameter In Scene affects what happens when the ISY Scene is used in a Program.

 

 

 In Scene 'Bath Light Night' Set 'Master Toilet Light' 30% (On Level)
 In Scene 'Bath Light Night' Set 'Master Toilet Light' 2.0 Sec (Ramp Rate)

 

Based on the info provided, the above In Scene statements have no affect on what happens when the SwitchLinc is operated.  

 

What is needed are In Scene statements that affect what happens when SwitchLinc paddle is pressed.

 

 In Scene 'Master Toilet Light' Set 'Master Toilet Light' 30% (On Level)

 In Scene 'Master Toilet Light' Set 'Master Toilet Light' 2.0 Sec (Ramp Rate)

 

 

I have made assumptions on names used.  If the ISY Scene or SwitchLinc names do not match please provide actual Scene and SwitchLinc names.  

 

Also note that the In Scene statements in Then execute only at 11:58 PM and the In Scene statements in Else execute once at Sunrise - 1 hour 30 minutes.

Link to comment

KYnewbie

 

I think some information Insteon Scenes would be useful.

 

ISY Scene Bath Light Night

Master Toilet Light - Controller - SwitchLinc

 

The ISY Scene (maybe called Bath Light Night ?) is used in a Program with Set Scene 'Bath Light Night' On/Off.  Using  'Bath Light Night' as the first parameter In Scene affects what happens when the ISY Scene is used in a Program.

 

 

 In Scene 'Bath Light Night' Set 'Master Toilet Light' 30% (On Level)

 In Scene 'Bath Light Night' Set 'Master Toilet Light' 2.0 Sec (Ramp Rate)

 

Based on the info provided, the above In Scene statements have no affect on what happens when the SwitchLinc is operated.  

 

What is needed are In Scene statements that affect what happens when SwitchLinc paddle is pressed.

 

 In Scene 'Master Toilet Light' Set 'Master Toilet Light' 30% (On Level)

 In Scene 'Master Toilet Light' Set 'Master Toilet Light' 2.0 Sec (Ramp Rate)

 

 

I have made assumptions on names used.  If the ISY Scene or SwitchLinc names do not match please provide actual Scene and SwitchLinc names.  

 

Also note that the In Scene statements in Then execute only at 11:58 PM and the In Scene statements in Else execute once at Sunrise - 1 hour 30 minutes.

 

I have a scene called "Bath Light Night", inside that scene I have the "Master Toilet Light" (2477D) set as a Responder.

In the scene I have the "on level" set to 35%, in the switch I have the "on level, applied locally" set to 100%

Link to comment

I added the 2477D as a responder, should it be a controller? And why?

 

Remove the 2477D from the scene then add it back to the scene as a controller

 

It needs to be a controller in order to control the scene that's setting your levels. A device that's a controller will show up as red in your device tree, a responder will show up as blue.

Link to comment

As Techman has already indicated, the 2477D should be a Controller in the ISY Scene.   That along with the changes to the Adjust Scene statements I posted will allow the paddle on the 2477D to set the desired On Level and Ramp Rates.

 

Again, using the ISY Scene name in the Adjust Scene statements applies only if a Program is issuing

 

Set Scene 'Bath Light Night' On/Off.

Link to comment

I changed the 2477D to a controller (it is red in the scene), changed the names to match below and it still goes to 100% brightness after 10:58pm. Will I ever get the hang of this?

 

 

Bath Room Light - [iD 0004][Parent 0001]

If
        From    10:58:00PM
        To      Sunrise -  1 hour  and 30 minutes (next day)
 
Then
        In Scene 'Master Toilet Light' Set 'Master Toilet Light' 30% (On Level)
        In Scene 'Master Toilet Light' Set 'Master Toilet Light' 2.0 Sec (Ramp Rate)
 
Else
   - No Actions - (To add one, press 'Action')
 
 

Link to comment

KYnewbie

 

I think some information Insteon Scenes would be useful.

 

ISY Scene Bath Light Night

Master Toilet Light - Controller - SwitchLinc

 

The ISY Scene (maybe called Bath Light Night ?) is used in a Program with Set Scene 'Bath Light Night' On/Off.  Using  'Bath Light Night' as the first parameter In Scene affects what happens when the ISY Scene is used in a Program.

 

 

 In Scene 'Bath Light Night' Set 'Master Toilet Light' 30% (On Level)

 In Scene 'Bath Light Night' Set 'Master Toilet Light' 2.0 Sec (Ramp Rate)

 

Based on the info provided, the above In Scene statements have no affect on what happens when the SwitchLinc is operated.  

 

What is needed are In Scene statements that affect what happens when SwitchLinc paddle is pressed.

 

 In Scene 'Master Toilet Light' Set 'Master Toilet Light' 30% (On Level)

 In Scene 'Master Toilet Light' Set 'Master Toilet Light' 2.0 Sec (Ramp Rate)

 

 

I have made assumptions on names used.  If the ISY Scene or SwitchLinc names do not match please provide actual Scene and SwitchLinc names.  

 

Also note that the In Scene statements in Then execute only at 11:58 PM and the In Scene statements in Else execute once at Sunrise - 1 hour 30 minutes.

I don't think I am following this, are you saying that I need to add this to the scene? I can only add devices and adjust the rates for them. Sorry this is all new to me. I was able to get some lights on at certain times of the day/night to different "on levels" fairly easy. This is the most complex scene/program I have tried. :?

Link to comment

I don't think I am following this, are you saying that I need to add this to the scene? I can only add devices and adjust the rates for them. Sorry this is all new to me. I was able to get some lights on at certain times of the day/night to different "on levels" fairly easy. This is the most complex scene/program I have tried. :?

 

Make sure that the device names in your program match those in the scene.

 

Click on the "RUN THEN" clause in your program then manually turn on your light switch. The light should come on at 30%. If that's the case then it's working correctly

.

Link to comment

Run Tools | Diagnostics | Event Viewer at LEVEL 3.

 

Right click on Program name and select Run Then.   When Program completes tap the On paddle of 'Master Toilet Light'.  Light should turn On to 30%.

 

At the bottom of the Event Viewer popup, next to last Icon on right, does a Copy to Clipboard of event data.   Paste that into forum post.

Link to comment

I am so grateful that there are so many knowledgeable and helpful people on this forum. Thanks so much for the help. I have been working on this for several weeks and have not been able to get it to work. The light still goes to 100%.

 

Looks like there are several "Previous message ignored" lines that are probably not good.

 

 

 

Thu 02/25/2016 10:56:48 PM : [        Time] 22:56:50 1(0)
Thu 02/25/2016 10:56:48 PM : [3C 7A 2 1   ] Link    2 : 0FE8 [A22B3D94BA4C1B01] Saving  [..........4C....]
Thu 02/25/2016 10:56:48 PM : [3C 7A 2 1   ] Link    2 : 0FE8 [A22B3D94BA4C1B01] Saving  [............1B..]
Thu 02/25/2016 10:56:48 PM : [All         ] Writing 2 bytes to devices
Thu 02/25/2016 10:56:48 PM : [3C 7A 2 1   ] Link    2 : 0FE8 [A22B3D94BA4C1B01] Writing [..........4C1B..]
Thu 02/25/2016 10:56:48 PM : [iNST-TX-I2CS] 02 62 3C 7A 02 1F 2F 00 00 02 0F EF 08 A2 2B 3D 94 BA 4C 1B 01 09
Thu 02/25/2016 10:56:48 PM : [iNST-ACK    ] 02 62 3C.7A.02 1F 2F 00 00 02 0F EF 08 A2 2B 3D 94 BA 4C 1B 01 09 06        (00)
Thu 02/25/2016 10:56:49 PM : [iNST-SRX    ] 02 50 3C.7A.02 3D.94.BA 2F 2F 00           (00)
Thu 02/25/2016 10:56:49 PM : [std-Direct Ack] 3C.7A.02-->ISY/PLM Group=0, Max Hops=3, Hops Left=3
Thu 02/25/2016 10:56:49 PM : [All         ] Writing 0 bytes to devices
Thu 02/25/2016 10:57:04 PM : [iNST-SRX    ] 02 50 3C.7A.02 00.00.01 CF 11 00    LTONRR (00)
Thu 02/25/2016 10:57:04 PM : [std-Group   ] 3C.7A.02-->Group=1, Max Hops=3, Hops Left=3
Thu 02/25/2016 10:57:04 PM : [D2D EVENT   ] Event [3C 7A 2 1] [DON] [0] uom=0 prec=-1
Thu 02/25/2016 10:57:04 PM : [   3C 7A 2 1]      DON   0
Thu 02/25/2016 10:57:04 PM : [D2D EVENT   ] Event [3C 7A 2 1] [sT] [255] uom=0 prec=-1
Thu 02/25/2016 10:57:04 PM : [   3C 7A 2 1]       ST 255
Thu 02/25/2016 10:57:04 PM : [iNST-SRX    ] 02 50 3C.7A.02 3D.94.BA 40 11 01    LTONRR (01)
Thu 02/25/2016 10:57:04 PM : [std-Cleanup ] 3C.7A.02-->ISY/PLM Group=1, Max Hops=0, Hops Left=0
Thu 02/25/2016 10:57:04 PM : [iNST-DUP    ] Previous message ignored.
Thu 02/25/2016 10:57:04 PM : [iNST-SRX    ] 02 50 3C.7A.02 11.01.01 CF 06 00           (00)
Thu 02/25/2016 10:57:04 PM : [std-Group   ] 3C.7A.02-->11.01.01, Max Hops=3, Hops Left=3
Thu 02/25/2016 10:57:04 PM : [iNST-INFO   ] Previous message ignored.
Thu 02/25/2016 10:57:06 PM : [iNST-SRX    ] 02 50 3C.7A.02 00.00.01 CF 13 00    LTOFFRR(00)
Thu 02/25/2016 10:57:06 PM : [std-Group   ] 3C.7A.02-->Group=1, Max Hops=3, Hops Left=3
Thu 02/25/2016 10:57:06 PM : [D2D EVENT   ] Event [3C 7A 2 1] [DOF] [0] uom=0 prec=-1
Thu 02/25/2016 10:57:06 PM : [   3C 7A 2 1]      DOF   0
Thu 02/25/2016 10:57:06 PM : [D2D EVENT   ] Event [3C 7A 2 1] [sT] [0] uom=0 prec=-1
Thu 02/25/2016 10:57:07 PM : [   3C 7A 2 1]       ST   0
Thu 02/25/2016 10:57:07 PM : [iNST-SRX    ] 02 50 3C.7A.02 3D.94.BA 40 13 01    LTOFFRR(01)
Thu 02/25/2016 10:57:07 PM : [std-Cleanup ] 3C.7A.02-->ISY/PLM Group=1, Max Hops=0, Hops Left=0
Thu 02/25/2016 10:57:07 PM : [iNST-DUP    ] Previous message ignored.
Thu 02/25/2016 10:57:07 PM : [iNST-SRX    ] 02 50 3C.7A.02 13.01.01 CF 06 00           (00)
Thu 02/25/2016 10:57:07 PM : [std-Group   ] 3C.7A.02-->13.01.01, Max Hops=3, Hops Left=3
Thu 02/25/2016 10:57:07 PM : [iNST-INFO   ] Previous message ignored.
 

Link to comment

The link records being updated are associated with the ISY Scene (where PLM is Controller).   Perhaps the Program that is setting the SwitchLinc On Level (applied locally) and Ramp Rate (applied locally) data was not saved or saved under a different name.

 

These updates cannot apply when the SwitchLinc paddle is pressed.  It is not possible for a SwitchLinc paddle to initiate an Insteon Scene number 0x2B

 

Thu 02/25/2016 10:56:48 PM : [        Time] 22:56:50 1(0)
Thu 02/25/2016 10:56:48 PM : [3C 7A 2 1   ] Link    2 : 0FE8 [A22B3D94BA4C1B01] Saving  [..........4C....]
Thu 02/25/2016 10:56:48 PM : [3C 7A 2 1   ] Link    2 : 0FE8 [A22B3D94BA4C1B01] Saving  [............1B..]
Thu 02/25/2016 10:56:48 PM : [All         ] Writing 2 bytes to devices
Thu 02/25/2016 10:56:48 PM : [3C 7A 2 1   ] Link    2 : 0FE8 [A22B3D94BA4C1B01] Writing [..........4C1B..]
Thu 02/25/2016 10:56:48 PM : [iNST-TX-I2CS] 02 62 3C 7A 02 1F 2F 00 00 02 0F EF 08 A2 2B 3D 94 BA 4C 1B 01 09
Thu 02/25/2016 10:56:48 PM : [iNST-ACK    ] 02 62 3C.7A.02 1F 2F 00 00 02 0F EF 08 A2 2B 3D 94 BA 4C 1B 01 09 06        (00)
Thu 02/25/2016 10:56:49 PM : [iNST-SRX    ] 02 50 3C.7A.02 3D.94.BA 2F 2F 00           (00)

Thu 02/25/2016 10:56:49 PM : [std-Direct Ack] 3C.7A.02-->ISY/PLM Group=0, Max Hops=3, Hops Left=3

 

 

Ignore the "previous message ignored".   These are records sent when the SwitchLinc paddle is pressed that are not used by the ISY.

Link to comment

The link records being updated are associated with the ISY Scene (where PLM is Controller).   Perhaps the Program that is setting the SwitchLinc On Level (applied locally) and Ramp Rate (applied locally) data was not saved or saved under a different name.

 

These updates cannot apply when the SwitchLinc paddle is pressed.  It is not possible for a SwitchLinc paddle to initiate an Insteon Scene number 0x2B

 

Thu 02/25/2016 10:56:48 PM : [        Time] 22:56:50 1(0)

Thu 02/25/2016 10:56:48 PM : [3C 7A 2 1   ] Link    2 : 0FE8 [A22B3D94BA4C1B01] Saving  [..........4C....]

Thu 02/25/2016 10:56:48 PM : [3C 7A 2 1   ] Link    2 : 0FE8 [A22B3D94BA4C1B01] Saving  [............1B..]

Thu 02/25/2016 10:56:48 PM : [All         ] Writing 2 bytes to devices

Thu 02/25/2016 10:56:48 PM : [3C 7A 2 1   ] Link    2 : 0FE8 [A22B3D94BA4C1B01] Writing [..........4C1B..]

Thu 02/25/2016 10:56:48 PM : [iNST-TX-I2CS] 02 62 3C 7A 02 1F 2F 00 00 02 0F EF 08 A2 2B 3D 94 BA 4C 1B 01 09

Thu 02/25/2016 10:56:48 PM : [iNST-ACK    ] 02 62 3C.7A.02 1F 2F 00 00 02 0F EF 08 A2 2B 3D 94 BA 4C 1B 01 09 06        (00)

Thu 02/25/2016 10:56:49 PM : [iNST-SRX    ] 02 50 3C.7A.02 3D.94.BA 2F 2F 00           (00)

Thu 02/25/2016 10:56:49 PM : [std-Direct Ack] 3C.7A.02-->ISY/PLM Group=0, Max Hops=3, Hops Left=3

 

 

Ignore the "previous message ignored".   These are records sent when the SwitchLinc paddle is pressed that are not used by the ISY.

 

 

So I guess this is not going to be possible or do I not understand the answer?

Link to comment

So I guess this is not going to be possible or do I not understand the answer?

 

You might repost your edited program.  As LeeG stated in post #3 you need to add the following to your program for it to have local dimming function.

 

Your program should look like...

 

Bath Room Light - [iD 0004][Parent 0001]

 

If

        From    10:58:00PM

        To      Sunrise -  1 hour  and 30 minutes (next day)

 

Then

        In Scene 'Bath Light Night' Set 'Master Toilet Light' 30% (On Level)

        In Scene 'Bath Light Night' Set 'Master Toilet Light' 2.0 Sec (Ramp Rate)

 

        In Scene 'Master Toilet Light' Set 'Master Toilet Light' 30% (On Level)

        In Scene 'Master Toilet Light' Set 'Master Toilet Light' 2.0 Sec (Ramp Rate)

 

Else

        In Scene 'Bath Light Night' Set 'Master Toilet Light' 100% (On Level)

        In Scene 'Bath Light Night' Set 'Master Toilet Light' 0.3 Sec (Ramp Rate)

 

        In Scene 'Master Toilet Light' Set 'Master Toilet Light' 100% (On Level)

        In Scene 'Master Toilet Light' Set 'Master Toilet Light' 0.3 Sec (Ramp Rate)

 

 

 

Jon...

Link to comment

KYnewbie

 

It is certainly doable.  Your last Event trace looks like the example Program you posted in initial post to this forum topic.

 

Then
        In Scene 'Bath Light Night' Set 'Master Toilet Light' 30% (On Level)
        In Scene 'Bath Light Night' Set 'Master Toilet Light' 2.0 Sec (Ramp Rate)

 

 

What you need is what I posted in #3.

 

Then 

       In Scene 'Master Toilet Light' Set 'Master Toilet Light' 30% (On Level)

        In Scene 'Master Toilet Light' Set 'Master Toilet Light' 2.0 Sec (Ramp Rate)

 

These statements will update the On Level (applied locally) and Ramp Rate (applied locally) fields of Master Toilet Light so these values will control what happens when Master Toilet Light paddle is pressed to turn load On to 30% in 2 seconds.  

Link to comment

Here is what you should see

 

BathroomLight - [iD 00A1][Parent 0001]
 
If
        From     8:05:00AM
        To       8:10:00AM (same day)
 
Then
        In Scene 'SwitchLinc4' Set 'SwitchLinc4' 30% (On Level)
        In Scene 'SwitchLinc4' Set 'SwitchLinc4' 2.0 Sec (Ramp Rate)
 
Else
        In Scene 'SwitchLinc4' Set 'SwitchLinc4' 100% (On Level)
        In Scene 'SwitchLinc4' Set 'SwitchLinc4' 0.3 Sec (Ramp Rate)
 
These are the trace records for the In Scene statements setting 30% On Level and 2 second ramp rate followed by setting 100% On Level and .3 second Ramp Rate 5 minutes later.
 
Sat 02/27/2016 08:04:46 AM : [        Time] 08:05:00 0(0)
Sat 02/27/2016 08:04:46 AM : [D2D EVENT   ] Event [1D 1E DB 1] [OL] [76] uom=0 prec=-1
Sat 02/27/2016 08:04:46 AM : [  1D 1E DB 1]       OL  76
Sat 02/27/2016 08:04:46 AM : [D2D EVENT   ] Event [1D 1E DB 1] [RR] [27] uom=0 prec=-1
Sat 02/27/2016 08:04:46 AM : [  1D 1E DB 1]       RR  27
Sat 02/27/2016 08:04:47 AM : [All         ] Writing 2 bytes to devices
Sat 02/27/2016 08:04:47 AM : [1D 1E DB 1  ] Memory : Write dbAddr=0x0032 [4C] cmd1=0x2E cmd2=0x00 - Set 30% On Level
Sat 02/27/2016 08:04:47 AM : [iNST-TX-I2  ] 02 62 1D 1E DB 1F 2E 00 01 06 4C 00 00 00 00 00 00 00 00 00 00 7F
Sat 02/27/2016 08:04:47 AM : [iNST-ACK    ] 02 62 1D.1E.DB 1F 2E 00 01 06 4C 00 00 00 00 00 00 00 00 00 00 7F 06        (00)
Sat 02/27/2016 08:04:47 AM : [iNST-SRX    ] 02 50 1D.1E.DB 22.80.0B 2B 2E 00           (00)
Sat 02/27/2016 08:04:47 AM : [std-Direct Ack] 1D.1E.DB-->ISY/PLM Group=0, Max Hops=3, Hops Left=2
Sat 02/27/2016 08:04:47 AM : [1D 1E DB 1  ] Memory : Write dbAddr=0x0021 [1B] cmd1=0x2E cmd2=0x00 - Set 2 second ramp rate
Sat 02/27/2016 08:04:47 AM : [iNST-TX-I2  ] 02 62 1D 1E DB 1F 2E 00 01 05 1B 00 00 00 00 00 00 00 00 00 00 B1
Sat 02/27/2016 08:04:47 AM : [iNST-ACK    ] 02 62 1D.1E.DB 1F 2E 00 01 05 1B 00 00 00 00 00 00 00 00 00 00 B1 06        (00)
Sat 02/27/2016 08:04:48 AM : [iNST-SRX    ] 02 50 1D.1E.DB 22.80.0B 2B 2E 00           (00)
Sat 02/27/2016 08:04:48 AM : [std-Direct Ack] 1D.1E.DB-->ISY/PLM Group=0, Max Hops=3, Hops Left=2
 
--------------------
 
 
Sat 02/27/2016 08:10:01 AM : [        Time] 08:10:01 0(0)
Sat 02/27/2016 08:10:01 AM : [D2D EVENT   ] Event [1D 1E DB 1] [OL] [255] uom=0 prec=-1
Sat 02/27/2016 08:10:01 AM : [  1D 1E DB 1]       OL 255
Sat 02/27/2016 08:10:01 AM : [D2D EVENT   ] Event [1D 1E DB 1] [RR] [29] uom=0 prec=-1
Sat 02/27/2016 08:10:01 AM : [  1D 1E DB 1]       RR  29
Sat 02/27/2016 08:10:01 AM : [All         ] Writing 2 bytes to devices
Sat 02/27/2016 08:10:01 AM : [1D 1E DB 1  ] Memory : Write dbAddr=0x0032 [FF] cmd1=0x2E cmd2=0x00 - Set 100% On Level
Sat 02/27/2016 08:10:01 AM : [iNST-TX-I2  ] 02 62 1D 1E DB 1F 2E 00 01 06 FF 00 00 00 00 00 00 00 00 00 00 CC
Sat 02/27/2016 08:10:01 AM : [iNST-ACK    ] 02 62 1D.1E.DB 1F 2E 00 01 06 FF 00 00 00 00 00 00 00 00 00 00 CC 06        (00)
Sat 02/27/2016 08:10:01 AM : [iNST-SRX    ] 02 50 1D.1E.DB 22.80.0B 2B 2E 00           (00)
Sat 02/27/2016 08:10:01 AM : [std-Direct Ack] 1D.1E.DB-->ISY/PLM Group=0, Max Hops=3, Hops Left=2
Sat 02/27/2016 08:10:01 AM : [1D 1E DB 1  ] Memory : Write dbAddr=0x0021 [1D] cmd1=0x2E cmd2=0x00 - Set .3 second Ramp Rate
Sat 02/27/2016 08:10:01 AM : [iNST-TX-I2  ] 02 62 1D 1E DB 1F 2E 00 01 05 1D 00 00 00 00 00 00 00 00 00 00 AF
Sat 02/27/2016 08:10:01 AM : [iNST-ACK    ] 02 62 1D.1E.DB 1F 2E 00 01 05 1D 00 00 00 00 00 00 00 00 00 00 AF 06        (00)
Sat 02/27/2016 08:10:02 AM : [iNST-SRX    ] 02 50 1D.1E.DB 22.80.0B 2B 2E 00           (00)
Sat 02/27/2016 08:10:02 AM : [std-Direct Ack] 1D.1E.DB-->ISY/PLM Group=0, Max Hops=3, Hops Left=2
 
 
You should see these same type statements when running the correct Program.
 
Link to comment

It works!! :mrgreen: :mrgreen: :mrgreen:  Thanks so much to everyone who helped me figure it out. 

 

I started from scratch by deleting the program and scene. This is what I ended up with:

 

Bath Room Light - [iD 0004][Parent 0001]

If
        From    11:32:00PM
        To      Sunrise -  1 hour  and 10 minutes (next day)
 
Then
        In Scene 'Bath Light Night Time' Set 'Master Toilet Light' 35% (On Level)
        In Scene 'Bath Light Night Time' Set 'Master Toilet Light' 2.0 Sec (Ramp Rate)
        In Scene 'Master Toilet Light' Set 'Master Toilet Light' 35% (On Level)
        In Scene 'Master Toilet Light' Set 'Master Toilet Light' 2.0 Sec (Ramp Rate)
 
Else
        In Scene 'Bath Light Night Time' Set 'Master Toilet Light' 100% (On Level)
        In Scene 'Bath Light Night Time' Set 'Master Toilet Light' 0.2 Sec (Ramp Rate)
        In Scene 'Master Toilet Light' Set 'Master Toilet Light' 100% (On Level)
        In Scene 'Master Toilet Light' Set 'Master Toilet Light' 0.2 Sec (Ramp Rate)
 
 

Link to comment

Archived

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


×
×
  • Create New...