From 434d6666649db067303b292f4762d7fd95f2396a Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 28 Mar 2022 21:28:19 +0200 Subject: [PATCH] Update PoolMaster.ino --- source/PoolMaster/PoolMaster.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/PoolMaster/PoolMaster.ino b/source/PoolMaster/PoolMaster.ino index 075ff55..b51ae2c 100644 --- a/source/PoolMaster/PoolMaster.ino +++ b/source/PoolMaster/PoolMaster.ino @@ -67,7 +67,7 @@ {"OrpPID":1} or {"OrpPID":0} -> start/stop the Orp PID regulation loop {"PhCalib":[4.02,3.8,9.0,9.11]} -> multi-point linear regression calibration (minimum 1 point-couple, 6 max.) in the form [ProbeReading_0, BufferRating_0, xx, xx, ProbeReading_n, BufferRating_n] {"OrpCalib":[450,465,750,784]} -> multi-point linear regression calibration (minimum 1 point-couple, 6 max.) in the form [ProbeReading_0, BufferRating_0, xx, xx, ProbeReading_n, BufferRating_n] - {"PSICalib":[0,0,0.71,0.6]} -> multi-point linear regression calibration (minimum 2 point-couple, 6 max.) in the form [ElectronicPressureSensorReading_0, MechanicalPressureSensorReading_0, xx, xx, ElectronicPressureSensorReading_n, ElectronicPressureSensorReading_n]. Mechanical pressure sensor is typically located on the sand filter + {"PSICalib":[0,0,0.71,0.6]} -> multi-point linear regression calibration (minimum 2 point-couple, 6 max.) in the form [ElectronicPressureSensorReading_0, MechanicalPressureSensorReading_0, xx, xx, ElectronicPressureSensorReading_n, MechanicalPressureSensorReading_n]. Mechanical pressure sensor is typically located on the sand filter {"PhSetPoint":7.4} -> set the Ph setpoint, 7.4 in this example {"OrpSetPoint":750.0} -> set the Orp setpoint, 750mV in this example {"WSetPoint":27.0} -> set the water temperature setpoint, 27.0deg in this example