Skip to content

Commit

Permalink
heating system, power increased a little bit
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine3000 committed May 21, 2023
1 parent b9e4a8a commit 37112fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/modules/heating_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def heating_system(temp, temp_target, temp_margin):
if FERMENTER_MODEL == "lab":
POWER_HEATER = 85 # between 60 and 100
elif FERMENTER_MODEL == "mini":
POWER_HEATER = 70 # between 50 and 75
POWER_HEATER = 75 # between 50 and 75

temp_error = abs(temp_target - temp)
power_fan = simpleio.map_range(temp_error, 0, 8, 50, 100)
Expand Down

0 comments on commit 37112fc

Please sign in to comment.