Close

Field testing done

A project log for Waterpump control with ESP8266

Control waterpump with ESP8266 with some extra safety checks.

pauli-salmenrinnePauli Salmenrinne 06/13/2017 at 14:340 Comments

The field testing - phase 1 - is now done. The unit has been deployed and after minor fixes its now up-n-running nicely. It was deployed on 6.6. so it has been running for a week. Some fixes/changes:

The latest version has been running only for day or so, lets see. The thingverse logging was changed from 15min interval to

  1. If pump state changes -> push
  2. If draining is done -> push measurement
  3. Push if not pushed in 15min

This means that night time it will push in 15min delay, and during day it will push every pump-time (assuming <=15min, that is the case here). I also added new measured delays: delay of water detect to go high after pump has been switched on, and delay of water detect to go low after pump has been switched off. I hope to see a) pump wearing and b) roots filling up the tube from these figures. Lets see how it goes.

But the most important part is here, pictures:

Picture 1: The full system. Water is pumped from the red container to upmost tube, where it slowly flows back to the container. The water detect switch is located at the pumping location.

Picture 2:And here you can see the water container and the controller little red light.

I am bit sceptical about the HTTP server from the ESP8266 library, since i think its not taking account DOS attacks in any proper manner. If i find my self with too much free space i might bake my own memory and security hardened arduino-esp-http-server.

And now starts the hard part ; endurance testing. Lets see if it works through the cold Finnish summer.

Discussions