Search results

Homebrew Talk - Beer, Wine, Mead, & Cider Brewing Discussion Forum

Help Support Homebrew Talk - Beer, Wine, Mead, & Cider Brewing Discussion Forum:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.
  1. P

    CraftBeerPi - Raspberry Pi Software

    Absolutely. I was just talking from my experience. I wanted to use RJ11 for all of the reasons you mentioned. It just didn't work well in my setup mainly because of the phone cables I was using. There just wasn't enough copper in the cables I had and the termination was inconsistent making the...
  2. P

    CraftBeerPi - Raspberry Pi Software

    I had a lot of trouble with short-outs/breaks with phone cable and RJ11 (at least with the phone cables I was using). The copper within the cables was just too thin and was hard for a ham-handed gentleman such as myself to work with. I switched to CAT6 and RJ45 ends and it works a LOT better...
  3. P

    CraftBeerPi - Raspberry Pi Software

    There are directions on both the Facebook page and the pull request for installing my PWM mod. If you would prefer the other, the procedure is very similar. Essentially, you have to modify 1 line in one file and create one file with the new module content in it, then reboot.
  4. P

    CraftBeerPi - Raspberry Pi Software

    It looks like PWM will be added to version 3, and there are 2 pull requests that implement PWM if you would rather use that. https://github.com/Manuel83/craftbeerpi/pull/138 I use PID for mashing (though, I am using a 3-kettle HERMS system, so I don't have to worry about scorching) and use...
  5. P

    CraftBeerPi - Raspberry Pi Software

    I have been using it through the last 3 batches I have fermented. It works great (with the exception of occasionally having to clear the temperature data file to get the chart back). I built it as a standalone fermentation controller, but you can definitely use it to brew and ferment both from...
  6. P

    CraftBeerPi - Raspberry Pi Software

    This is all pretty well documented on http://web.craftbeerpi.com/. Please start there and then come back with any questions.
  7. P

    CraftBeerPi - Raspberry Pi Software

    There are a couple PWM logic add-ons in pull request status. These are aimed at boil control. You can implement them manually if you want to test. They have been discussed earlier in this thread. i have been testing mine with promising results, but on the 2 batches we did this weekend, we...
  8. P

    CraftBeerPi - Raspberry Pi Software

    You can control other devices through the software, but there is no automation for pumps, valves, etc. I believe that this is planned for later in the current release.
  9. P

    CraftBeerPi - Raspberry Pi Software

    I thought that might be it at first, but I have had my fermenter running for 11 days and am able to still read the graph. I'm not sure where the bug there is.
  10. P

    CraftBeerPi - Raspberry Pi Software

    I haven't adjusted the PID settings from the defaults, but there is a post on tuning PID here: https://www.homebrewtalk.com/showthread.php?t=174020 My system can only do 10 gallons with 16 gallon keggels, so I am not sure about tuning for that level.
  11. P

    CraftBeerPi - Raspberry Pi Software

    PWM is only in the pull request phase, so you have to edit the files manually. I posted instructions in the "conversation" tab of my pull request. If you need help beyond that, just PM me.
  12. P

    CraftBeerPi - Raspberry Pi Software

    A lot of the new control logic types were just added in 2.2. As far as I know they are not documented. PID is pretty standard. Hystersis is an overshoot that i only use for fermentation. Those and my PWM are the only ones I use, so maybe others can fill in the rest. One option is to fill...
  13. P

    CraftBeerPi - Raspberry Pi Software

    If by temp logging, you mean the charts, there is a log file you need to delete. The solution is a couple pages back. We'd all love more detailed documentation. It's getting there, but it takes time. There are instructions on implementing PWM on the pull requests on GitHub.
  14. P

    CraftBeerPi - Raspberry Pi Software

    The software will turn on or off anything connected to a relay based on whatever temp triggers you define. Fermantation uses a hystersis algorithm for control. Brewing has several options for control algorithms.
  15. P

    CraftBeerPi - Raspberry Pi Software

    I haven't done it, but the software allows for multiple fermenters. You should be able to control them separately as long as you have temp probes/relays for each.
  16. P

    CraftBeerPi - Raspberry Pi Software

    I don't know what a "fuscus" is, though it sounds like you may need some penicillin. Do you mean rather that you are running a brew or fermenter control rig on a Pi Zero? If so, I may need to replace mine. I have a RPi 2b and 3b in my rigs and pages still load slowly/buttons react slowly at times.
  17. P

    CraftBeerPi - Raspberry Pi Software

    $9 vs $35 computer. I'm considering switching out the one for my dedicated fermenter control as my Pi 3a seems like overkill.
  18. P

    CraftBeerPi - Raspberry Pi Software

    Cool, I will try it. Thanks! EDIT: That worked, THANKS! Unfortunately, I had made my unit entirely headless (and didn't enable SSH because it as 4:30 AM and the password prompt was pissing me off). Fortunately, I hooked key components in with Velcro rather than something more permanent, so I...
  19. P

    CraftBeerPi - Raspberry Pi Software

    I can take a look. Any idea where there are at? Can they be cleared from the GUI, or does it have to be cleared out from the back-end (giggity)?
  20. P

    CraftBeerPi - Raspberry Pi Software

    Is anyone else using fermentation control. I just set up a stand-alone fermentation controller last night and it is working great except for the temp graph. I just get a blank page when I try to load it. As far as I know there are no minimum time it needs to run before the graph is displayed...
Back
Top