Season Table Question

jml1149

New member
Would somebody mind taking a look at my code? Using a VDM module with Kessil A160WE lighting, and I love the lights. Moonlight is a non-dimmable led actinic light I found on amazon for 12 bucks. I want to follow the default season table for lighting, keeping the Kessil color constant. Seems like the moonlights won't shut off with the delay. Any help appreciated.

Profiles:

[Sun_Up]

Ramp Time: 60
Start Int: 0
End Int: 65

[Sun_Set]

Ramp Time: 60
Start Int: 65
End Int: 0

[Sun_Set]

Ramp Time: 1
Start Int: 65
End Int: 65

VDM Outlets:

[Kintensity]

Set OFF
If Sun 240/-360 Then Sun_Up ;Delay sunrise 4 hours
If Sun 360/240 Then Sun_Set
If Sun 300/180 Then Sun_Day ;Delay sunset 4 hours
If Time 13:00 to 19:00 Then KWeather ;Apex weather profile for 6 hours


[Moonlights]

Fallback OFF
Set OFF
If Moon 240/240 Then ON ;Delay moon cycle 4 hours
 
Last edited:
Back
Top