Jump to content

Irrigation Module Question...


jmed999

Recommended Posts

My allowable depletion says its, 0.165" and the irrigation requirement is 1.6214" in the climate tab. The program's irrigation requirement says if the irrigation requirement is >0.5" then the sprinklers are to start.

 

For some reason the irrigation module never triggers my sprinklers to start.

 

Any ideas what the problem could be?

 

Thanks!

Link to comment

I have the following programs for my irrigation system...

 

Sprinkler Run 1

If
       Time is Sunrise -  2 hours 
   And Module 'Climate' Irrigation Requirement is 0.5 inches
   And Module 'Climate' Temperature > 34 °F

Then
       Run Program 'Sprinkler Run 3' (Then Path)

Else
  - No Actions - (To add one, press 'Action')

 

Sprinkler Run 2

If
       Time is Sunrise -  2 hours 
   And Program 'Sprinkler Run 1' is False

Then
       Run Program 'Sprinkler Run 3' (Else Path)

Else
  - No Actions - (To add one, press 'Action')

 

Sprinkler Run 3

If
  - No Conditions - (To add one, press 'Schedule' or 'Condition')

Then
       Send Notification to 'My e-mail' content 'Lawn Sprinklers Started'
       Set 'Sprinkler System / 9-Side (at Road)' On
       Wait  15 minutes 
       Set 'Sprinkler System / 8-Side (Near Driveway)' On
       Wait  10 minutes 
       Set 'Sprinkler System / 7-Back Flowers and Trees' On
       Wait  2 minutes 
       Set 'Sprinkler System / 6-Back Near Pond' On
       Wait  10 minutes 
       Set 'Sprinkler System / 5-Back Right and Bushes' On
       Wait  15 minutes 
       Set 'Sprinkler System / 5-Back Right and Bushes' Off
       Set 'Sprinkler System / 4-Front Bushes' On
       Wait  5 minutes 
       Set 'Sprinkler System / 2-Front Middle' On
       Wait  10 minutes 
       Set 'Sprinkler System / 1-Front Left (Near Tina)' On
       Wait  15 minutes 
       Set 'Sprinkler System / 3-Front Right (Near Driveway)' On
       Wait  15 minutes 
       Set 'Sprinkler System / 3-Front Right (Near Driveway)' Off
       Irrigation - Cycle Complete
       Send Notification to 'My e-mail' content 'Lawn Sprinklers Stopped'

Else
       Send Notification to 'My e-mail' content 'Lawn Sprinklers Didn't Run'

Link to comment
Hi jmed999,

 

If you go to Program Summary, is the irrigation program you are referring to set to True? And, what is the last runtime?

 

With kind regards,

Michel

 

All 3 programs were false the last run time (this morning) and it was way over 34 degrees.

 

Any ideas? Thanks!

Link to comment
The If requires a specific 0.5 inches and only 0.5 inches. Is that what you wanted?

 

If

Time is Sunrise - 2 hours

And Module 'Climate' Irrigation Requirement is 0.5 inches

And Module 'Climate' Temperature > 34 °F

 

No, I wanted it to be greater than 0.5". Shoot I didn't even see that mistake. That's the problem!

 

Thanks for your help Lee! Problem solved.

Link to comment

Archived

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


  • Recently Browsing

    • No registered users viewing this page.
  • Forum Statistics

    • Total Topics
      36.9k
    • Total Posts
      370.3k
×
×
  • Create New...