Skip to content

Releases: Loic74650/PoolMaster

PoolMaster V2.1.0

31 Jan 22:23
Compare
Choose a tag to compare
  • LCD display now toggles between two screens every 6 seconds, shows more info
  • modified PhPump() and ChlPump() functions to prevent the pumps from starting if Tank Levels are low
  • Tanks Level errors now display error code on the LCD display but do not disable the PID loops or the filtering pump anymore, only the peristaltic pumps
  • PID regulation loops start are now delayed for 30mins (by default) after the filtration start in order to let the readings stabilize first
  • New API function to tell the system what the external temperature is. This is used to start regular short filtering periods of 10mins every hour when external temperature is below 2°C.
  • Improved PID loops tuning

PoolMaster V2.0.1

28 Jan 22:34
Compare
Choose a tag to compare
  • /!\ changed CONTROLLINO pin number for the PH_PUMP
  • Tuned PID parameters
  • Fixed bug in Mode API function
  • Minor fixes

PoolMaster V2.0.0

27 Jan 21:55
Compare
Choose a tag to compare
  • New API function for multi-point linear regression calibration of pH and Orp sensors
  • /!\ Former API function for the Offset Calibration of the pH and Orp sensors are no longer available
  • getMeasures() function now based on calibrated linear function to compute pH and Orp values
  • PublishDataCallback() function now using ArduinoJSON library to generate payload
  • Eeprom, Webserver and XML file now store/display the calibration coefficients for the pH and Orp sensors

PoolMaster V1.0.0

27 Jan 13:58
Compare
Choose a tag to compare
  • LCD display support
  • MQTT API
  • Updated hardware list