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

    BrewPi@ESP8266, no need of RPI and Arduino.

    BPL and ispindel is connected to home wifi AP and home assistant via mqtt.
  2. J

    BrewPi@ESP8266, no need of RPI and Arduino.

    Difference between nodemcu and wemos d1 mini is physical size?? Both use esp8266 chip direct access is possible with double click to reset button or reflash and settings are safe, in eeprom? I think.. This is from https://github.com/universam1/iSpindel/blob/master/docs/FAQ-en.md Here is how to...
  3. J

    BrewPi@ESP8266, no need of RPI and Arduino.

    I'm using new ui. oled: https://startingelectronics.org/tutorials/arduino/modules/OLED-128x64-I2C-display/ Wiring: https://raw.githubusercontent.com/vitotai/BrewPiLess/master/doc/image/BPL_simple.jpg It's running station mode only and even if web ui is crashed, mqtt and mcu keep working. Poor...
  4. J

    BrewPi@ESP8266, no need of RPI and Arduino.

    I have BPL running in wemos d1 mini. 3 ds18b20 sensors, buzzer, oled and 2 buttons +ispindel. Works fine, few times web ui is crashed after week or so but MCU still work and keep things running. Maybe you have faulty component or bad connection? Run it without web ui? Watching fridge/beer temps...
  5. J

    BrewPi@ESP8266, no need of RPI and Arduino.

    What command just show values without changing it?
  6. J

    BrewPi@ESP8266, no need of RPI and Arduino.

    Where sensor calibration is stored? How I can check these? Are they overwrited if flash new firmware?
  7. J

    YABC-Yet a Brew Controller: BrewManiacEx

    Probably faulty sensor, changed it another but minor code change also. Now it overshoot ~2.5C and then quite steady +-0.25C float lpfAddValue(float value) { //_filteredValue = _filteredValue + LowPassFilterParameter * (value - _filteredValue); _filteredValue = (1.0 -...
  8. J

    YABC-Yet a Brew Controller: BrewManiacEx

    Yes, I meant modifying code. What can cause reading temp is so slow that when warming up it overshoot 15-20 degrees? I allready tried disable lowpass filter and change min read time to 100ms
  9. J

    YABC-Yet a Brew Controller: BrewManiacEx

    I had wrong platform version. changed espressif8266@~1.8.0 to espressif8266 and now it compiles. Is there way to round temperatures to 1 decimal? (ds18b20 accuracy is +-0.5C) Then I looked code how to do two point calibration. map do that easily but where is right place to do that?
  10. J

    YABC-Yet a Brew Controller: BrewManiacEx

    Any ideas why compiling fails? these 4 errors: HttpUpdateHandler.cpp no matching function for call to 'HTTPClient::begin(WiFiClient&, String&)' no instance of overloaded function "ESP8266HTTPUpdate::update" matches the argument list -- argument types are: (WiFiClient, String, String) -- object...
  11. J

    YABC-Yet a Brew Controller: BrewManiacEx

    Thanks, thats easy enough :) I dont have buttons yet and that didn't work via web panel
  12. J

    YABC-Yet a Brew Controller: BrewManiacEx

    When running automation and 'remove malt' comes theres endless beep until 'yes' or 'no' is pressed. Removing malt and sparging takes time, is there way to stop beeping w/o pressing yes/no? If no how to change source to stop this?
  13. J

    iSpindle - DIY Electronic Hydrometer

    I'm trying to calibrate ispindel but offset calibration is never ending.. I have waited almost hour and so. Any ideas what to try next? Everything else work but I'm not done calibration yet. Can this work without offset calibration? averaging 1000 readings each time expanding: XAccel...
Back
Top