This is the Manual/Help Page for the Sprinkler software.
or if you'd like to build the Sprinkler software yourself:
Download the software for your platform from #Downloads or build the software yourself
Run the software with java -jar sprinkler.jar or sprinkler (If you built the software yourself: cd com.bitplan.sprinkler/release before this command)
or if you'd like to build the Sprinkler software yourself:
Download the software for your platform from #Downloads or build the software yourself
Run the software with java -jar sprinkler.jar or sprinkler (If you built the software yourself: cd com.bitplan.sprinkler/release before this command)
The system needs to know how much water your sprinkler will apply per hour. To test this you need:
Put your container on the lawn and sprinkle for 1/2 hour.
You could now measure the water level directly with a ruler. The result will be more precise if you use the scale. Weigh the container 3 times
In our example we got the results:
Now we are interested in what the equivalent of mm rain per hour of this sprinkler is. To calculate this we can use this excel sheet.
In our example the result is 12.6 mm per hour. Given the size of the lawn the sprinkler covers is 100 square meters this is equivalent to 1260 l of Water per hour.
The system needs to know how much water your sprinkler will apply per hour. To test this you need:
Put your container on the lawn and sprinkle for 1/2 hour.
You could now measure the water level directly with a ruler. The result will be more precise if you use the scale. Weigh the container 3 times
In our example we got the results:
Now we are interested in what the equivalent of mm rain per hour of this sprinkler is. To calculate this we can use this excel sheet.
In our example the result is 12.6 mm per hour. Given the size of the lawn the sprinkler covers is 100 square meters this is equivalent to 1260 l of Water per hour.
The weather forecast screen shows the rain forecast for your location from the openweathermap.org as a block diagram with 3 h blocks for the next 5 days.
You can lookup your location by name if you enter the name and Country code of your location and erase the id field. The id, longitude and lattitude will then be automatically looked up from
the openweathermap.org location list.
The weather forecast screen shows the rain forecast for your location from the openweathermap.org as a block diagram with 3 h blocks for the next 5 days.
You can lookup your location by name if you enter the name and Country code of your location and erase the id field. The id, longitude and lattitude will then be automatically looked up from
the openweathermap.org location list.
git clone https://github.com/BITPlan/com.bitplan.sprinkler
cd com.bitplan.sprinkler
mvn install -D skipTests
cd com.bitplan.sprinkler
mvn test