Moon cycle always on!

varyhare

New member
Please check my programming as it used to be seasonal and this month. Moon has been on every night!

Set OFF
If Moon 120/120 Then LED_Moon
If Sun 120/-360 Then LED_SunUp
If Sun 360/120 Then LED_SunDn
If Sun 180/060 Then LED_Midday
If Outlet Pre_Weather = ON Then PreWeather
If Outlet Clouds = ON Then Cloudy
If Outlet Storms = ON Then Stormy
If Outlet Post_Weather = ON Then PostWeather

Can't find classic mode for LED_Moon anymore? Did seasonal settings changed?

Any guidance will be appreciated

Thanks,

Daniel
 
Please check my programming as it used to be seasonal and this month. Moon has been on every night!

Set OFF
If Moon 120/120 Then LED_Moon
If Sun 120/-360 Then LED_SunUp
If Sun 360/120 Then LED_SunDn
If Sun 180/060 Then LED_Midday
If Outlet Pre_Weather = ON Then PreWeather
If Outlet Clouds = ON Then Cloudy
If Outlet Storms = ON Then Stormy
If Outlet Post_Weather = ON Then PostWeather

Can't find classic mode for LED_Moon anymore? Did seasonal settings changed?

Any guidance will be appreciated

Thanks,

Daniel

Are you using the LSM module for your moon lighting? Based on your programming, I assume this is not an LSM module but instead some other LED's connected to a variable speed port. Is the moon variable speed outlet set to Auto? It needs to be set to Auto for it to follow the programming.

That said, I wonder if your "If Moon 120/120 Then LED_Moon" is the issue.

This is my moon code for my LSM modules.

If Moon -120/-120 Then ON

The difference being the -120/-120
 
Thanks for the info. Running hydra 52 and 26. Used help from RussM in the forums. Just found his programming again and after a catastrophic failure with the base unit and replacement. I must have missed some virtual outlets as none of my weather was working neither.

Need to re-read the seasonal settings again.
 
Double-check the program in the LED_Moon outlet. It should be

Set OFF
If Moon 000/000 Then ON
 
Hey Russ.

Yes it is. I matched your programming but I had to turn the hydras off manually last night.
 
Additionally. I can't get to the classic webpages. Only in Fusion. Which means I cannot see the seasonal tables. Would that cause the programming to faulter?
 
I noticed I never had a Moonlight output originally only had this statement in the hydra outlet:

If Moon 120/120 Then LED_Moon

And LED_Moon is using the wizard for intensity and ramp
 
Back
Top