• 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. P

    BrewPi@ESP8266, no need of RPI and Arduino.

    LBussy is right. I've tried my best. https://github.com/vitotai/BrewPiLess/blob/master/doc/iSpindelSupport.md
  2. P

    Which beer faucets do you prefer and why?

    Kegland Flow Control Keg Ball Locks? https://www.homebrewtalk.com/forum/index.php?threads/Kegland-Flow-Control-Keg-Ball-Locks%3F.669051/
  3. P

    BrewPi@ESP8266, no need of RPI and Arduino.

    It means D8 is available. Just leave it there.
  4. P

    Self-closing Perlick?

    I had Ventmatic and 425 and replaced them for Intertap. They were all good, but I like the accessories of Intertap and simplicity of maintaining only one brand.
  5. P

    Ideas for a brewday voice assistant?

    Recording and “prediction” by calculation, I would say. “10 lbs grains with 3 gallons mash water. Expected target OG is 1.050 of 5 gallons.” “Maximum gravity of first wort is 1.0xx, expected 1.0yy to meet your target gravity.” “Gravity of first wort is 1.0xx. volume 2.x gallons.” “Predicted OG...
  6. P

    Kegland Flow Control Keg Ball Locks?

    Image running water through a garden hose. You can pinch/squeeze the middle or the outlet of the hose to reduce the flow, but you will get different result. Try it if you don't know what I am talking about.
  7. P

    Kegland Flow Control Keg Ball Locks?

    I just got one and am preparing to clean.
  8. P

    HOWTO - Make a BrewPi Fermentation Controller For Cheap

    RPI only version: https://www.homebrewtalk.com/forum/threads/native-python-brewpi-controller.575724/
  9. P

    BrewPi@ESP8266, no need of RPI and Arduino.

    That’s weird. ABV and ATT calculations are two successive line with the same argument but different formula. Would you mind sharing your logs for me to check this issue? You can go to filemanager and get the log file with the same name.(I should add a short cut for this in the next release.)
  10. P

    What's next for SW-controlled Brewing/Fermentation?

    What LBussy said.
  11. P

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

    Resistors around 5k is recommended in the specification of DS18B20. I was told that you even don't need it when using Arduino. However, the resistor is needed for ESP8266, as I was told.
  12. P

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

    It is said that ESP8266 is 5v tolerant. I have an I2C LCD connected directly to ESP8266 for over 2 years.
  13. P

    BrewPi@ESP8266, no need of RPI and Arduino.

    My setups were upgraded from 4m2m 3.5 via OTA. I did flash via USB during verification. I don’t know what goes wrong with yours.
  14. P

    BrewPi@ESP8266, no need of RPI and Arduino.

    Due to the size growth of framework upgrade, 4m2m flash layout is default configuration. If you are upgrading from 4m1m, flash via USB is recommended. I got weird result from OTA update.
  15. P

    BrewPi@ESP8266, no need of RPI and Arduino.

    It's been implemented. https://github.com/vitotai/BrewPiLess/tree/v36pre I am verifying it by simply running it on my keezer and fermenter. It seems running fine.
  16. P

    BrewPi@ESP8266, no need of RPI and Arduino.

    Boards with relays are already been made. https://www.facebook.com/BrewManiacEx/posts/656692018106981
  17. P

    LCD2004 i2c

    Check this: https://lukasholenweg.com/2015/03/03/brewpi-i2c-version/ I ran this 0.2.10 version for a year, before my BrewPiLess project. https://1drv.ms/u/s!Au_Cld6HskBwh1uho_4GROIgh7k_?e=eYu6ss
  18. P

    YABC-Yet a Brew Controller: BrewManiacEx

    BMex is designed for E-BIAB. You can sure use it whatever you want, but there are some fundamental design concept that might hinder it. I had thought of supporting a second agitation deceive, like a stirrer. The design of user interface, display and button operations, stop me. There are only...
  19. P

    BrewPi@ESP8266, no need of RPI and Arduino.

    BrewPiLess has no idea about the timezone. It stores EPOC(Unix timestamp), which could be considered as GMT time. However, the browser should convert EPOC time to local time. BrewPiLess has no reason to know the timezone except one condition - it displays time on OLED display. One potential...
  20. P

    BrewPi@ESP8266, no need of RPI and Arduino.

    First of all, some people reports that D1 mini pro doesn't work well for failure of connecting to specified network. I guess it might have something to do with flash mode("dout", "qio", or something else). Further research is needed to identify this problem. BTW, mine works with 4M flash...
Back
Top