JacobSpringsFarm:Managewater

From RAWiki
Revision as of 21:11, 9 September 2015 by Wordsforthewise (Talk | contribs) (for changing settings on main water pump)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Configure water tank management:

The water tanks can hold a maximum of 5 feet of water. This form can be used to configure the settings for turning on and off the pump, and for manually turning the pump on or off.


<form action="api.thingspeak.com/update" method="post" enctype="text/plain">

api key for changing settings:

<input type="text" name="X-THINGSPEAKAPIKEY" value="your name">

Water minimum height in feet (AC pump will turn on after going below this height):

<input type="text" name="field1" value="2">

Water maximum height in feet (AC pump will turn off after going below this height):

<input type="text" name="field2" value="4" size="50">

Maximum number of hours pump is allowed to be on without stopping for a 5 min break:

<input type="text" name="field3" value="1">

<input type="submit" value="Send">

</form>

Run pump manually:

<form action="api.thingspeak.com/update" method="post" enctype="text/plain">

api key for turning on pump (same as above):

<input type="text" name="X-THINGSPEAKAPIKEY" value="your name">

minutes to turn pump on:

<input type="text" name="field4" value="1" type="hidden">

<input type="text" name="field5" value="15">

<input type="submit" value="Send">

</form>