Open torrdan opened 8 years ago
Hey @torrdan,
Thanks for the kind words. I have been really neglecting this project even though I do use it myself every brew day. :) There are numerous bugs that I still have to fix in it that I never seem to get to.
That being said, the schedule code is a mess and I always wanted to find time to fix it. I wouldn't really rely on it. If you know any python it would be great to get someone looking at it. It also needs UI work and all that jazz.
John
Dear John,
Thanks for the very fast reply. I really think your code is a very good starting point. It just requires some improvements to make it easier to use during a brewing session. So far what I have done is a much simpler code that basically allows me to:
My target is to have a reliable and stable system that allows me to brew in an easier way using microcontrollers like raspberry pi or beaglebone.
Daniele Il 17-feb-2016 23:45 "kyngoadmin" notifications@github.com ha scritto:
Hey @torrdan https://github.com/torrdan,
Thanks for the kind words. I have been really neglecting this project even though I do use it myself every brew day. :) There are numerous bugs that I still have to fix in it that I never seem to get to.
That being said, the schedule code is a mess and I always wanted to find time to fix it. I wouldn't really rely on it. If you know any python it would be great to get someone looking at it. It also needs UI work and all that jazz.
John
— Reply to this email directly or view it on GitHub https://github.com/jsproull/kriek/issues/16#issuecomment-185443476.
Great Job...congratulation and thanks for sharing it. I did manage to install and make it running on my raspberry pi 2. I do manage to start a brewing session, but I have a problem if I want to use it during a mashing day. The time for each scheduled step does not start when the target temperature is reached, but instead start as soon as the previous phase is finished. Is it because I do something wrong with the settings or actually this feature is not implemented in the code? It would also nice to have the possibility to decide if a phase is really finished before stepping into the subsequent one. In some cases, even if the time scheduled for a phase is finished, it might be necessary to stay longer at that temperature (if for instance the iodine test is not positive before going to the mash out temperature). Thansk