Well, unless I missed it, I could not find temperature minimum setting. Next attempt was to use Google, I read a thread that it was removed from version .41 now if only I could determine my brewpi version is....
Ok, well, there are three parts to the system.
1) The Arduino, which runs the controller software
2) The BrewPi script, which is the data logger and the link to the Arduino
3) The BrewPi webserver
Although they are separate parts, they are dependent on each other to varying degrees. As time goes on, features are added or improved, or sometimes removed.
I have concentrated solely on the Arduino, and replicated its core functions in Python (the fuscus script). It's still a separate part, even though it's running on the same host as the other parts.
I have assumed that later versions of the BrewPi script will talk to earlier versions of the controller, however, the BrewPi script is starting to diverge quite a lot from the original design now that Elco is using a Spark and has added a lot of new functionality.
So, it might be necessary to recommend that anyone using fuscus should use the legacy branch of the BrewPi script, because it has kept the original functionality and behaviour that was found on the Arduino. This is the advice given to people who are still using the Arduino, so it probably makes sense here too.
At home I am using whatever was the latest BrewPi script. I will look for the low-temperature limit setting. If it's not there I'll try 'downgrading' the BrewPi script to legacy and see what happens.
The next issue will be: if the BrewPi script sends a command to fuscus to change the limit will it work, or will it break?