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

    Homebrewing Facebook Group

Recent content by castreixanas

Homebrew Talk

Help Support Homebrew Talk:

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

    Native Python BrewPi controller

    Hi Ame. I have made the changes you have recommended, and the cool option is no longer activated. It seems that everything it is OK. Thank you for your correction.
  2. C

    Native Python BrewPi controller

    Hello. I'm using fuscus, but I have a problem: I do not have a refrigerator, only have a heater. With this config fuscus-brewpi is not accurate, having variations over half a degree of temperature (1 degree or more in total). In brewpi standard, this is solved removing the frigde device, and...
  3. C

    NEW StrangeBrew Elsinore Thread

    Yes, problem is with gpio name. Next tests I config rpi in english for better log comprension.
  4. C

    NEW StrangeBrew Elsinore Thread

    Hello. I still have problems with the establishment of GPIO . I've discovered that the probes must be put in uppercase ( lowercase fails ), but not for triggers this run in lowercase . I attach a log where I was not able to run elsinore and had to use a few months ago stable version...
  5. C

    NEW StrangeBrew Elsinore Thread

    Congratulations for your useful and good blog :ban: I encourage you to continue on the same line and I thank you .
  6. C

    NEW StrangeBrew Elsinore Thread

    Yes, "delete". I had double clic in probe bar, and appears "delete" instead of edit probe. This is aleatory. No hapen ever.
  7. C

    NEW StrangeBrew Elsinore Thread

    Ok. Sorry and thanks. I try recover log or more information. It's possible accumulative historical log mode (for example 1 month data).
  8. C

    NEW StrangeBrew Elsinore Thread

    This weekend I had a Elsinore first real use. :mug: I've done a lot of beer and everything went pretty well. But had couple of problems: -Sometimes elsinore not save the correct GPIO SSR configuration. This happens randomly. And as much as I repeat is not saved. The solution is to put...
  9. C

    NEW StrangeBrew Elsinore Thread

    For buzz sound I need a script same this: import time from RPi import GPIO PIN = 23 BUZZER_REPETITIONS = 300 BUZZER_DELAY = 0.0005 PAUSE_TIME = 1.0 GPIO.setmode(GPIO.BCM) GPIO.setup(PIN, GPIO.OUT) while True: for _ in xrange(BUZZER_REPETITIONS): for value in [True, False]...
  10. C

    NEW StrangeBrew Elsinore Thread

    Hello. It is possible these two implementations? 1 - trigger for a alarm with this Active Buzzer Module...
  11. C

    NEW StrangeBrew Elsinore Thread

    Hello. After long time pause I return. Jangevaa good idea your blog :ban: A question for everyone: I connect a buzzer to rpi : http://www.ebay.com/itm/Active-Buzzer-Module-High-Level-Trigger-5V-for-Arduino-AVR-STM32-Raspberry-Pi-/131280497442?pt=LH_DefaultDomain_0&hash=item1e90ed6b22...
  12. C

    NEW StrangeBrew Elsinore Thread

    Hi, I like the new look without the left zero in probe display.
  13. C

    NEW StrangeBrew Elsinore Thread

    Probably you put a wrong parameter. Try use names without blank spaces or strange symbols. Temp set calibration is for calibrate 2 or more probes. If you only have one, put 0 in probe config.
  14. C

    NEW StrangeBrew Elsinore Thread

    Hello. more reports chrome console When delete timer, this error (error counter increases steadily): Uncaught TypeError: Cannot set property 'innerHTML' of undefined pidFunctions.js:1071 When add new timer: GET...
  15. C

    NEW StrangeBrew Elsinore Thread

    Ooops. Yes. Reboot raspberry and run ok. Timer no run. I remove and create again, but create exceptions. Add pump but does nothing. down is exceptions. Probe calibration run ok, but for decimals not work. It Rounded. I tried to point and with commas, but not save changes. Tests in Chrome.
Back
Top