I have a question about the 'one shot' water. Is there a way to freely choose the time unit under Settings?Unfortunately, the given times (100,300,600,6000, ...) usually don't fit for me.
Hi, to start the irrigation, you need to enter the interface of the system, go to "Settings" page, you will see the list of actuators. Choose duration of the irrigation and click "Start" button.
Unless you have the irrigation Hat with the buttons, in that case you don't even need to enter the interface.
Thanks, then I implement the right one for me.
they are fixed - but you can easily add to the available options, by changing the file
"env/autonom/templates/ShowCalibration.html"
Simply search for
<option>6000</option>
and add wahtever "other" option you want inbetween, like
<select class="form-control input-sm" id="selseconds_{{ item }}"> <option>1</option> <option>3</option> <option>10</option> <option>50</option> <option>100</option> <option>300</option> <option>600</option> <option>1200</option> <option>1800</option> <option>2400</option> <option>6000</option> </select>
Hi @hydrosys4
First, thank you for your great work.
One of the best RasPI projects I've seen.
I have a question about the 'one shot' water. Is there a way to freely choose the time unit under Settings?Unfortunately, the given times (100,300,600,6000, ...) usually don't fit for me.
Thank you.
Hi, to start the irrigation, you need to enter the interface of the system, go to "Settings" page, you will see the list of actuators. Choose duration of the irrigation and click "Start" button.
Unless you have the irrigation Hat with the buttons, in that case you don't even need to enter the interface.