• Please visit and share your knowledge at our sister communities:
  • If you have not, please join our official Homebrewing Facebook Group!

    Homebrewing Facebook Group

Search results

Homebrew Talk

Help Support Homebrew Talk:

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

    CraftBeerPi - Raspberry Pi Software

    The big problem with the char is that it try to show the whole log file. The log records a point every 5sec, so a week will be a huge amount of data, and takes for ever to load. My approaches was: 1) change the the sleep in the one_wire plugin to update ever 15sec. That is more than enough for a...
  2. Lalo_uy

    CraftBeerPi - Raspberry Pi Software

    ok, now. I forgot to mention that the list in only updated when CBPi restarts. Also the original code only looks for sensors on GPIO4, if you move the onewire bus to other pin or have more than one bus need to change basic_plugins/one_wire: 19C19 < for dirname in...
  3. Lalo_uy

    CraftBeerPi - Raspberry Pi Software

    Yes, you see a 28-....... folder for each sensor. Be sure to power the vvc line fom 5v and pullup the data line to 3,3v.
  4. Lalo_uy

    iSpindle - DIY Electronic Hydrometer

    Theses app do not work by itself. They just show the data on Ubidots. You may have yuur own server at home, a Raspberry with Craftbeerpi, frementrack or other soft.
  5. Lalo_uy

    CraftBeerPi - Raspberry Pi Software

    What you need is a SetTargetTemp step. It could be done as a copy of the MashIn step by just delet the “if” line in the execute section. Will set the target and end right away.
  6. Lalo_uy

    CraftBeerPi - Raspberry Pi Software

    There are a few recent PR from Juan Pablo Giménez that made ir run on Python 3.5 Will tray them asap.
  7. Lalo_uy

    CraftBeerPi - Raspberry Pi Software

    May be the instalation do not finish. Check if Python run.py Is running, if port 5000 is listening ( netstat -lnpt ). If not, go to craftbeerpi3 folder and run sudo ./run.pi And see the messages
  8. Lalo_uy

    Survey: Lets hear why you prefer Propane over Electric Brewing

    Not easy to run electric over 2500W here in Uruguay. Most houses have 3600W input limit. Going over that is expensive. There are many people with BIAB system, but no more than 30L. Propane in the other hand es cheap and ubiquitous. A 13Kg balloon give me 3 run on my 50L 3 vessels .
  9. Lalo_uy

    Why are brewing controllers so expensive?

    Stay away of 15 bucks 40 A SSR. them are fake and will burn over 10A. A good brand 40A SSR will be over $40.
  10. Lalo_uy

    Running a PC on battery

    May be to obvious, but a PC + UPC is a Laptop with good battery ;) May years a go we use one as a terminal for a telecom system & works quite well.
  11. Lalo_uy

    CraftBeerPi - Raspberry Pi Software

    Where did you find PIDfermentationtemperature? I only see a cbpi_PIDFermentationChamber. I wish a Pid exist using just a slow pwm over a electrovalve from the glycol chiller.
  12. Lalo_uy

    CraftBeerPi - Raspberry Pi Software

    These are much better.
  13. Lalo_uy

    CraftBeerPi - Raspberry Pi Software

    User rj11 module on the probe. That way you can use premade telefone cords. Remember than telefone cords swich the 2 inner wires.
  14. Lalo_uy

    CraftBeerPi - Raspberry Pi Software

    Looks like the first picture are the Brewing pane, it has the temps, and actuators. The second one is the Fermentation pane. So the first shows the kettle, not the fermenter.
  15. Lalo_uy

    CraftBeerPi - Raspberry Pi Software

    More than a Fermentation Controller, you need a Fermentation Step, that instead of looking for the temp, go looking for the gravity. But the Fermentation Steps are into the fermenter module, and there is no prevision for having different ones, as in Brewing.
  16. Lalo_uy

    CraftBeerPi - Raspberry Pi Software

    3K3 will be ok. For long I mean 10m plus
  17. Lalo_uy

    CraftBeerPi - Raspberry Pi Software

    Raspberry pi input is 3.3v logic. The pullup (between Vcc and Data wire ) is better to be 3k3 to 3V. It could be even lower if the wires are long, down to 820 ohms ( 4mA on logic low output )
  18. Lalo_uy

    CraftBeerPi - Raspberry Pi Software

    When was that update? I installed from Raspbian Sketch last week and was ok
  19. Lalo_uy

    CraftBeerPi - Raspberry Pi Software

    If I remember right Buster come with Python 3 by default. CBPi3 do not runs on Python 3. Try on Stretch. Or try to install Python 2 on Buster
  20. Lalo_uy

    Native ESP8266 BrewPi Firmware - WiFi BrewPi, no Arduino needed!

    That is a Wemos D1 Mini clone.
Back
Top