11-17-2013, 07:06 PM
Sorry if this has been dealt with elsewhere.
I\'m in the process of programming my system. I\'ve upgraded all the components(USM Ether and Zwave, CSC, DS02, KT03x2) to latest firmwares, and have tested, done simple programming.
i am now starting on the fun stuff - Home automation.
I would like to have the hall lights turn on (dimmed) under the following conditions:
1) PIR <> 0
2) Nighttime
3) the Zwave lights are not already on
After 30sec the lights are once again turned back off, only if the lights are not turned on in the interim.
I\'ve created a test zone response as follows:
If NightTime <> 0 Then
Zwave BasicSetCommand UCM02Zwave 10 0 30
End If
This works. However, if you have the lights on in the hallway at 100% the PIR response dims it to the 30%.
How do I create a condition on the state of a given Zwave light.
Any ideas?
Willem
I\'m in the process of programming my system. I\'ve upgraded all the components(USM Ether and Zwave, CSC, DS02, KT03x2) to latest firmwares, and have tested, done simple programming.
i am now starting on the fun stuff - Home automation.

I would like to have the hall lights turn on (dimmed) under the following conditions:
1) PIR <> 0
2) Nighttime
3) the Zwave lights are not already on
After 30sec the lights are once again turned back off, only if the lights are not turned on in the interim.
I\'ve created a test zone response as follows:
If NightTime <> 0 Then
Zwave BasicSetCommand UCM02Zwave 10 0 30
End If
This works. However, if you have the lights on in the hallway at 100% the PIR response dims it to the 30%.
How do I create a condition on the state of a given Zwave light.
Any ideas?
Willem