diff --git a/Control/brewpi/hendiCtrl.py b/Control/brewpi/hendiCtrl.py index 58d80d9..f6ca080 100644 --- a/Control/brewpi/hendiCtrl.py +++ b/Control/brewpi/hendiCtrl.py @@ -21,8 +21,12 @@ class HendiCtrl(): "pwr_watts_min" : 500, "pwr_watts_max" : 3500, "pwr_watts_step" : 100, - "pwr_digits_min" : 4095, - "pwr_digits_max" : 500 + "pwr_digits_min" : 4092, + "pwr_digits_max" : 670 + } + self.curve = { + 'powers' : [500, 600, 700, 800, 900, 1000, 1100, 1200, 1300, 1400, 1500, 1600, 1700, 1800, 1900, 2000, 2100, 2200, 2300, 2400, 2500, 2600, 2700, 2800, 2900, 3000, 3100, 3200, 3300, 3400, 3500], + 'digits' : [4092, 3840, 3700, 3440, 3300, 3060, 3000, 2930, 2860, 2780, 2640, 2510, 2430, 2360, 2190, 2130, 2030, 1980, 1880, 1730, 1630, 1560, 1480, 1400, 1240, 1150, 1150, 1080, 920, 740, 670] } def reset(self):