OpenSprinkler Forums Hardware Questions A few questions about rain sensing

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23076

    Archades
    Participant

    Well I live in one of the wettest towns of Australia, we get 4-5m of rainfall a year so there’s quite a few days where irrigation isn’t really needed like today.

    I bought a digital rain gauge and was wondering if anyone has implemented similar into OSPi? It’s the see saw style I believe, I think it dumps each time at around 7mL. I am guessing that when the seesaw dumps one side it activates a momentary switch so the controller just adds up each time it happens?

    I believe I read somewhere about an i2c counter chip, was wondering if wiring the bucket part up to a counter would be a good idea and a wire to the OSPi. Or even a custom program on an arduino?

    http://www.bunnings.com.au/holman-iweather-digital-rain-gauge_p3110656 is what I have.

    I would like to one day have a weather station with datalogging, does anyone know of any that are $100 or less and can talk to the OSPI? Humidity, rainfall, temperature, air pressure (lots of cyclones here), wind speed and direction would be great and something like i2c or something where I can use a cable about 10-15m long to put in the position I want it.

    #27667

    Ray
    Keymaster

    Is your rain gauge wired or wireless? A while back I analyzed a wireless (433Mhz) rain gauge and was able to use an Arduino or Rpi to listen to the sensor and decode the signal:
    http://rayshobby.net/?p=9056
    The raspberry pi code is provided at the end of the blog post.

    As the main point of the posts, I described the procedure I used to reverse engineer these sensors. I am all tempted to follow the same procedure to analyze a more comprehensive weather station, but I haven’t got time to do so.

    #27668

    Archades
    Participant

    Dallas 1-wire has a weather station I believe, I think it’s pretty old but might be worth looking into.

    Mine is wired, 5m cable.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

OpenSprinkler Forums Hardware Questions A few questions about rain sensing