Justin Angevaare
Justin Angevaare
This same issue was encountered with Strangebrew Elsinore (other brewery software for Raspberry Pi). The solution was to only record temperatures when they changed past a certain threshold (rather than...
To add to the idea of implementing a time series database, an automatic purging feature would be useful too - e.g. temperature data is retained for 60 days, or some...
While it wouldn't be too difficult to write a plugin to do this, my suggestion would be to look for a hardware solution to this (i.e. an element selector switch)
FYI: I did a restart of the access point, waited a few minutes and ESP didn't reconnect. Then did a hard reset of the ESP8266, and it started talking to...
This has been happening again lately - have done restarts of both my esp8266 controller and the fermentrack server to no avail. The LCD on the controller indicates it is...
It’s possible. There is a handful of ways I think that could be done too. Outliers in this application I would think are something to highlight rather than remove though....
OK. Without getting into modelling I would propose something simple like follows (and happy to talk about temperature and gravity modelling if you want to go there 🙂) ``` import...
Hello! Thanks for the interest. I'm quite excited by all the probabilistic programming work going on in Julia now. I know of Turing but haven't tried it or explored it...
Thanks, I'll take a look.
Can you confirm which version you are using - master branch, latest release etc. I was in the process in enabling RNG specification throughout the package where I last left...