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

    BruControl: Brewery control & automation software

    The noise definitely occurs when the ball valve is being shut. It's a cheapy from China so who knows what's in there? I guess what I meant by work-around is that it didn't solve the actual problem, just allowed my arduino's/RTD PT100s to keep working. The interference may well be damaging...
  2. A

    BruControl: Brewery control & automation software

    I think the time has come to resolve the EMI feedback problem my customer has. Shielded temp probes provided a work-around but I think the feedback is messing with relays and such. So just to confirm exact wiring of required diode. I'm going to go with a 1N4007 diode to implement a flyback...
  3. A

    BruControl: Brewery control & automation software

    Its a shortcut for subtracting a value from a variable TempDelta -= "FermHysteresisDevice" Target Is the same as TempDelta = TempDelta - "FermHysteresisDevice" Target
  4. A

    BruControl: Brewery control & automation software

    I was going to suggest something exactly the same as brunDog. My website does not enter is alarm mode for tracking ferment temps against target temps until it has got inside the threshold of 2 degrees (my current alarm value)
  5. A

    BruControl: Brewery control & automation software

    I like to assign dhcp reservations from router on devices. That way your device gets a static ip address (required for brucontrol comms), but the list is centrally controlled on your router.
  6. A

    Need simple reliable algorithm for controlling a refrigerator

    Umm, yep, they certainly give the impression of not fully committing to IoT. There's a whole bunch of Windows UWA classes missing from the Windows IoT implementation . And Raspberry Pi 3 B+ is still "unsupported" for Windows IoT (it works though), and still no release date for Raspberry Pi 4...
  7. A

    Need simple reliable algorithm for controlling a refrigerator

    Nice, I'm wondering whether I dive into C programming and ESP32 to develop a stand-alone fermentation control device which integrates with my website Brewers Chronicle. Or just go with Raspberry Pi and Windows IOT Core to stay nice and comfortable in my MS sandbox. :-)
  8. A

    Need simple reliable algorithm for controlling a refrigerator

    All my answers somewhat depend on your batch size. The larger the batch the slower the temp swings due to thermal mass. Sampling every 10 seconds would be way too small an interval for controlling fermentors. Not quite sure on the power an ESP32 provides, but generally you don't want to tax...
  9. A

    BruControl: Brewery control & automation software

    Was pretty sure it was already in the queue, more a note for @swimIan so he didn't go through the same process I did. :) oooh, a database back-end. Let me at it. ha ha ha :-D
  10. A

    BruControl: Brewery control & automation software

    One caveat (unless a fix has been released @BrunDog?) is you must locate your inspector on the same workspace as your graph. It took me a while to work out why my "Display" workspace graph was not updating when the inspector was displaying updated values on a "Variables" workspace I've done...
  11. A

    BruControl: Brewery control & automation software

    Once I have the documentation complete I'll create a new post to avoid a bunch of Brewers Chronicle content in your BruControl thread. Thanks again for the API. It's some impressive work.
  12. A

    BruControl: Brewery control & automation software

    Hi, I develop a website called Brewers Chronicle which allows brewers to record all their boil and fermentation details. I am just finishing up a plug-in (and documentation) for CraftBeerPi 3 this month, but one of my clients is already using BruControl to control their local fermentation...
  13. A

    BruControl: Brewery control & automation software

    My complete guess is the combination of stronger usb module plus high gain antenna does the trick. The esp32 may be limited by the on-board Bluetooth module. Complete guess though.
  14. A

    BruControl: Brewery control & automation software

    Not sure if you have double-walled conical, but one of my clients had 200L double-wall stainless fermenters. I had to have my phone or Raspberry Pi right next to the lid seal to get a faint connection. So in my situation, connection was a few cm's I ended up disabling the Raspberry Pi on-board...
  15. A

    BruControl: Brewery control & automation software

    Simply put, 24V DC circuit is grounded to incoming 240V, and then 9V DC (arduino power) and 24V DC (automated ball valves and pump relay) grounds are tied together. We were getting a lot of interference when using a long temp probe (anything over 2 metres). So my client purchased some shielded...
  16. A

    BruControl: Brewery control & automation software

    EMI is a pain to deal with, especially on sensitive components like temp probs. I was getting device reboots, temp fluctuations, etc due to 24V devices being switched off. Not even in same circuit (well way back down the system they would join up,I suppose). Using 5M shielded probes earthed...
  17. A

    BruControl: Brewery control & automation software

    Does this also include the fix for graphs only updating when global variable is on the same active workspace? No big deal if not and I'm happy to wait, it would just be nice to clear up my "user" workspace, and have a "config" workspace which my user never looks at. Actually, it might be nice...
  18. A

    BruControl: Brewery control & automation software

    Just purchased the Jaycar DuinoTech ESP32 development board and installed the firmware. All went well with firmware install and network config. BruControl can see the new interface I created, but I won't have time to actually test anything else until tonight. Will probably configure this to...
  19. A

    BruControl: Brewery control & automation software

    Some string operations would be nice in the scripting engine. In my case I am passing a ferment name into BruControl via the API. This name is then displayed on the fermentation workspace in BruControl and also on a LCD on the actual fermentor. If the name is longer than 20 characters, it would...
  20. A

    BruControl: Brewery control & automation software

    Thanks to a bunch of help from BrunDog, I've now got my 5 metre PT100 probes installed for my client and everything is working. Firstly I'll say that there was never a problem with BruControl, it was all to do with the hardware install. Secondly, this was never BrunDog's problem, but he put a...
Back
Top