Skip to content

Releases: desiFish/Water-Pump-Controller-V2

V1.2.2

05 Feb 04:39
Compare
Choose a tag to compare
  1. Water Volume Display:
    • Approx. Water available in Litres is live now.

V1.2.1

03 Feb 06:22
Compare
Choose a tag to compare
  1. Enhanced User Interface Responsiveness:

    • Increased button delay for pump start, improving access to Pump Control.
    • Extended push duration required for Menu access, reducing accidental activations.
  2. Improved Water Level Calculation:

    • Implemented a more accurate algorithm for processing ultrasonic sensor readings.
    • Enhanced reliability and precision in water level measurements.
  3. Optimized OLED Display Updates:

    • Introduced a smoother algorithm for water level animation on the OLED display.
    • Reduced visual fluctuations while maintaining real-time responsiveness.

These updates collectively enhance user experience, improve system accuracy, and provide more stable visual feedback.

V1.2.0

02 Dec 08:40
0c6d8e2
Compare
Choose a tag to compare

First stable and tested release.
What's new:

  1. added logging functionality in google sheets (you can enter it in MySQL too, needs separate integration in python which is easy)
  2. some enhancements

V1.1.2-beta

27 Nov 03:27
Compare
Choose a tag to compare
  • addition of timer or time taken to fill
  • time update at startup (if wifi is connected)
  • further tweaks and improvements

V1.1.1-beta

22 Nov 06:58
52e941a
Compare
Choose a tag to compare
Update README.md

V1.1.0-beta

07 Nov 02:30
Compare
Choose a tag to compare
  • Minor enhancements
  • Works pretty much stable now
  • Changing alpha channel to beta now

V1.0.2-alpha

06 Nov 13:59
Compare
Choose a tag to compare
  • First proper testing done and adjusted few parameters and code section accordingly.
  • Voltage sensor not behaving properly, the voltage is higher than what was during individual testing and integrated testing.
  • disabled Voltage and Wattage related codes as I was unable to fix the calibration value of voltage sensor
  • Fixed certain bugs/errors.
    VIEWS:
  • Program is working great, ran pump 3 times and worked flawlessly. Will do more testing and update.

V1.0.1-alpha

01 Nov 10:09
Compare
Choose a tag to compare

*Integrated the current sensor (calibrate it according to your need)
*Added Pump Turn On Delay (for waiting so that current and voltage values stabilises or pump primes itself)
*Added Float sensor Raw value reading under Diagnostics in Menu.

  • Minor other changes.

1.0.0-alpha

31 Oct 10:01
Compare
Choose a tag to compare
1.0.0-alpha Pre-release
Pre-release

Full Changelog: https://github.com/KamadoTanjiro-beep/Advanced-Water-Pump-Controller/commits/1.0.0
First Upload
Features:

  1. Using both cores of esp32, one for basic UI purpose, another for constant sensor monitoring.
  2. Full interactive and responsive interaction using 1-button control with OLED Display, RGB LED and Buzzer.
  3. Intelligent use of current, voltage, distance and float sensor to monitor and operator the function of 240V AC Electric Pump
  4. Current sensor does not work
  5. Needs further calibration and testing of various things