OpenSprinkler Forums Hardware Questions OpenSprinkler Pi (OSPi) Automatic watering adjustment with no internet

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #70134

    zenonmb
    Participant

    Colleagues,

    Was planning to use opensprinkler in a farm with no internet so was wondering if I can connect temp + humidity sensors to allow automatic watering adjustment.
    Is this possible?
    cheers,

    martin

    #70158

    Ray
    Keymaster

    While this can be done, it requires you to modify the firmware — reading temperature + humidity sensor needs to be implemented; and how exactly that affects the water adjustment also needs to be implemented.

    #70177

    zenonmb
    Participant

    Ray,

    Instead of modify your code, What if I can emulate darksky API. So basically hook up the sensors with small script to read them and create a file that emulates darksky api.Actually noticed that DarkSky is now own by Apple . Is the API format available? BTW, read that this service might shut down during 2021. Is this correct? How easy is to change the weather service provider?
    Cheers,

    martin

    #70183

    Ray
    Keymaster

    We are aware of the discontinuation of darksky at the end of this year and are looking at alternative weather data sources. OpenWeatherMap, which we had used before switching to darksky is still available and we can easily switch to it by changing a configuration flag. The weather code is written in a very modular way so it’s fairly easy to integrate a new weather data source.

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

OpenSprinkler Forums Hardware Questions OpenSprinkler Pi (OSPi) Automatic watering adjustment with no internet