irrigation

Irrigation Schedule Command

Overview:

The irrigationschedule command displays the current watering schedule configured in your water management system. The schedule is presented in Tasmota format, an open-source firmware for ESP devices used to control your smart irrigation setup. It allows you to review the irrigation timers and settings without making any changes.

Command Structure:

irrigationschedule

Details:

  • Upon entering this command, you’ll receive a detailed response outlining the current irrigation schedule, including specific times, durations for each watering session, and the designated days for irrigation.
  • The irrigation schedule is controlled using Tasmota timers. Each timer manages different irrigation zones.

Timers:

Here’s how to interpret the timer information:

  • Enable: Indicates if the timer is active (1 means enabled).
  • Mode: Defines the timer mode (commonly 0 for time-based operation).
  • Time: Specifies when the timer action will execute (in HH:MM format).
  • Days: Indicates the days the timer runs ("1111111" means every day of the week).
  • Repeat: If set to 1, the timer will repeat as scheduled.
  • Output: Determines the device output that the timer controls (could represent different irrigation zones).
  • Action: Indicates the action to take (1 for turning on, 0 for turning off).

Example Breakdown:

Timer1:
Time: 08:00
Action: 1 (Turn on)
Output: 1 (First irrigation zone)
Runs every day at 08:00.

Timer2:
Time: 08:05
Action: 0 (Turn off)
Output: 1 (Turns off the first irrigation zone).

Timer3:
Time: 08:05
Action: 1 (Turn on)
Output: 2 (Second irrigation zone)
Starts the second irrigation zone at 08:05.

Timer4:
Time: 08:10
Action: 0 (Turn off)
Output: 2 (Turns off the second irrigation zone).

Note: Timers 7 through 16 are set to 00:00, indicating that they may be unused or scheduled for future changes.

Summary of Schedule:

  • Irrigation starts at 08:00 for zone 1 and turns off at 08:05.
  • Zone 2 turns on at 08:05 and off at 08:10.
  • Zone 3 turns on at 08:10 and off at 08:12.