vitotai / BrewManiacEsp8266

BrewManiac on ESP8266. Only ESP8266 needed.
155 stars 71 forks source link

sparge temperature parameter #46

Open at001984 opened 5 years ago

at001984 commented 5 years ago

Hi vito, I would like to ask which parameter of the software I have to change for the sparge temperature to be able to set below the minimum settable. I want to use secondary temperature control to manage a decoction I must be able to set 70 °C sparge set temperatures

vitotai commented 5 years ago

The sparge minimum and maximum can be changed here: https://github.com/vitotai/BrewManiacEsp8266/blob/37abaa4f665191833882669f77456036f338f21d/src/BrewManiac.cpp#L3270

For Web Interface, you have to change the HTML file: https://github.com/vitotai/BrewManiacEsp8266/blob/37abaa4f665191833882669f77456036f338f21d/html.src/src/index.tmpl.html#L3339