-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot set temperature below zero #742
Comments
Thank you for reporting this! Interestingly, I dont know how long this bug has been out there but I stumbled across it myself on this side by accident two days ago when trying to investigate a different issue for someone on HomeBrewTalk. The issue is entirely in the display on the device - not in Fermentrack. If you change the device from Celsius to Fahrenheit you will see that it will drop below 32 as expected. Make sure that your control constants are set such that the minimum temperature is lower than 0 as well to make sure you can chill below 0 if that is what you would like to do. |
I'll close this issue here as it's not fermentrack but rather brewpi-ESP that has the issue. |
I've been setting up a new ESP32 controller to replace an old D1 Mini and after getting it installed and trying to setup the device, I've noticed I cannot set a minimum temperature less than zero. It seems that whenever I set a negative value, the actual value set becomes the opposite value (-10 becomes 10, -5 becomes 5, etc).
In my case I want to be able to cold crash with the freezer hitting sub zero temperatures during the process. I may be imagining things but I was sure I was able to do this on the previous build.
The text was updated successfully, but these errors were encountered: