Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. My Project
  3. Irrigation Controller (up to 16 valves with Shift Registers)

Irrigation Controller (up to 16 valves with Shift Registers)

Scheduled Pinned Locked Moved My Project
371 Posts 56 Posters 248.8k Views 52 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • PaweMedP Offline
    PaweMedP Offline
    PaweMed
    wrote on last edited by PaweMed
    #196
    This post is deleted!
    1 Reply Last reply
    0
    • rechin304R rechin304

      Pictures of the case project and how is arranged inside. Not yet on the final location, still testing.
      5_1461396298101_IMG_3866.JPG 4_1461396298101_IMG_3865.JPG 3_1461396298101_IMG_3863.JPG 1_1461396298101_IMG_3861.JPG 0_1461396298101_IMG_3860.JPG

      k5mapK Offline
      k5mapK Offline
      k5map
      wrote on last edited by
      #197

      @rechin304 - that's a great case/box. Where did you purchase it?

      rechin304R 1 Reply Last reply
      0
      • k5mapK k5map

        @rechin304 - that's a great case/box. Where did you purchase it?

        rechin304R Offline
        rechin304R Offline
        rechin304
        wrote on last edited by
        #198

        @k5map From here http://www.ebay.com/itm/2PCS-Waterproof-Plastic-Cover-Project-Electronic-Case-Enclosure-Box-125-80-32mm-/321803320255?hash=item4aecf8fbbf

        1 Reply Last reply
        0
        • dbemowskD Offline
          dbemowskD Offline
          dbemowsk
          wrote on last edited by
          #199

          I am in the process of building this controller and in reading the comments here where some were asking about a master valve and how to control it. This is the concept that I am going to try with my setup.
          alt text
          I only have 4 zones to control, so with the 8 channel relay board that I have, I am going to use channel 8 as my pump start relay control. The idea is that when any one channel is on, the diodes will activate the master valve, but keep the signal from back-feeding into another relay channel.

          Hope that helps some people out there.

          Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
          Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

          1 Reply Last reply
          0
          • dbemowskD Offline
            dbemowskD Offline
            dbemowsk
            wrote on last edited by dbemowsk
            #200

            So I figured I would share my progress with my version of this project. The majority of the build was done to the schematic from the build section of the site. The only changes I am making are eliminating the use of Q0 on the shift register, and wiring in diodes like I mentioned in my previous post to control my pump start relay using relay channel 8 when any zone is turned on. I may even add a connection for one more digital line for a pump only startup, but will have to see about the code mods to do that.

            One of my hurdles that I wanted to overcome was what kind of case I would be building this in. I searched on ebay a bit, but couldn't find what I wanted. I was digging through some old stuff one day and found an old composite video A/V switcher that I no longer use.
            A/V switcher front
            A/V switcher back
            Rather than recycling it, I figured, why not up-cycle it. The case was the perfect size for the 8 channel relay board. I even kept the back portion of the original circuit board to re-use the old DC in jack and build my regulator circuit on using an AMS1117 3.3v regulator. The output of the power board is Ground (black), +5V (red) and +3.3V (yellow).
            relay/power boards
            AMS1117 regulator
            I cut a slot in the front of the case to allow access to the relay connections.
            front cutout
            The connections came out just enough to allow access to the screw terminals. You can also see the mouning of the LCD, push button and status LED.
            screw terminals
            main board
            I designed the circuit board so that it could plug directly on top of the 8 channel relay board. Notice the header connector strip between the pro mini and the shift register. There is just enough room above the blue 3 input power connector to attach the FTDI cable for programming the pro mini. The last thing I need to add to the board is the 8 diodes to control the pump start relay which will be channel 8 on the relay board. Currently the code uses outputs Q0 thru Q7 of the shift register to control relays 1 thru 8. I will need to make a slight change to the code to use Q1 thru Q7 as the first 7 relays as it was easier to connect it that way to the header connector. I am eliminating the use of Q0 in the circuit.

            I am having a few issues with compiling the code to upload to the pro mini. It is telling me that it can't find the LiquidCrystal.h file, and I have the library in my arduino library folder. The folder has both the LiquidCrystal.h and LiquidCrystal_I2C.h files, so I am not sure what is up there. I hope to have it figured out soon so I can test the assembly.

            Thanks for reviewing.

            Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
            Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

            1 Reply Last reply
            2
            • dbemowskD Offline
              dbemowskD Offline
              dbemowsk
              wrote on last edited by
              #201

              I am trying to use this controller with Domoticz and I am wondering how to set the valve times. Is there anyone that is using this controller with Domoticz that can help?

              Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
              Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

              1 Reply Last reply
              0
              • HuczasH Offline
                HuczasH Offline
                Huczas
                wrote on last edited by
                #202

                Hi, in original code is written to work with Vera - this is similar to Domoticz. But I same like you have Domoticz on my RPi0. Some time ago I changed some lines in this code that it is working now with Domoticz.

                /*
                MySprinkler for MySensors
                
                Arduino Multi-Zone Sprinkler Control
                
                May 31, 2015
                
                *** Version 2.0
                
                *** Upgraded to http://MySensors.org version 1.4.1
                *** Expanded for up to 16 Valves
                *** Setup for active low relay board or comment out #define ACTIVE_LOW to switch to active high
                *** Switch to bitshift method vs byte arrays
                *** Changed RUN_ALL_ZONES Vera device to 0 (was highest valve)
                *** Added optional LCD display featuring remaining time, date last ran & current time
                *** Features 'raindrop' and 'clock' icons which indicate sensor is updating valve data and clock respectively
                *** Added single pushbutton menu to manually select which program to run (All Zones or a Single Zone)
                *** Added option of naming your Zones programmatically or with Vera (V_VAR3 used to store names)
                
                Utilizing your Vera home automation controller and the MySensors.org gateway you can
                control up to a sixteen zone irrigation system with only three digital pins.  This sketch
                will create NUMBER_OF_VALVES + 1 devices on your Vera controller
                
                This sketch features the following:
                
                * Allows you to cycle through All zones (RUN_ALL_ZONES) or individual zone (RUN_SINGLE_ZONE) control.
                * Use the 0th controller to activate RUN_ALL_ZONES (each zone in numeric sequence 1 to n)
                  using Variable1 as the "ON" time in minutes in each of the vera devices created.
                * Use the individual zone controller to activate a single zone.  This feature uses
                  Variable2 as the "ON" time for each individual device/zone.
                * Connect according to pinout below and uses Shift Registers as to allow the MySensors
                  standard radio configuration and still leave available digital pins
                * Turning on any zone will stop the current process and begin that particular process.
                * Turning off any zone will stop the current process and turn off all zones.
                * To push your new time intervals for your zones, simply change the variable on your Vera and
                  your arduino will call to Vera once a minute and update accordingly.  Variables will also be
                  requested when the device is first powered on.
                * Pushbutton activation to RUN_ALL_ZONES, RUN_SINGLE_ZONE or halt the current program
                * LED status indicator
                
                PARTS LIST:
                Available from the MySensors store - http://www.mysensors.org/store/
                * Relays (8 channel)
                * Female Pin Header Connector Strip
                * Prototype Universal Printed Circuit Boards (PCB)
                * NRF24L01 Radio
                * Arduino (I used a Pro Mini)
                * FTDI USB to TTL Serial Adapter
                * Capacitors (10uf and .1uf)
                * 3.3v voltage regulator
                * Resistors (270 & 10K)
                * Female Dupont Cables
                * 1602 LCD (with I2C Interface)
                * LED
                * Push button
                * Shift Register (SN74HC595)
                * 2 Pole 5mm Pitch PCB Mount Screw Terminal Block
                * 3 Pole 5mm Pitch PCB Mount Screw Terminal Block
                * 22-24 gauge wire or similar (I used Cat5/Cat6 cable)
                * 18 gauge wire (for relay)
                * Irrigation Power Supply (24-Volt/750 mA Transformer)
                
                
                INSTRUCTIONS:
                
                * A step-by-step setup video is available here: http://youtu.be/l4GPRTsuHkI
                * After assembling your arduino, radio, decoupling capacitors, shift register(s), status LED, pushbutton LCD (I2C connected to
                  A4 and A5) and relays, and load the sketch.
                * Following the instructions at https://MySensors.org include the device to your MySensors Gateway.
                * Verify that each new device has a Variable1, Variable2 and Variable3. Populate data accordingly with whole minutes for
                  the RUN_ALL_ZONES routine (Variable1) and the RUN_SINGLE_ZONE routines (Variable 2).  The values entered for times may be zero and
                  you may use the defaulet zone names by leaving Variable3 blank.
                * Once you have entered values for each zone and each variable, save the settings by pressing the red save button on your Vera.
                * Restart your arduino; verify the settings are loaded into your arduino with the serial monitor; the array will be printed
                  on the serial monitor.
                * Your arduino should slow-flash, indicating that it is in ready mode.
                * There are multiple debug serial prints that can be monitored to assure that it is operating properly.
                * ***THIS SHOULD NO LONGER BE NEEDED*** The standard MySensors library now works. https://bitbucket.org/fmalpartida/new-liquidcrystal/downloads for the I2C library, or use yours
                
                Contributed by Jim (BulldogLowell@gmail.com) with much contribution from Pete (pete.will@mysensors.org) and is released to the public domain
                */
                //
                #include <Wire.h>
                #include <Time.h>
                #include <MySensor.h>
                #include <SPI.h>
                #include <LiquidCrystal.h>
                #include <LiquidCrystal_I2C.h>
                
                
                //
                #define NUMBER_OF_VALVES 8  // Change this to set your valve count up to 16.
                #define VALVE_RESET_TIME 7500UL   // Change this (in milliseconds) for the time you need your valves to hydraulically reset and change state
                #define RADIO_ID AUTO  // Change this to fix your Radio ID or use Auto
                
                #define SKETCH_NAME "MySprinkler"
                #define SKETCH_VERSION "2.0"
                //
                #define CHILD_ID_SPRINKLER 0
                //
                #define ACTIVE_LOW // comment out this line if your relays are active high
                //
                #define DEBUG_ON   // comment out to supress serial monitor output
                //
                #ifdef ACTIVE_LOW
                #define BITSHIFT_VALVE_NUMBER ~(1U << (valveNumber-1))
                #define ALL_VALVES_OFF 0xFFFF
                #else
                #define BITSHIFT_VALVE_NUMBER (1U << (valveNumber-1))
                #define ALL_VALVES_OFF 0U
                #endif
                //
                #ifdef DEBUG_ON
                #define DEBUG_PRINT(x)   Serial.print(x)
                #define DEBUG_PRINTLN(x) Serial.println(x)
                #define SERIAL_START(x)  Serial.begin(x)
                #else
                #define DEBUG_PRINT(x)
                #define DEBUG_PRINTLN(x)
                #define SERIAL_START(x)
                #endif
                //
                typedef enum {
                  STAND_BY_ALL_OFF, RUN_SINGLE_ZONE, RUN_ALL_ZONES, CYCLE_COMPLETE, ZONE_SELECT_MENU
                }
                SprinklerStates;
                //
                SprinklerStates state = STAND_BY_ALL_OFF;
                SprinklerStates lastState;
                byte menuState = 0;
                unsigned long menuTimer;
                byte countDownTime = 10;
                //
                int allZoneTime [NUMBER_OF_VALVES + 1];
                int valveSoloTime [NUMBER_OF_VALVES + 1];
                int valveNumber;
                int lastValve;
                unsigned long startMillis;
                const int ledPin = 5;
                const int waterButtonPin = 3;
                boolean buttonPushed = false;
                boolean showTime = true;
                boolean clockUpdating = false;
                boolean recentUpdate = true;
                const char *dayOfWeek[] = {
                  "Null", "Sunday ", "Monday ", "Tuesday ", "Wednesday ", "Thursday ", "Friday ", "Saturday "
                };
                // Name your Zones here or use Vera to edit them by adding a name in Variable3...
                String valveNickName[17] = {
                  "All Zones", "Zone 1", "Podlewanie 1", "Podlewanie 2", "Podlewanie 3", "Podlewanie 4", "Zone 6", "Zone 7", "Zone 8", "Zone 9", "Zone 10", "Zone 11", "Zone 12", "Zone 13", "Zone 14", "Zone 15", "Zone 16"
                };
                //
                time_t lastTimeRun = 0;
                //Setup Shift Register...
                const int latchPin = 8;
                const int clockPin = 4;
                const int dataPin  = 7;
                //
                byte clock[8] = {0x0, 0xe, 0x15, 0x17, 0x11, 0xe, 0x0}; // fetching time indicator
                byte raindrop[8] = {0x4, 0x4, 0xA, 0xA, 0x11, 0xE, 0x0,}; // fetching Valve Data indicator
                // Set the pins on the I2C chip used for LCD connections:
                //                    addr, en,rw,rs,d4,d5,d6,d7,bl,blpol
                LiquidCrystal_I2C lcd(0x27, 2, 1, 0, 4, 5, 6, 7, 3, POSITIVE);  // Set the LCD I2C address to 0x27
                MySensor gw;
                //
                MyMessage msg1valve(CHILD_ID_SPRINKLER, V_LIGHT);
                MyMessage var1valve(CHILD_ID_SPRINKLER, V_VAR1);
                MyMessage var2valve(CHILD_ID_SPRINKLER, V_VAR2);
                //
                void setup()
                {
                  SERIAL_START(115200);
                  DEBUG_PRINTLN(F("Initialising..."));
                  pinMode(latchPin, OUTPUT);
                  pinMode(clockPin, OUTPUT);
                  pinMode(dataPin, OUTPUT);
                  pinMode(ledPin, OUTPUT);
                  pinMode(waterButtonPin, INPUT_PULLUP);
                  //pinMode(waterButtonPin, INPUT);
                  attachInterrupt(1, PushButton, RISING); //May need to change for your Arduino model
                  digitalWrite (ledPin, HIGH);
                  DEBUG_PRINTLN(F("Turning All Valves Off..."));
                  updateRelays(ALL_VALVES_OFF);
                  //delay(5000);
                  lcd.begin(16, 2); //(16 characters and 2 line display)
                  lcd.clear();
                  lcd.backlight();
                  lcd.createChar(0, clock);
                  lcd.createChar(1, raindrop);
                  //
                  //check for saved date in EEPROM
                  DEBUG_PRINTLN(F("Checking EEPROM for stored date:"));
                  delay(500);
                  if (gw.loadState(0) == 0xFF); // EEPROM flag
                  {
                    DEBUG_PRINTLN(F("Retreiving last run time from EEPROM..."));
                    for (int i = 0; i < 4 ; i++)
                    {
                      lastTimeRun = lastTimeRun << 8;
                      lastTimeRun = lastTimeRun | gw.loadState(i + 1); // assemble 4 bytes into an ussigned long epoch timestamp
                    }
                  }
                  gw.begin(getVariables, RADIO_ID, false); // Change 'false' to 'true' to create a Radio repeating node
                  gw.sendSketchInfo(SKETCH_NAME, SKETCH_VERSION);
                  for (byte i = 0; i <= NUMBER_OF_VALVES; i++)
                  {
                    gw.present(i, S_LIGHT);
                  }
                  DEBUG_PRINTLN(F("Sensor Presentation Complete"));
                  //
                  digitalWrite (ledPin, LOW);
                  DEBUG_PRINTLN(F("Ready..."));
                  //
                  lcd.setCursor(0, 0);
                  lcd.print(F(" Syncing Time  "));
                  lcd.setCursor(15, 0);
                  lcd.write(byte(0));
                  lcd.setCursor(0, 1);
                  int clockCounter = 0;
                  while (timeStatus() == timeNotSet && clockCounter < 21)
                  {
                    gw.process();
                    gw.requestTime(receiveTime);
                    DEBUG_PRINTLN(F("Requesting time from Gateway:"));
                    delay(1000);
                    lcd.print(".");
                    clockCounter++;
                    if (clockCounter > 16)
                    {
                      DEBUG_PRINTLN(F("Failed initial clock synchronization!"));
                      lcd.clear();
                      lcd.print(F("  Failed Clock  "));
                      lcd.setCursor(0, 1);
                      lcd.print(F(" Syncronization "));
                      delay(2000);
                      break;
                    }
                  }
                  //
                  lcd.clear();
                  //Update valve data when first powered on
                  for (byte i = 0; i <= NUMBER_OF_VALVES; i++)
                  {
                    lcd.print(F(" Updating  "));
                    lcd.setCursor(0, 1);
                    lcd.print(F(" Valve Data: "));
                    lcd.print(i);
                    boolean flashIcon = false;
                    DEBUG_PRINT(F("Calling for Valve "));
                    DEBUG_PRINT(i);
                    DEBUG_PRINTLN(F(" Data..."));
                    while (gw.process() == false)
                    {
                      lcd.setCursor(15, 0);
                      flashIcon = !flashIcon;
                      flashIcon ? lcd.write(byte(1)) : lcd.print(F(" "));
                      gw.request(i, V_VAR1);
                      delay(100);
                    }
                    while (gw.process() == false)
                    {
                      lcd.setCursor(15, 0);
                      flashIcon = !flashIcon;
                      flashIcon ? lcd.write(byte(1)) : lcd.print(F(" "));
                      gw.request(i, V_VAR2);
                      delay(100);
                    }
                    while (gw.process() == false)
                    {
                      lcd.setCursor(15, 0);
                      flashIcon = !flashIcon;
                      flashIcon ? lcd.write(byte(1)) : lcd.print(F(" "));
                      gw.request(i, V_VAR3);
                      delay(100);
                    }
                  }
                  lcd.clear();
                }
                //
                void loop()
                {
                  gw.process();
                  updateClock();
                  updateDisplay();
                  goGetValveTimes();
                  //
                  if (buttonPushed)
                  {
                    menuTimer = millis();
                    DEBUG_PRINTLN(F("Button Pressed"));
                    if (state == STAND_BY_ALL_OFF)
                    {
                      state = ZONE_SELECT_MENU;
                      menuState = 0;
                    }
                    else if (state == ZONE_SELECT_MENU)
                    {
                      menuState++;
                      if (menuState > NUMBER_OF_VALVES)
                      {
                        menuState = 0;
                      }
                    }
                    else
                    {
                      state = STAND_BY_ALL_OFF;
                    }
                    buttonPushed = false;
                  }
                  if (state == STAND_BY_ALL_OFF)
                  {
                    slowToggleLED ();
                    if (state != lastState)
                    {
                      updateRelays(ALL_VALVES_OFF);
                      DEBUG_PRINTLN(F("State Changed... all Zones off"));
                      for (byte i = 0; i <= NUMBER_OF_VALVES; i++)
                      {
                        delay(50);
                        gw.send(msg1valve.setSensor(i).set(false), false);
                      }
                      lcd.clear();
                      lcd.setCursor(0,0);
                      lcd.print(F("** Irrigation **"));
                      lcd.setCursor(0,1);
                      lcd.print(F("**   Halted   **"));
                      delay(2000);
                      lastValve = -1;
                    }
                  }
                  //
                  else if (state == RUN_ALL_ZONES)
                  {
                    if (lastValve != valveNumber)
                    {
                      for (byte i = 0; i <= NUMBER_OF_VALVES; i++)
                      {
                        if (i == 0 || i == valveNumber)
                        {
                          gw.send(msg1valve.setSensor(i).set(true), false);
                        }
                        else
                        {
                          gw.send(msg1valve.setSensor(i).set(false), false);
                        }
                      }
                    }
                    lastValve = valveNumber;
                    fastToggleLed();
                    if (state != lastState)
                    {
                      valveNumber = 1;
                      updateRelays(ALL_VALVES_OFF);
                      DEBUG_PRINTLN(F("State Changed, Running All Zones..."));
                    }
                    unsigned long nowMillis = millis();
                    if (nowMillis - startMillis < VALVE_RESET_TIME)
                    {
                      updateRelays(ALL_VALVES_OFF);
                    }
                    else if (nowMillis - startMillis < (allZoneTime[valveNumber] * 60000UL))
                    {
                      updateRelays(BITSHIFT_VALVE_NUMBER);
                    }
                    else
                    {
                      DEBUG_PRINTLN(F("Changing Valves..."));
                      updateRelays(ALL_VALVES_OFF);
                      startMillis = millis();
                      valveNumber++;
                      if (valveNumber > NUMBER_OF_VALVES)
                      {
                        state = CYCLE_COMPLETE;
                        startMillis = millis();
                        lastValve = -1;
                        lastTimeRun = now();
                        saveDateToEEPROM(lastTimeRun);
                        for (byte i = 0; i <= NUMBER_OF_VALVES; i++)
                        {
                          gw.send(msg1valve.setSensor(i).set(false), false);
                        }
                        DEBUG_PRINT(F("State = "));
                        DEBUG_PRINTLN(state);
                      }
                    }
                  }
                  //
                  else if (state == RUN_SINGLE_ZONE)
                  {
                    fastToggleLed();
                    if (state != lastState)
                    {
                      for (byte i = 0; i <= NUMBER_OF_VALVES; i++)
                      {
                        if (i == 0 || i == valveNumber)
                        {
                          gw.send(msg1valve.setSensor(i).set(true), false);
                        }
                        else
                        {
                          gw.send(msg1valve.setSensor(i).set(false), false);
                        }
                      }
                      DEBUG_PRINTLN(F("State Changed, Single Zone Running..."));
                      DEBUG_PRINT(F("Zone: "));
                      DEBUG_PRINTLN(valveNumber);
                    }
                    unsigned long nowMillis = millis();
                    if (nowMillis - startMillis < VALVE_RESET_TIME)
                    {
                      updateRelays(ALL_VALVES_OFF);
                    }
                    else if (nowMillis - startMillis < (valveSoloTime [valveNumber] * 60000UL))
                    {
                      updateRelays(BITSHIFT_VALVE_NUMBER);
                    }
                    else
                    {
                      updateRelays(ALL_VALVES_OFF);
                      for (byte i = 0; i <= NUMBER_OF_VALVES; i++)
                      {
                        gw.send(msg1valve.setSensor(i).set(false), false);
                      }
                      state = CYCLE_COMPLETE;
                      startMillis = millis();
                      DEBUG_PRINT(F("State = "));
                      DEBUG_PRINTLN(state);
                    }
                    lastTimeRun = now();
                  }
                  else if (state == CYCLE_COMPLETE)
                  {
                    if (millis() - startMillis < 30000UL)
                    {
                      fastToggleLed();
                    }
                    else
                    {
                      state = STAND_BY_ALL_OFF;
                    }
                  }
                  else if (state = ZONE_SELECT_MENU)
                  {
                    displayMenu();
                  }
                  lastState = state;
                }
                //
                void displayMenu(void)
                {
                  static byte lastMenuState = -1;
                  static int lastSecond;
                  if (menuState != lastMenuState)
                  {
                    lcd.clear();
                    lcd.setCursor(0, 0);
                    lcd.print(valveNickName[menuState]);
                    lcd.setCursor(0, 1);
                    lcd.print(F("Starting"));
                    DEBUG_PRINT(valveNickName[menuState]);
                    Serial.print(F(" Starting Shortly"));
                  }
                  int thisSecond = (millis() - menuTimer) / 1000UL;
                  if (thisSecond != lastSecond && thisSecond < 8)
                  {
                    lcd.print(F("."));
                    Serial.print(".");
                  }
                  lastSecond = thisSecond;
                  if (millis() - menuTimer > 10000UL)
                  {
                    startMillis = millis();
                    if (menuState == 0)
                    {
                      valveNumber = 1;
                      state = RUN_ALL_ZONES;
                    }
                    else
                    {
                      valveNumber = menuState;
                      state = RUN_SINGLE_ZONE;
                    }
                  }
                  else
                  {
                
                  }
                  lastMenuState = menuState;
                }
                //
                void updateRelays(int value)
                {
                  digitalWrite(latchPin, LOW);
                  shiftOut(dataPin, clockPin, MSBFIRST, highByte(value));
                  shiftOut(dataPin, clockPin, MSBFIRST, lowByte(value));
                  digitalWrite(latchPin, HIGH);
                }
                //
                void PushButton() //interrupt with debounce
                {
                  static unsigned long last_interrupt_time = 0;
                  unsigned long interrupt_time = millis();
                  if (interrupt_time - last_interrupt_time > 200)
                  {
                    buttonPushed = true;
                  }
                  last_interrupt_time = interrupt_time;
                }
                //
                void fastToggleLed()
                {
                  static unsigned long fastLedTimer;
                  if (millis() - fastLedTimer >= 100UL)
                  {
                    digitalWrite(ledPin, !digitalRead(ledPin));
                    fastLedTimer = millis ();
                  }
                }
                //
                void slowToggleLED ()
                {
                  static unsigned long slowLedTimer;
                  if (millis() - slowLedTimer >= 1250UL)
                  {
                    digitalWrite(ledPin, !digitalRead(ledPin));
                    slowLedTimer = millis ();
                  }
                }
                //
                void getVariables(const MyMessage &message)
                {
                  boolean zoneTimeUpdate = false;
                  if (message.isAck())
                  {
                    DEBUG_PRINTLN(F("This is an ack from gateway"));
                  }
                  for (byte i = 0; i <= NUMBER_OF_VALVES; i++)
                  {
                    if (message.sensor == i)
                    {
                      if (message.type == V_LIGHT)
                      {
                        int switchState = atoi(message.data);
                        if (switchState == 0)
                        {
                          state = STAND_BY_ALL_OFF;
                          DEBUG_PRINTLN(F("Recieved Instruction to Cancel..."));
                        }
                        else
                        {
                          if (i == 0)
                          {
                            state = RUN_ALL_ZONES;
                            valveNumber = 1;
                            DEBUG_PRINTLN(F("Recieved Instruction to Run All Zones..."));
                          }
                          else
                          {
                            state = RUN_SINGLE_ZONE;
                            valveNumber = i;
                            DEBUG_PRINT(F("Recieved Instruction to Activate Zone: "));
                            DEBUG_PRINTLN(i);
                          }
                        }
                        startMillis = millis();
                      }
                      else if (message.type == V_VAR1)
                      {
                        int variable1 = 15; // atoi(message.data);// RUN_ALL_ZONES time
                        DEBUG_PRINT(F("Recieved variable1 valve:"));
                        DEBUG_PRINT(i);
                        DEBUG_PRINT(F(" = "));
                        DEBUG_PRINTLN(variable1);
                        if (variable1 != allZoneTime[i])
                        {
                          allZoneTime[i] = variable1;
                
                          zoneTimeUpdate = true;
                        }
                      }
                      else if (message.type == V_VAR2)
                      {
                        int variable2 = 10; //atoi(message.data);// RUN_SINGLE_ZONE time
                        DEBUG_PRINT(F("Recieved variable2 valve:"));
                        DEBUG_PRINT(i);
                        DEBUG_PRINT(F(" = "));
                        DEBUG_PRINTLN(variable2);
                        if (variable2 != valveSoloTime[i])
                        {
                          valveSoloTime[i] = variable2;
                          zoneTimeUpdate = true;
                        }
                      }
                      else if (message.type == V_VAR3)
                      {
                        String newMessage = String(message.data);
                        if (newMessage.length() == 0) 
                        {
                          DEBUG_PRINT(F("No Name Recieved for zone "));
                          DEBUG_PRINTLN(i);
                          break;
                        }
                        if (newMessage.length() > 16)
                        {
                          newMessage.substring(0, 16);
                        }
                        valveNickName[i] = "";
                        valveNickName[i] += newMessage;
                        DEBUG_PRINT(F("Recieved new name for zone "));
                        DEBUG_PRINT(i);
                        DEBUG_PRINT(F(" and it is now called: "));
                        DEBUG_PRINTLN(valveNickName[i]);
                      }
                    }
                  }
                  if (zoneTimeUpdate)
                  {
                    //
                    DEBUG_PRINTLN(F("New Zone Times Recieved..."));
                    for (byte i = 0; i <= NUMBER_OF_VALVES; i++)
                    {
                      if (i != 0)
                      {
                        DEBUG_PRINT(F("Zone "));
                        DEBUG_PRINT(i);
                        DEBUG_PRINT(F(" individual time: "));
                        DEBUG_PRINT(valveSoloTime[i]);
                        DEBUG_PRINT(F(" group time: "));
                        DEBUG_PRINTLN(allZoneTime[i]);
                        recentUpdate = true;
                      }
                    }
                  }
                  else
                  {
                    recentUpdate = false;
                  }
                }
                //
                void updateDisplay()
                {
                  static unsigned long lastUpdateTime;
                  static boolean displayToggle = false;
                  //static byte toggleCounter = 0;
                  static SprinklerStates lastDisplayState;
                  if (state != lastDisplayState || millis() - lastUpdateTime >= 3000UL)
                  {
                    displayToggle = !displayToggle;
                    switch (state) {
                      case STAND_BY_ALL_OFF:
                        //
                        fastClear();
                        lcd.setCursor(0, 0);
                        if (displayToggle)
                        {
                          lcd.print(F("  System Ready "));
                          if (clockUpdating)
                          {
                            lcd.setCursor(15, 0);
                            lcd.write(byte(0));
                          }
                          lcd.setCursor(0, 1);
                          lcd.print(hour() < 10 ? F(" ") : F(""));
                          lcd.print(hour());
                          lcd.print(minute() < 10 ? F(":0") : F(":"));
                          lcd.print(minute());
                          //lcd.print(isAM() ? F("am") : F("pm"));
                          lcd.setCursor(7, 1);
                          lcd.print(day() < 10 ? F(" 0") : F(" "));
                          lcd.print(day());
                          lcd.print(month() < 10 ? F("/0") : F("/"));
                          lcd.print(month());
                          lcd.print(F("/"));
                          lcd.print(year() % 100);
                        }
                        else
                        {
                          lcd.print(F("  Last Watered "));
                          if (clockUpdating)
                          {
                            lcd.setCursor(15, 0);
                            lcd.write(byte(0));
                          }
                          lcd.setCursor(0, 1);
                          lcd.print(dayOfWeek[weekday(lastTimeRun)]);
                          lcd.setCursor(10, 1);
                          lcd.print(day(lastTimeRun) < 10 ? F(" 0") : F(""));
                          lcd.print(day(lastTimeRun));
                          lcd.print(month(lastTimeRun) < 10 ? F("/0") : F("/"));
                          lcd.print(month(lastTimeRun));
                        }
                        break;
                      case RUN_SINGLE_ZONE:
                        //
                        fastClear();
                        lcd.setCursor(0, 0);
                        if (displayToggle)
                        {
                          lcd.print(F("Single Zone Mode"));
                          lcd.setCursor(0, 1);
                          lcd.print(F(" Zone:"));
                          if (valveNumber < 10) lcd.print(F("0"));
                          lcd.print(valveNumber);
                          lcd.print(F(" Active"));
                        }
                        else
                        {
                          lcd.print(F(" Time Remaining "));
                          lcd.setCursor(0, 1);
                          if (valveSoloTime[valveNumber] == 0)
                          {
                            lcd.print(F(" No Valve Time "));
                          }
                          else
                          {
                            unsigned long timeRemaining = (valveSoloTime[valveNumber] * 60) - ((millis() - startMillis) / 1000);
                            lcd.print(timeRemaining / 60 < 10 ? "   0" : "   ");
                            lcd.print(timeRemaining / 60);
                            lcd.print("min");
                            lcd.print(timeRemaining % 60 < 10 ? " 0" : " ");
                            lcd.print(timeRemaining % 60);
                            lcd.print("sec  ");
                          }
                        }
                        break;
                      case RUN_ALL_ZONES:
                        //
                        fastClear();
                        lcd.setCursor(0, 0);
                        if (displayToggle)
                        {
                          lcd.print(F(" All-Zone  Mode "));
                          lcd.setCursor(0, 1);
                          lcd.print(F(" Zone:"));
                          if (valveNumber < 10) lcd.print(F("0"));
                          lcd.print(valveNumber);
                          lcd.print(F(" Active "));
                        }
                        else
                        {
                          lcd.print(F(" Time Remaining "));
                          lcd.setCursor(0, 1);
                          int timeRemaining = (allZoneTime[valveNumber] * 60) - ((millis() - startMillis) / 1000);
                          lcd.print((timeRemaining / 60) < 10 ? "   0" : "   ");
                          lcd.print(timeRemaining / 60);
                          lcd.print("min");
                          lcd.print(timeRemaining % 60 < 10 ? " 0" : " ");
                          lcd.print(timeRemaining % 60);
                          lcd.print("sec  ");
                        }
                        break;
                      case CYCLE_COMPLETE:
                        //
                        if (displayToggle)
                        {
                          lcd.setCursor(0, 0);
                          lcd.print(F(" Watering Cycle "));
                          lcd.setCursor(0, 1);
                          lcd.print(F("    Complete    "));
                        }
                        else
                        {
                          int totalTimeRan = 0;
                          for (int i = 1; i < NUMBER_OF_VALVES + 1; i++)
                          {
                            totalTimeRan += allZoneTime[i];
                          }
                          lcd.setCursor(0, 0);
                          lcd.print(F(" Total Time Run "));
                          lcd.setCursor(0, 1);
                          lcd.print(totalTimeRan < 10 ? "   0" : "   ");
                          lcd.print(totalTimeRan);
                          lcd.print(" Minutes   ");
                        }
                    }
                    lastUpdateTime = millis();
                  }
                  lastDisplayState = state;
                }
                void receiveTime(time_t newTime)
                {
                  DEBUG_PRINTLN(F("Time value received and updated..."));
                  int lastSecond = second();
                  int lastMinute = minute();
                  int lastHour = hour();
                  setTime(newTime);
                  if (((second() != lastSecond) || (minute() != lastMinute) || (hour() != lastHour)) || showTime)
                  {
                    DEBUG_PRINTLN(F("Clock updated...."));
                    DEBUG_PRINT(F("Sensor's time currently set to:"));
                    DEBUG_PRINT(hourFormat12() < 10 ? F(" 0") : F(" "));
                    DEBUG_PRINT(hourFormat12());
                    DEBUG_PRINT(minute() < 10 ? F(":0") : F(":"));
                    DEBUG_PRINT(minute());
                    DEBUG_PRINTLN(isAM() ? F("am") : F("pm"));
                    DEBUG_PRINT(month());
                    DEBUG_PRINT(F("/"));
                    DEBUG_PRINT(day());
                    DEBUG_PRINT(F("/"));
                    DEBUG_PRINTLN(year());
                    DEBUG_PRINTLN(dayOfWeek[weekday()]);
                    showTime = false;
                  }
                  else
                  {
                    DEBUG_PRINTLN(F("Sensor's time did NOT need adjustment greater than 1 second."));
                  }
                  clockUpdating = false;
                }
                void fastClear()
                {
                  lcd.setCursor(0, 0);
                  lcd.print(F("                "));
                  lcd.setCursor(0, 1);
                  lcd.print(F("                "));
                }
                //
                void updateClock()
                {
                  static unsigned long lastVeraGetTime;
                  if (millis() - lastVeraGetTime >= 3600000UL) // updates clock time and gets zone times from vera once every hour
                  {
                    DEBUG_PRINTLN(F("Requesting time and valve data from Gateway..."));
                    lcd.setCursor(15, 0);
                    lcd.write(byte(0));
                    clockUpdating = true;
                    gw.requestTime(receiveTime);
                    lastVeraGetTime = millis();
                  }
                }
                //
                void saveDateToEEPROM(unsigned long theDate)
                {
                  DEBUG_PRINTLN(F("Saving Last Run date"));
                  if (gw.loadState(0) != 0xFF)
                  {
                    gw.saveState(0, 0xFF); // EEPROM flag for last date saved stored in EEPROM (location zero)
                  }
                  //
                  for (int i = 1; i < 5; i++)
                  {
                    gw.saveState(5 - i, byte(theDate >> 8 * (i - 1))); // store epoch datestamp in 4 bytes of EEPROM starting in location one
                  }
                }
                //
                void goGetValveTimes()
                {
                  static unsigned long valveUpdateTime;
                  static byte valveIndex = 1;
                  if (millis() - valveUpdateTime >= 300000UL / NUMBER_OF_VALVES)// update each valve once every 5 mins (distributes the traffic)
                  {
                    DEBUG_PRINTLN(F("Calling for Valve Data..."));
                    lcd.setCursor(15, 0);
                    lcd.write(byte(1)); //lcd.write(1);
                    gw.request(valveIndex, V_VAR1);
                    gw.request(valveIndex, V_VAR2);
                    gw.request(valveIndex, V_VAR3);
                    valveUpdateTime = millis();
                    valveIndex++;
                    if (valveIndex > NUMBER_OF_VALVES + 1)
                    {
                      valveIndex = 1;
                    }
                  }
                }
                

                Ok, originally time - how long relay is triggered was downloaded from Vera, I commented out this two lines and specify time there. When you power on arduino - program is trying to connect to Vera and download all data but it obviously fail at it. After a while it's just get date and time from Domoticz. So no names of zones or how long water them. All is hard coded in Arduino.

                int variable1 = 15; // atoi(message.data);// RUN_ALL_ZONES time
                int variable2 = 10; //atoi(message.data);// RUN_SINGLE_ZONE time
                

                Now there is 15 minutes if you trigger all zones and 10 minutes if you choose specific single zone.

                If you want change it you need burn it again on Arduino - so it is not the best solution, but it works :) And it is about 1 week with testing all with laptop and FTDI connected to this controller. After that - you can leave it forever.

                PS, also I changed date and time - it is 24h and DD/MM/YY - so more European friendly :)

                dbemowskD 1 Reply Last reply
                0
                • HuczasH Huczas

                  Hi, in original code is written to work with Vera - this is similar to Domoticz. But I same like you have Domoticz on my RPi0. Some time ago I changed some lines in this code that it is working now with Domoticz.

                  /*
                  MySprinkler for MySensors
                  
                  Arduino Multi-Zone Sprinkler Control
                  
                  May 31, 2015
                  
                  *** Version 2.0
                  
                  *** Upgraded to http://MySensors.org version 1.4.1
                  *** Expanded for up to 16 Valves
                  *** Setup for active low relay board or comment out #define ACTIVE_LOW to switch to active high
                  *** Switch to bitshift method vs byte arrays
                  *** Changed RUN_ALL_ZONES Vera device to 0 (was highest valve)
                  *** Added optional LCD display featuring remaining time, date last ran & current time
                  *** Features 'raindrop' and 'clock' icons which indicate sensor is updating valve data and clock respectively
                  *** Added single pushbutton menu to manually select which program to run (All Zones or a Single Zone)
                  *** Added option of naming your Zones programmatically or with Vera (V_VAR3 used to store names)
                  
                  Utilizing your Vera home automation controller and the MySensors.org gateway you can
                  control up to a sixteen zone irrigation system with only three digital pins.  This sketch
                  will create NUMBER_OF_VALVES + 1 devices on your Vera controller
                  
                  This sketch features the following:
                  
                  * Allows you to cycle through All zones (RUN_ALL_ZONES) or individual zone (RUN_SINGLE_ZONE) control.
                  * Use the 0th controller to activate RUN_ALL_ZONES (each zone in numeric sequence 1 to n)
                    using Variable1 as the "ON" time in minutes in each of the vera devices created.
                  * Use the individual zone controller to activate a single zone.  This feature uses
                    Variable2 as the "ON" time for each individual device/zone.
                  * Connect according to pinout below and uses Shift Registers as to allow the MySensors
                    standard radio configuration and still leave available digital pins
                  * Turning on any zone will stop the current process and begin that particular process.
                  * Turning off any zone will stop the current process and turn off all zones.
                  * To push your new time intervals for your zones, simply change the variable on your Vera and
                    your arduino will call to Vera once a minute and update accordingly.  Variables will also be
                    requested when the device is first powered on.
                  * Pushbutton activation to RUN_ALL_ZONES, RUN_SINGLE_ZONE or halt the current program
                  * LED status indicator
                  
                  PARTS LIST:
                  Available from the MySensors store - http://www.mysensors.org/store/
                  * Relays (8 channel)
                  * Female Pin Header Connector Strip
                  * Prototype Universal Printed Circuit Boards (PCB)
                  * NRF24L01 Radio
                  * Arduino (I used a Pro Mini)
                  * FTDI USB to TTL Serial Adapter
                  * Capacitors (10uf and .1uf)
                  * 3.3v voltage regulator
                  * Resistors (270 & 10K)
                  * Female Dupont Cables
                  * 1602 LCD (with I2C Interface)
                  * LED
                  * Push button
                  * Shift Register (SN74HC595)
                  * 2 Pole 5mm Pitch PCB Mount Screw Terminal Block
                  * 3 Pole 5mm Pitch PCB Mount Screw Terminal Block
                  * 22-24 gauge wire or similar (I used Cat5/Cat6 cable)
                  * 18 gauge wire (for relay)
                  * Irrigation Power Supply (24-Volt/750 mA Transformer)
                  
                  
                  INSTRUCTIONS:
                  
                  * A step-by-step setup video is available here: http://youtu.be/l4GPRTsuHkI
                  * After assembling your arduino, radio, decoupling capacitors, shift register(s), status LED, pushbutton LCD (I2C connected to
                    A4 and A5) and relays, and load the sketch.
                  * Following the instructions at https://MySensors.org include the device to your MySensors Gateway.
                  * Verify that each new device has a Variable1, Variable2 and Variable3. Populate data accordingly with whole minutes for
                    the RUN_ALL_ZONES routine (Variable1) and the RUN_SINGLE_ZONE routines (Variable 2).  The values entered for times may be zero and
                    you may use the defaulet zone names by leaving Variable3 blank.
                  * Once you have entered values for each zone and each variable, save the settings by pressing the red save button on your Vera.
                  * Restart your arduino; verify the settings are loaded into your arduino with the serial monitor; the array will be printed
                    on the serial monitor.
                  * Your arduino should slow-flash, indicating that it is in ready mode.
                  * There are multiple debug serial prints that can be monitored to assure that it is operating properly.
                  * ***THIS SHOULD NO LONGER BE NEEDED*** The standard MySensors library now works. https://bitbucket.org/fmalpartida/new-liquidcrystal/downloads for the I2C library, or use yours
                  
                  Contributed by Jim (BulldogLowell@gmail.com) with much contribution from Pete (pete.will@mysensors.org) and is released to the public domain
                  */
                  //
                  #include <Wire.h>
                  #include <Time.h>
                  #include <MySensor.h>
                  #include <SPI.h>
                  #include <LiquidCrystal.h>
                  #include <LiquidCrystal_I2C.h>
                  
                  
                  //
                  #define NUMBER_OF_VALVES 8  // Change this to set your valve count up to 16.
                  #define VALVE_RESET_TIME 7500UL   // Change this (in milliseconds) for the time you need your valves to hydraulically reset and change state
                  #define RADIO_ID AUTO  // Change this to fix your Radio ID or use Auto
                  
                  #define SKETCH_NAME "MySprinkler"
                  #define SKETCH_VERSION "2.0"
                  //
                  #define CHILD_ID_SPRINKLER 0
                  //
                  #define ACTIVE_LOW // comment out this line if your relays are active high
                  //
                  #define DEBUG_ON   // comment out to supress serial monitor output
                  //
                  #ifdef ACTIVE_LOW
                  #define BITSHIFT_VALVE_NUMBER ~(1U << (valveNumber-1))
                  #define ALL_VALVES_OFF 0xFFFF
                  #else
                  #define BITSHIFT_VALVE_NUMBER (1U << (valveNumber-1))
                  #define ALL_VALVES_OFF 0U
                  #endif
                  //
                  #ifdef DEBUG_ON
                  #define DEBUG_PRINT(x)   Serial.print(x)
                  #define DEBUG_PRINTLN(x) Serial.println(x)
                  #define SERIAL_START(x)  Serial.begin(x)
                  #else
                  #define DEBUG_PRINT(x)
                  #define DEBUG_PRINTLN(x)
                  #define SERIAL_START(x)
                  #endif
                  //
                  typedef enum {
                    STAND_BY_ALL_OFF, RUN_SINGLE_ZONE, RUN_ALL_ZONES, CYCLE_COMPLETE, ZONE_SELECT_MENU
                  }
                  SprinklerStates;
                  //
                  SprinklerStates state = STAND_BY_ALL_OFF;
                  SprinklerStates lastState;
                  byte menuState = 0;
                  unsigned long menuTimer;
                  byte countDownTime = 10;
                  //
                  int allZoneTime [NUMBER_OF_VALVES + 1];
                  int valveSoloTime [NUMBER_OF_VALVES + 1];
                  int valveNumber;
                  int lastValve;
                  unsigned long startMillis;
                  const int ledPin = 5;
                  const int waterButtonPin = 3;
                  boolean buttonPushed = false;
                  boolean showTime = true;
                  boolean clockUpdating = false;
                  boolean recentUpdate = true;
                  const char *dayOfWeek[] = {
                    "Null", "Sunday ", "Monday ", "Tuesday ", "Wednesday ", "Thursday ", "Friday ", "Saturday "
                  };
                  // Name your Zones here or use Vera to edit them by adding a name in Variable3...
                  String valveNickName[17] = {
                    "All Zones", "Zone 1", "Podlewanie 1", "Podlewanie 2", "Podlewanie 3", "Podlewanie 4", "Zone 6", "Zone 7", "Zone 8", "Zone 9", "Zone 10", "Zone 11", "Zone 12", "Zone 13", "Zone 14", "Zone 15", "Zone 16"
                  };
                  //
                  time_t lastTimeRun = 0;
                  //Setup Shift Register...
                  const int latchPin = 8;
                  const int clockPin = 4;
                  const int dataPin  = 7;
                  //
                  byte clock[8] = {0x0, 0xe, 0x15, 0x17, 0x11, 0xe, 0x0}; // fetching time indicator
                  byte raindrop[8] = {0x4, 0x4, 0xA, 0xA, 0x11, 0xE, 0x0,}; // fetching Valve Data indicator
                  // Set the pins on the I2C chip used for LCD connections:
                  //                    addr, en,rw,rs,d4,d5,d6,d7,bl,blpol
                  LiquidCrystal_I2C lcd(0x27, 2, 1, 0, 4, 5, 6, 7, 3, POSITIVE);  // Set the LCD I2C address to 0x27
                  MySensor gw;
                  //
                  MyMessage msg1valve(CHILD_ID_SPRINKLER, V_LIGHT);
                  MyMessage var1valve(CHILD_ID_SPRINKLER, V_VAR1);
                  MyMessage var2valve(CHILD_ID_SPRINKLER, V_VAR2);
                  //
                  void setup()
                  {
                    SERIAL_START(115200);
                    DEBUG_PRINTLN(F("Initialising..."));
                    pinMode(latchPin, OUTPUT);
                    pinMode(clockPin, OUTPUT);
                    pinMode(dataPin, OUTPUT);
                    pinMode(ledPin, OUTPUT);
                    pinMode(waterButtonPin, INPUT_PULLUP);
                    //pinMode(waterButtonPin, INPUT);
                    attachInterrupt(1, PushButton, RISING); //May need to change for your Arduino model
                    digitalWrite (ledPin, HIGH);
                    DEBUG_PRINTLN(F("Turning All Valves Off..."));
                    updateRelays(ALL_VALVES_OFF);
                    //delay(5000);
                    lcd.begin(16, 2); //(16 characters and 2 line display)
                    lcd.clear();
                    lcd.backlight();
                    lcd.createChar(0, clock);
                    lcd.createChar(1, raindrop);
                    //
                    //check for saved date in EEPROM
                    DEBUG_PRINTLN(F("Checking EEPROM for stored date:"));
                    delay(500);
                    if (gw.loadState(0) == 0xFF); // EEPROM flag
                    {
                      DEBUG_PRINTLN(F("Retreiving last run time from EEPROM..."));
                      for (int i = 0; i < 4 ; i++)
                      {
                        lastTimeRun = lastTimeRun << 8;
                        lastTimeRun = lastTimeRun | gw.loadState(i + 1); // assemble 4 bytes into an ussigned long epoch timestamp
                      }
                    }
                    gw.begin(getVariables, RADIO_ID, false); // Change 'false' to 'true' to create a Radio repeating node
                    gw.sendSketchInfo(SKETCH_NAME, SKETCH_VERSION);
                    for (byte i = 0; i <= NUMBER_OF_VALVES; i++)
                    {
                      gw.present(i, S_LIGHT);
                    }
                    DEBUG_PRINTLN(F("Sensor Presentation Complete"));
                    //
                    digitalWrite (ledPin, LOW);
                    DEBUG_PRINTLN(F("Ready..."));
                    //
                    lcd.setCursor(0, 0);
                    lcd.print(F(" Syncing Time  "));
                    lcd.setCursor(15, 0);
                    lcd.write(byte(0));
                    lcd.setCursor(0, 1);
                    int clockCounter = 0;
                    while (timeStatus() == timeNotSet && clockCounter < 21)
                    {
                      gw.process();
                      gw.requestTime(receiveTime);
                      DEBUG_PRINTLN(F("Requesting time from Gateway:"));
                      delay(1000);
                      lcd.print(".");
                      clockCounter++;
                      if (clockCounter > 16)
                      {
                        DEBUG_PRINTLN(F("Failed initial clock synchronization!"));
                        lcd.clear();
                        lcd.print(F("  Failed Clock  "));
                        lcd.setCursor(0, 1);
                        lcd.print(F(" Syncronization "));
                        delay(2000);
                        break;
                      }
                    }
                    //
                    lcd.clear();
                    //Update valve data when first powered on
                    for (byte i = 0; i <= NUMBER_OF_VALVES; i++)
                    {
                      lcd.print(F(" Updating  "));
                      lcd.setCursor(0, 1);
                      lcd.print(F(" Valve Data: "));
                      lcd.print(i);
                      boolean flashIcon = false;
                      DEBUG_PRINT(F("Calling for Valve "));
                      DEBUG_PRINT(i);
                      DEBUG_PRINTLN(F(" Data..."));
                      while (gw.process() == false)
                      {
                        lcd.setCursor(15, 0);
                        flashIcon = !flashIcon;
                        flashIcon ? lcd.write(byte(1)) : lcd.print(F(" "));
                        gw.request(i, V_VAR1);
                        delay(100);
                      }
                      while (gw.process() == false)
                      {
                        lcd.setCursor(15, 0);
                        flashIcon = !flashIcon;
                        flashIcon ? lcd.write(byte(1)) : lcd.print(F(" "));
                        gw.request(i, V_VAR2);
                        delay(100);
                      }
                      while (gw.process() == false)
                      {
                        lcd.setCursor(15, 0);
                        flashIcon = !flashIcon;
                        flashIcon ? lcd.write(byte(1)) : lcd.print(F(" "));
                        gw.request(i, V_VAR3);
                        delay(100);
                      }
                    }
                    lcd.clear();
                  }
                  //
                  void loop()
                  {
                    gw.process();
                    updateClock();
                    updateDisplay();
                    goGetValveTimes();
                    //
                    if (buttonPushed)
                    {
                      menuTimer = millis();
                      DEBUG_PRINTLN(F("Button Pressed"));
                      if (state == STAND_BY_ALL_OFF)
                      {
                        state = ZONE_SELECT_MENU;
                        menuState = 0;
                      }
                      else if (state == ZONE_SELECT_MENU)
                      {
                        menuState++;
                        if (menuState > NUMBER_OF_VALVES)
                        {
                          menuState = 0;
                        }
                      }
                      else
                      {
                        state = STAND_BY_ALL_OFF;
                      }
                      buttonPushed = false;
                    }
                    if (state == STAND_BY_ALL_OFF)
                    {
                      slowToggleLED ();
                      if (state != lastState)
                      {
                        updateRelays(ALL_VALVES_OFF);
                        DEBUG_PRINTLN(F("State Changed... all Zones off"));
                        for (byte i = 0; i <= NUMBER_OF_VALVES; i++)
                        {
                          delay(50);
                          gw.send(msg1valve.setSensor(i).set(false), false);
                        }
                        lcd.clear();
                        lcd.setCursor(0,0);
                        lcd.print(F("** Irrigation **"));
                        lcd.setCursor(0,1);
                        lcd.print(F("**   Halted   **"));
                        delay(2000);
                        lastValve = -1;
                      }
                    }
                    //
                    else if (state == RUN_ALL_ZONES)
                    {
                      if (lastValve != valveNumber)
                      {
                        for (byte i = 0; i <= NUMBER_OF_VALVES; i++)
                        {
                          if (i == 0 || i == valveNumber)
                          {
                            gw.send(msg1valve.setSensor(i).set(true), false);
                          }
                          else
                          {
                            gw.send(msg1valve.setSensor(i).set(false), false);
                          }
                        }
                      }
                      lastValve = valveNumber;
                      fastToggleLed();
                      if (state != lastState)
                      {
                        valveNumber = 1;
                        updateRelays(ALL_VALVES_OFF);
                        DEBUG_PRINTLN(F("State Changed, Running All Zones..."));
                      }
                      unsigned long nowMillis = millis();
                      if (nowMillis - startMillis < VALVE_RESET_TIME)
                      {
                        updateRelays(ALL_VALVES_OFF);
                      }
                      else if (nowMillis - startMillis < (allZoneTime[valveNumber] * 60000UL))
                      {
                        updateRelays(BITSHIFT_VALVE_NUMBER);
                      }
                      else
                      {
                        DEBUG_PRINTLN(F("Changing Valves..."));
                        updateRelays(ALL_VALVES_OFF);
                        startMillis = millis();
                        valveNumber++;
                        if (valveNumber > NUMBER_OF_VALVES)
                        {
                          state = CYCLE_COMPLETE;
                          startMillis = millis();
                          lastValve = -1;
                          lastTimeRun = now();
                          saveDateToEEPROM(lastTimeRun);
                          for (byte i = 0; i <= NUMBER_OF_VALVES; i++)
                          {
                            gw.send(msg1valve.setSensor(i).set(false), false);
                          }
                          DEBUG_PRINT(F("State = "));
                          DEBUG_PRINTLN(state);
                        }
                      }
                    }
                    //
                    else if (state == RUN_SINGLE_ZONE)
                    {
                      fastToggleLed();
                      if (state != lastState)
                      {
                        for (byte i = 0; i <= NUMBER_OF_VALVES; i++)
                        {
                          if (i == 0 || i == valveNumber)
                          {
                            gw.send(msg1valve.setSensor(i).set(true), false);
                          }
                          else
                          {
                            gw.send(msg1valve.setSensor(i).set(false), false);
                          }
                        }
                        DEBUG_PRINTLN(F("State Changed, Single Zone Running..."));
                        DEBUG_PRINT(F("Zone: "));
                        DEBUG_PRINTLN(valveNumber);
                      }
                      unsigned long nowMillis = millis();
                      if (nowMillis - startMillis < VALVE_RESET_TIME)
                      {
                        updateRelays(ALL_VALVES_OFF);
                      }
                      else if (nowMillis - startMillis < (valveSoloTime [valveNumber] * 60000UL))
                      {
                        updateRelays(BITSHIFT_VALVE_NUMBER);
                      }
                      else
                      {
                        updateRelays(ALL_VALVES_OFF);
                        for (byte i = 0; i <= NUMBER_OF_VALVES; i++)
                        {
                          gw.send(msg1valve.setSensor(i).set(false), false);
                        }
                        state = CYCLE_COMPLETE;
                        startMillis = millis();
                        DEBUG_PRINT(F("State = "));
                        DEBUG_PRINTLN(state);
                      }
                      lastTimeRun = now();
                    }
                    else if (state == CYCLE_COMPLETE)
                    {
                      if (millis() - startMillis < 30000UL)
                      {
                        fastToggleLed();
                      }
                      else
                      {
                        state = STAND_BY_ALL_OFF;
                      }
                    }
                    else if (state = ZONE_SELECT_MENU)
                    {
                      displayMenu();
                    }
                    lastState = state;
                  }
                  //
                  void displayMenu(void)
                  {
                    static byte lastMenuState = -1;
                    static int lastSecond;
                    if (menuState != lastMenuState)
                    {
                      lcd.clear();
                      lcd.setCursor(0, 0);
                      lcd.print(valveNickName[menuState]);
                      lcd.setCursor(0, 1);
                      lcd.print(F("Starting"));
                      DEBUG_PRINT(valveNickName[menuState]);
                      Serial.print(F(" Starting Shortly"));
                    }
                    int thisSecond = (millis() - menuTimer) / 1000UL;
                    if (thisSecond != lastSecond && thisSecond < 8)
                    {
                      lcd.print(F("."));
                      Serial.print(".");
                    }
                    lastSecond = thisSecond;
                    if (millis() - menuTimer > 10000UL)
                    {
                      startMillis = millis();
                      if (menuState == 0)
                      {
                        valveNumber = 1;
                        state = RUN_ALL_ZONES;
                      }
                      else
                      {
                        valveNumber = menuState;
                        state = RUN_SINGLE_ZONE;
                      }
                    }
                    else
                    {
                  
                    }
                    lastMenuState = menuState;
                  }
                  //
                  void updateRelays(int value)
                  {
                    digitalWrite(latchPin, LOW);
                    shiftOut(dataPin, clockPin, MSBFIRST, highByte(value));
                    shiftOut(dataPin, clockPin, MSBFIRST, lowByte(value));
                    digitalWrite(latchPin, HIGH);
                  }
                  //
                  void PushButton() //interrupt with debounce
                  {
                    static unsigned long last_interrupt_time = 0;
                    unsigned long interrupt_time = millis();
                    if (interrupt_time - last_interrupt_time > 200)
                    {
                      buttonPushed = true;
                    }
                    last_interrupt_time = interrupt_time;
                  }
                  //
                  void fastToggleLed()
                  {
                    static unsigned long fastLedTimer;
                    if (millis() - fastLedTimer >= 100UL)
                    {
                      digitalWrite(ledPin, !digitalRead(ledPin));
                      fastLedTimer = millis ();
                    }
                  }
                  //
                  void slowToggleLED ()
                  {
                    static unsigned long slowLedTimer;
                    if (millis() - slowLedTimer >= 1250UL)
                    {
                      digitalWrite(ledPin, !digitalRead(ledPin));
                      slowLedTimer = millis ();
                    }
                  }
                  //
                  void getVariables(const MyMessage &message)
                  {
                    boolean zoneTimeUpdate = false;
                    if (message.isAck())
                    {
                      DEBUG_PRINTLN(F("This is an ack from gateway"));
                    }
                    for (byte i = 0; i <= NUMBER_OF_VALVES; i++)
                    {
                      if (message.sensor == i)
                      {
                        if (message.type == V_LIGHT)
                        {
                          int switchState = atoi(message.data);
                          if (switchState == 0)
                          {
                            state = STAND_BY_ALL_OFF;
                            DEBUG_PRINTLN(F("Recieved Instruction to Cancel..."));
                          }
                          else
                          {
                            if (i == 0)
                            {
                              state = RUN_ALL_ZONES;
                              valveNumber = 1;
                              DEBUG_PRINTLN(F("Recieved Instruction to Run All Zones..."));
                            }
                            else
                            {
                              state = RUN_SINGLE_ZONE;
                              valveNumber = i;
                              DEBUG_PRINT(F("Recieved Instruction to Activate Zone: "));
                              DEBUG_PRINTLN(i);
                            }
                          }
                          startMillis = millis();
                        }
                        else if (message.type == V_VAR1)
                        {
                          int variable1 = 15; // atoi(message.data);// RUN_ALL_ZONES time
                          DEBUG_PRINT(F("Recieved variable1 valve:"));
                          DEBUG_PRINT(i);
                          DEBUG_PRINT(F(" = "));
                          DEBUG_PRINTLN(variable1);
                          if (variable1 != allZoneTime[i])
                          {
                            allZoneTime[i] = variable1;
                  
                            zoneTimeUpdate = true;
                          }
                        }
                        else if (message.type == V_VAR2)
                        {
                          int variable2 = 10; //atoi(message.data);// RUN_SINGLE_ZONE time
                          DEBUG_PRINT(F("Recieved variable2 valve:"));
                          DEBUG_PRINT(i);
                          DEBUG_PRINT(F(" = "));
                          DEBUG_PRINTLN(variable2);
                          if (variable2 != valveSoloTime[i])
                          {
                            valveSoloTime[i] = variable2;
                            zoneTimeUpdate = true;
                          }
                        }
                        else if (message.type == V_VAR3)
                        {
                          String newMessage = String(message.data);
                          if (newMessage.length() == 0) 
                          {
                            DEBUG_PRINT(F("No Name Recieved for zone "));
                            DEBUG_PRINTLN(i);
                            break;
                          }
                          if (newMessage.length() > 16)
                          {
                            newMessage.substring(0, 16);
                          }
                          valveNickName[i] = "";
                          valveNickName[i] += newMessage;
                          DEBUG_PRINT(F("Recieved new name for zone "));
                          DEBUG_PRINT(i);
                          DEBUG_PRINT(F(" and it is now called: "));
                          DEBUG_PRINTLN(valveNickName[i]);
                        }
                      }
                    }
                    if (zoneTimeUpdate)
                    {
                      //
                      DEBUG_PRINTLN(F("New Zone Times Recieved..."));
                      for (byte i = 0; i <= NUMBER_OF_VALVES; i++)
                      {
                        if (i != 0)
                        {
                          DEBUG_PRINT(F("Zone "));
                          DEBUG_PRINT(i);
                          DEBUG_PRINT(F(" individual time: "));
                          DEBUG_PRINT(valveSoloTime[i]);
                          DEBUG_PRINT(F(" group time: "));
                          DEBUG_PRINTLN(allZoneTime[i]);
                          recentUpdate = true;
                        }
                      }
                    }
                    else
                    {
                      recentUpdate = false;
                    }
                  }
                  //
                  void updateDisplay()
                  {
                    static unsigned long lastUpdateTime;
                    static boolean displayToggle = false;
                    //static byte toggleCounter = 0;
                    static SprinklerStates lastDisplayState;
                    if (state != lastDisplayState || millis() - lastUpdateTime >= 3000UL)
                    {
                      displayToggle = !displayToggle;
                      switch (state) {
                        case STAND_BY_ALL_OFF:
                          //
                          fastClear();
                          lcd.setCursor(0, 0);
                          if (displayToggle)
                          {
                            lcd.print(F("  System Ready "));
                            if (clockUpdating)
                            {
                              lcd.setCursor(15, 0);
                              lcd.write(byte(0));
                            }
                            lcd.setCursor(0, 1);
                            lcd.print(hour() < 10 ? F(" ") : F(""));
                            lcd.print(hour());
                            lcd.print(minute() < 10 ? F(":0") : F(":"));
                            lcd.print(minute());
                            //lcd.print(isAM() ? F("am") : F("pm"));
                            lcd.setCursor(7, 1);
                            lcd.print(day() < 10 ? F(" 0") : F(" "));
                            lcd.print(day());
                            lcd.print(month() < 10 ? F("/0") : F("/"));
                            lcd.print(month());
                            lcd.print(F("/"));
                            lcd.print(year() % 100);
                          }
                          else
                          {
                            lcd.print(F("  Last Watered "));
                            if (clockUpdating)
                            {
                              lcd.setCursor(15, 0);
                              lcd.write(byte(0));
                            }
                            lcd.setCursor(0, 1);
                            lcd.print(dayOfWeek[weekday(lastTimeRun)]);
                            lcd.setCursor(10, 1);
                            lcd.print(day(lastTimeRun) < 10 ? F(" 0") : F(""));
                            lcd.print(day(lastTimeRun));
                            lcd.print(month(lastTimeRun) < 10 ? F("/0") : F("/"));
                            lcd.print(month(lastTimeRun));
                          }
                          break;
                        case RUN_SINGLE_ZONE:
                          //
                          fastClear();
                          lcd.setCursor(0, 0);
                          if (displayToggle)
                          {
                            lcd.print(F("Single Zone Mode"));
                            lcd.setCursor(0, 1);
                            lcd.print(F(" Zone:"));
                            if (valveNumber < 10) lcd.print(F("0"));
                            lcd.print(valveNumber);
                            lcd.print(F(" Active"));
                          }
                          else
                          {
                            lcd.print(F(" Time Remaining "));
                            lcd.setCursor(0, 1);
                            if (valveSoloTime[valveNumber] == 0)
                            {
                              lcd.print(F(" No Valve Time "));
                            }
                            else
                            {
                              unsigned long timeRemaining = (valveSoloTime[valveNumber] * 60) - ((millis() - startMillis) / 1000);
                              lcd.print(timeRemaining / 60 < 10 ? "   0" : "   ");
                              lcd.print(timeRemaining / 60);
                              lcd.print("min");
                              lcd.print(timeRemaining % 60 < 10 ? " 0" : " ");
                              lcd.print(timeRemaining % 60);
                              lcd.print("sec  ");
                            }
                          }
                          break;
                        case RUN_ALL_ZONES:
                          //
                          fastClear();
                          lcd.setCursor(0, 0);
                          if (displayToggle)
                          {
                            lcd.print(F(" All-Zone  Mode "));
                            lcd.setCursor(0, 1);
                            lcd.print(F(" Zone:"));
                            if (valveNumber < 10) lcd.print(F("0"));
                            lcd.print(valveNumber);
                            lcd.print(F(" Active "));
                          }
                          else
                          {
                            lcd.print(F(" Time Remaining "));
                            lcd.setCursor(0, 1);
                            int timeRemaining = (allZoneTime[valveNumber] * 60) - ((millis() - startMillis) / 1000);
                            lcd.print((timeRemaining / 60) < 10 ? "   0" : "   ");
                            lcd.print(timeRemaining / 60);
                            lcd.print("min");
                            lcd.print(timeRemaining % 60 < 10 ? " 0" : " ");
                            lcd.print(timeRemaining % 60);
                            lcd.print("sec  ");
                          }
                          break;
                        case CYCLE_COMPLETE:
                          //
                          if (displayToggle)
                          {
                            lcd.setCursor(0, 0);
                            lcd.print(F(" Watering Cycle "));
                            lcd.setCursor(0, 1);
                            lcd.print(F("    Complete    "));
                          }
                          else
                          {
                            int totalTimeRan = 0;
                            for (int i = 1; i < NUMBER_OF_VALVES + 1; i++)
                            {
                              totalTimeRan += allZoneTime[i];
                            }
                            lcd.setCursor(0, 0);
                            lcd.print(F(" Total Time Run "));
                            lcd.setCursor(0, 1);
                            lcd.print(totalTimeRan < 10 ? "   0" : "   ");
                            lcd.print(totalTimeRan);
                            lcd.print(" Minutes   ");
                          }
                      }
                      lastUpdateTime = millis();
                    }
                    lastDisplayState = state;
                  }
                  void receiveTime(time_t newTime)
                  {
                    DEBUG_PRINTLN(F("Time value received and updated..."));
                    int lastSecond = second();
                    int lastMinute = minute();
                    int lastHour = hour();
                    setTime(newTime);
                    if (((second() != lastSecond) || (minute() != lastMinute) || (hour() != lastHour)) || showTime)
                    {
                      DEBUG_PRINTLN(F("Clock updated...."));
                      DEBUG_PRINT(F("Sensor's time currently set to:"));
                      DEBUG_PRINT(hourFormat12() < 10 ? F(" 0") : F(" "));
                      DEBUG_PRINT(hourFormat12());
                      DEBUG_PRINT(minute() < 10 ? F(":0") : F(":"));
                      DEBUG_PRINT(minute());
                      DEBUG_PRINTLN(isAM() ? F("am") : F("pm"));
                      DEBUG_PRINT(month());
                      DEBUG_PRINT(F("/"));
                      DEBUG_PRINT(day());
                      DEBUG_PRINT(F("/"));
                      DEBUG_PRINTLN(year());
                      DEBUG_PRINTLN(dayOfWeek[weekday()]);
                      showTime = false;
                    }
                    else
                    {
                      DEBUG_PRINTLN(F("Sensor's time did NOT need adjustment greater than 1 second."));
                    }
                    clockUpdating = false;
                  }
                  void fastClear()
                  {
                    lcd.setCursor(0, 0);
                    lcd.print(F("                "));
                    lcd.setCursor(0, 1);
                    lcd.print(F("                "));
                  }
                  //
                  void updateClock()
                  {
                    static unsigned long lastVeraGetTime;
                    if (millis() - lastVeraGetTime >= 3600000UL) // updates clock time and gets zone times from vera once every hour
                    {
                      DEBUG_PRINTLN(F("Requesting time and valve data from Gateway..."));
                      lcd.setCursor(15, 0);
                      lcd.write(byte(0));
                      clockUpdating = true;
                      gw.requestTime(receiveTime);
                      lastVeraGetTime = millis();
                    }
                  }
                  //
                  void saveDateToEEPROM(unsigned long theDate)
                  {
                    DEBUG_PRINTLN(F("Saving Last Run date"));
                    if (gw.loadState(0) != 0xFF)
                    {
                      gw.saveState(0, 0xFF); // EEPROM flag for last date saved stored in EEPROM (location zero)
                    }
                    //
                    for (int i = 1; i < 5; i++)
                    {
                      gw.saveState(5 - i, byte(theDate >> 8 * (i - 1))); // store epoch datestamp in 4 bytes of EEPROM starting in location one
                    }
                  }
                  //
                  void goGetValveTimes()
                  {
                    static unsigned long valveUpdateTime;
                    static byte valveIndex = 1;
                    if (millis() - valveUpdateTime >= 300000UL / NUMBER_OF_VALVES)// update each valve once every 5 mins (distributes the traffic)
                    {
                      DEBUG_PRINTLN(F("Calling for Valve Data..."));
                      lcd.setCursor(15, 0);
                      lcd.write(byte(1)); //lcd.write(1);
                      gw.request(valveIndex, V_VAR1);
                      gw.request(valveIndex, V_VAR2);
                      gw.request(valveIndex, V_VAR3);
                      valveUpdateTime = millis();
                      valveIndex++;
                      if (valveIndex > NUMBER_OF_VALVES + 1)
                      {
                        valveIndex = 1;
                      }
                    }
                  }
                  

                  Ok, originally time - how long relay is triggered was downloaded from Vera, I commented out this two lines and specify time there. When you power on arduino - program is trying to connect to Vera and download all data but it obviously fail at it. After a while it's just get date and time from Domoticz. So no names of zones or how long water them. All is hard coded in Arduino.

                  int variable1 = 15; // atoi(message.data);// RUN_ALL_ZONES time
                  int variable2 = 10; //atoi(message.data);// RUN_SINGLE_ZONE time
                  

                  Now there is 15 minutes if you trigger all zones and 10 minutes if you choose specific single zone.

                  If you want change it you need burn it again on Arduino - so it is not the best solution, but it works :) And it is about 1 week with testing all with laptop and FTDI connected to this controller. After that - you can leave it forever.

                  PS, also I changed date and time - it is 24h and DD/MM/YY - so more European friendly :)

                  dbemowskD Offline
                  dbemowskD Offline
                  dbemowsk
                  wrote on last edited by
                  #203

                  @Huczas One of the main things I wanted with this project was the ability to change the watering times in the automation software using a script. If I have to reprogram the arduino every time I want to change a time it seems pointless . I am looking into a few ideas with this to make it work in Domoticz. If I come up with something, it is most likely going to be a hack workaround.

                  I have a post also in the Domoticz forum on a more generalized solution that would cover this situation. Seems though that this is something that the Domoticz team will need to implement. Hopefully I can figure out some kind of workaround to get this going for now.

                  Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
                  Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

                  HuczasH 1 Reply Last reply
                  0
                  • dbemowskD dbemowsk

                    @Huczas One of the main things I wanted with this project was the ability to change the watering times in the automation software using a script. If I have to reprogram the arduino every time I want to change a time it seems pointless . I am looking into a few ideas with this to make it work in Domoticz. If I come up with something, it is most likely going to be a hack workaround.

                    I have a post also in the Domoticz forum on a more generalized solution that would cover this situation. Seems though that this is something that the Domoticz team will need to implement. Hopefully I can figure out some kind of workaround to get this going for now.

                    HuczasH Offline
                    HuczasH Offline
                    Huczas
                    wrote on last edited by
                    #204

                    @dbemowsk Hmm if you set 1 hour or more and start watering in Domoticz, then you can manually (or by script) turn off wathering during that time - this is my simple solution to your problem :)

                    But remember - RPi isn't that reliable for me, it can freeze and then you get swamp instead of nice grass.

                    dbemowskD 1 Reply Last reply
                    0
                    • HuczasH Huczas

                      @dbemowsk Hmm if you set 1 hour or more and start watering in Domoticz, then you can manually (or by script) turn off wathering during that time - this is my simple solution to your problem :)

                      But remember - RPi isn't that reliable for me, it can freeze and then you get swamp instead of nice grass.

                      dbemowskD Offline
                      dbemowskD Offline
                      dbemowsk
                      wrote on last edited by
                      #205

                      @Huczas That is all the more reason to have it on the sprinkler controller node. I am trying what I think might be a workable solution. I need to do more testing with it tonight to see if it's going to work, but I think it will. Once I test it I will post my code.

                      Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
                      Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

                      Sergio RiusS 1 Reply Last reply
                      0
                      • dbemowskD dbemowsk

                        @Huczas That is all the more reason to have it on the sprinkler controller node. I am trying what I think might be a workable solution. I need to do more testing with it tonight to see if it's going to work, but I think it will. Once I test it I will post my code.

                        Sergio RiusS Offline
                        Sergio RiusS Offline
                        Sergio Rius
                        wrote on last edited by
                        #206

                        @dbemowsk

                        While domoticz devs implement a way of better managing variables, perhaps you can implement a text sensor in the sketch and use it like a "times array". You could then populate it from Domoticz and send to the node as it was some text to show on a display.

                        I was porting this sketch to mysensors v2 but the changes on this version are so deep that I discarded it.

                        dbemowskD 1 Reply Last reply
                        0
                        • Sergio RiusS Sergio Rius

                          @dbemowsk

                          While domoticz devs implement a way of better managing variables, perhaps you can implement a text sensor in the sketch and use it like a "times array". You could then populate it from Domoticz and send to the node as it was some text to show on a display.

                          I was porting this sketch to mysensors v2 but the changes on this version are so deep that I discarded it.

                          dbemowskD Offline
                          dbemowskD Offline
                          dbemowsk
                          wrote on last edited by
                          #207

                          @Sergio-Rius That is the exact thing I am working on. In Domoticz it shows up as devices, but I can live with that for now until they can do something.

                          Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
                          Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

                          1 Reply Last reply
                          0
                          • Mark JeffordM Offline
                            Mark JeffordM Offline
                            Mark Jefford
                            wrote on last edited by
                            #208

                            domoticz i don't think have plans to support this, they took out the ability to use free text variables.

                            I plan on doing 1 minute cycles for irrigation and using a moisture sensor to evaluate how much longer the cycles need to run for.

                            Sergio RiusS petewillP dbemowskD 3 Replies Last reply
                            0
                            • Mark JeffordM Mark Jefford

                              domoticz i don't think have plans to support this, they took out the ability to use free text variables.

                              I plan on doing 1 minute cycles for irrigation and using a moisture sensor to evaluate how much longer the cycles need to run for.

                              Sergio RiusS Offline
                              Sergio RiusS Offline
                              Sergio Rius
                              wrote on last edited by
                              #209

                              @Mark-Jefford
                              DOH! :weary:

                              1 Reply Last reply
                              0
                              • Mark JeffordM Mark Jefford

                                domoticz i don't think have plans to support this, they took out the ability to use free text variables.

                                I plan on doing 1 minute cycles for irrigation and using a moisture sensor to evaluate how much longer the cycles need to run for.

                                petewillP Offline
                                petewillP Offline
                                petewill
                                Admin
                                wrote on last edited by
                                #210

                                @Mark-Jefford said:

                                domoticz i don't think have plans to support this, they took out the ability to use free text variables.
                                :( that's unfortunate. Do they have any other way to store and retrieve variables? Has anyone reached out to them with this need?

                                My "How To" home automation video channel: https://www.youtube.com/channel/UCq_Evyh5PQALx4m4CQuxqkA

                                1 Reply Last reply
                                0
                                • Mark JeffordM Mark Jefford

                                  domoticz i don't think have plans to support this, they took out the ability to use free text variables.

                                  I plan on doing 1 minute cycles for irrigation and using a moisture sensor to evaluate how much longer the cycles need to run for.

                                  dbemowskD Offline
                                  dbemowskD Offline
                                  dbemowsk
                                  wrote on last edited by
                                  #211

                                  @Mark-Jefford said:

                                  domoticz i don't think have plans to support this, they took out the ability to use free text variables.

                                  I plan on doing 1 minute cycles for irrigation and using a moisture sensor to evaluate how much longer the cycles need to run for.

                                  Can you elaborate a little more? What do you mean when you say free text variables?

                                  Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
                                  Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

                                  1 Reply Last reply
                                  0
                                  • Sergio RiusS Offline
                                    Sergio RiusS Offline
                                    Sergio Rius
                                    wrote on last edited by
                                    #212

                                    Now that I read it twice... Just see that I writed "text sensor" not text or custom variables. That was what I first thought as a solution when I read about the the custom variable sending was dropped.

                                    And yes, it's so unfortunate that Domoticz doesn't foresees the need to have "intelligent" nodes. That's so limiting. I would like to build, for example, a garage door opener or a central heating controller. Those things must continue working even if domoticz loses connection. And they must have standalone routines that must be preconfigured without being a programmer.
                                    What if someone wants to sell an easy to use kit? In my language we say this is "andar con burreras", walking the path with those flaps horses and donkeys wear so they can't see sidewise.

                                    dbemowskD 1 Reply Last reply
                                    0
                                    • Sergio RiusS Sergio Rius

                                      Now that I read it twice... Just see that I writed "text sensor" not text or custom variables. That was what I first thought as a solution when I read about the the custom variable sending was dropped.

                                      And yes, it's so unfortunate that Domoticz doesn't foresees the need to have "intelligent" nodes. That's so limiting. I would like to build, for example, a garage door opener or a central heating controller. Those things must continue working even if domoticz loses connection. And they must have standalone routines that must be preconfigured without being a programmer.
                                      What if someone wants to sell an easy to use kit? In my language we say this is "andar con burreras", walking the path with those flaps horses and donkeys wear so they can't see sidewise.

                                      dbemowskD Offline
                                      dbemowskD Offline
                                      dbemowsk
                                      wrote on last edited by
                                      #213

                                      @Sergio-Rius said:

                                      it's so unfortunate that Domoticz doesn't foresees the need to have "intelligent" nodes. That's so limiting.

                                      I agree. That's a big part of automation.

                                      Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
                                      Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

                                      1 Reply Last reply
                                      0
                                      • dbemowskD Offline
                                        dbemowskD Offline
                                        dbemowsk
                                        wrote on last edited by
                                        #214

                                        I am very close to having this working. The hardest part so far is sorting out all the text devices in Domoticz. I needed to use JSON calls to set the data for each of the text devices, but once they are set I shouldn't have to change them. But being JSON calls I should be able to easily change them with a script if needed.

                                        So I have the node present S_INFO devices for each of the 3 variables (all zones time, individual zone time, and zone name). I have 4 zones, so that presents 12 new devices to Domoticz. I have set zone names and they display correctly on the irrigation controller, I just need to figure out some of the zone time variables and what devices they are attached to.

                                        I should have this working in the next couple days and once I get it I will post the code with some notes on configuring it all.

                                        Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
                                        Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

                                        1 Reply Last reply
                                        2
                                        • PierreStP Offline
                                          PierreStP Offline
                                          PierreSt
                                          wrote on last edited by
                                          #215

                                          Just an idea I was considering for my project, but haven't got around implementing yet so I don't know how viable it is.
                                          Wouldn't it be possible to use a S_Dimmer type of device instead of an S_Light?
                                          That way you can set the "dimmer" value in the UI between 0-100, and use this as the minutes in the sketch (I doubt I will water any part of my garden more than 100 mn). Granted it does not allow to have 2 different settings for manual and automatic, but I don't see this as a real limitation (actually, S_Dimmer also has a V_Watt variable, so theoretically you could also use that one).

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          21

                                          Online

                                          11.7k

                                          Users

                                          11.2k

                                          Topics

                                          113.1k

                                          Posts


                                          Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • MySensors
                                          • OpenHardware.io
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular