Recent content by thestraw0039

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. T

    BrewPi Remix – What’s Old is New Again

    Update: New Arduino didn't help, lower resistor didn't help. Finally decided to go back to my shorter sensors that worked with the original Brewpi. Not sure if the longer sensors I got were just junk, appears that way, but BrewPi Remix has been perfect since switching back. :mug: to anyone who...
  2. T

    BrewPi Remix – What’s Old is New Again

    After the reboot it still wouldn't talk to the Arduino, I had to pull the power to the Arduino to get the two talking again. After that connected fine but the temp sensor eventually went null again. Edit: First thing I did was replace the USB cable, but I'll try a different port.
  3. T

    BrewPi Remix – What’s Old is New Again

    Quick pull of the code it was complaining about above, assume it just couldn't find the Arduino. brewpi@brewpi:~/glycol1 $ sed -n 1470,1480p brewpi.py status[statusIndex].update({statusType: statusValue}) statusIndex = statusIndex...
  4. T

    BrewPi Remix – What’s Old is New Again

    brewpi@brewpi:~/glycol1/logs $ cat stderr.txt 2022-05-21 19:26:49 [E] Starting BrewPi. Terminating due to fatal serial error 2022-05-21 23:17:15 [E] Starting BrewPi. Terminating due to fatal serial error 2022-05-22 12:29:57 [E] Starting BrewPi. Terminating due to fatal serial error 2022-05-22...
  5. T

    BrewPi Remix – What’s Old is New Again

    So not sure what happened last night, but got home and hadn't had any issues all day. I got the power supply so I plugged that into the Ardiuno and everything went smoothly until around 10. I looked at the website and the temperature went null. I went out and unplugged the USB from the Pi and it...
  6. T

    BrewPi Remix – What’s Old is New Again

    Yeah I'm running the glycol build. Update so far reflashing the Aurdino and adding the extra resistor seems to be working. My wife sent me a screen shot and it is still reading temperature as of about 4 this afternoon. My power supply got here and I'll put it in tonight. Thanks for the help...
  7. T

    BrewPi Remix – What’s Old is New Again

    That's been done, now I just have the one sensor, I also added the second resistor. The power cord for the Aurdino should be here tomorrow. It's been a fun day trying to keep this afloat.
  8. T

    BrewPi Remix – What’s Old is New Again

    Yeah I only have one sensor at this point, lol. Not sure why there are three but it won't let me delete them.
  9. T

    BrewPi Remix – What’s Old is New Again

    Thanks LBussy, I currently don't have any power for the Aurdino, just what it pulls off the USB from the Pi. I ordered what you recommended and it should be here tomorrow so I will report back. I did add longer wires for my temp sensors so it makes sense it is a power issue. I also don't...
  10. T

    BrewPi Remix – What’s Old is New Again

    I'm having trouble with my temp sensors. They will after x amount of time start reading null. The amount of time is varied, it can read fine for days, but eventually it will go null. I have tried changing the USB wire from the Pi to the Aurdino, which "fixed" it for a little while but it...
  11. T

    Propagating Bread Yeast like Beer Yeast?

    I'm wondering the same thing. I'm almost out of bread yeast and didn't realize it was sold out everywhere. I was considering making a starter with DME and seeing what happens. I also just kegged an Oktoberfest and saved a bunch of the slurry. I am going to try and make some pizza dough with it...
  12. T

    Conical - Automated Glycol Fermentation Control

    Did you look at Brewpi remix or Fermatrack, I believe both of those support multi chamber. The issue is the glycol, I know with brewpi remix LBussy had someone testing the glycol but they went awol. I need to get a smaller temperature probe and I was going to try and do some testing for him. I...
  13. T

    HOWTO - Make a BrewPi Fermentation Controller For Cheap

    Found the issue, in temperatureProfile.py line 44 and 45 temperatureReader = csv.reader(csvfile, dialect) temperatureReader.next() # Discard the first row, which is the table header temperatureReader.next() is a Python2 code, and this method needs to be changed for Python3. Changing the code...
  14. T

    HOWTO - Make a BrewPi Fermentation Controller For Cheap

    Alright, daemon appeared to not be running due to permission issues, a quick run of doPerms.py seemed to fix that. Here is the error I am getting: pi@raspberrypi:/home/brewpi/logs $ cat stderr.txt 2020-01-20 22:06:07 Starting BrewPi. 2020-01-20 22:06:18 '_csv.reader' object has no attribute...
  15. T

    HOWTO - Make a BrewPi Fermentation Controller For Cheap

    Alright, I think I got the devel up and running, here is the error. I'm curious if you have this written for wifi (I ask because this is a wired connection), I think I remember you reading this, the stdout.txt isn't showing anything, but this appears to be looping: pi@raspberrypi:/home/brewpi...
Back
Top