• 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 H0phead

Homebrew Talk

Help Support Homebrew Talk:

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

    BruControl: Brewery control & automation software

    @oakbarn noted...I'll certainly implement this sort of naming convention to keep everything straight and easy to locate...I have seen lots of other people's scripts in this forum and was always perplexed at the cryptic names people used...now it makes sense :)
  2. H0phead

    BruControl: Brewery control & automation software

    @CDCTx it is playing nice. It was literally my first script...just trying to open a few valves ,run the pump for a few seconds to avoid cavitation, and shut everything back down...and of course I broke it. Thanks for the advice on everything so far...I'm sure I'll be back.
  3. H0phead

    BruControl: Brewery control & automation software

    @CDCTx lol, I see why you say that now...I thought I needed start/stop for the script itself...now I see that start/stop are specific to Timers (RTFM) :) Updated script: [Prime_Pump_1] print = "Starting Pump_1 prime cycle." "Valve_11" State = on sleep 4000 "Pump_1" State = on "Valve_14" State...
  4. H0phead

    BruControl: Brewery control & automation software

    @oakbarn @CDCTx , you guys rock, thanks. While I'm back online...(I turned off the autostart for the script)...I can't figure out why this script isn't running: [Prime_Pump_1] start "Prime_Pump_1" print = "Starting Pump_1 prime cycle." "Valve_11" State = on sleep 4000 "Pump_1" State = on...
  5. H0phead

    BruControl: Brewery control & automation software

    @CDCTx I'll probably take your second suggestion and look through the config to remove the broken script (or add the delay like you mentioned). I'm on a Windows host with a default install of Brucontrol...where are the configs saved? I have hidden files turned on and don't any cfg files...just...
  6. H0phead

    BruControl: Brewery control & automation software

    Hey all...started getting my feet wet with scripting last night and of course I've immediately hosed myself by endlessly looping an auto-starting script. This has led to my Brucontrol application freezing and becoming unresponsive which requires me to kill it with Task Manager...similar to what...
  7. H0phead

    BruControl: Brewery control & automation software

    Nice. I just put one on order and I'll get it wired up for some tests next week.
  8. H0phead

    BruControl: Brewery control & automation software

    Anyone have experience successfully using "US Solid" 2 way valves (2-wire auto-close) (e.g. https://www.amazon.com/dp/B06WWPZWGZ?ref=ppx_yo2ov_dt_b_product_details&th=1) with the Uniflex? If so, would you be willing to share a wiring diagram? I have a few new use cases that I may want to use...
  9. H0phead

    BruControl: Brewery control & automation software

    [Update] After swapping out the ESP32 board with a known good, I'm back in action. I haven't done any diagnostics on the old board yet, but at least I'm back online.
  10. H0phead

    BruControl: Brewery control & automation software

    Hey All, interested to see if anyone has encountered a situation where their Uniflex v2 (with nothing plugged in) does not default to "access point mode" when powered on? Notes: No 3.5mm jacks plugged in No I/O plugged in No 120v/240v plugged in Confirmed power is on (bluelight and fans...
  11. H0phead

    BruControl: Brewery control & automation software

    Alright...I've bench tested all of the valves and they're in good shape. Now I have a UniShield noobie question. I want to control these valves with the UniShield. Given that each valve has 3 wires (Open[Green], Close[Red], and PWR[Black]) what does the physical wiring look like? I know that...
  12. H0phead

    BruControl: Brewery control & automation software

    Thanks again @RiverCityBrewer, 2-way valves (KLD20S) are operating as expected:
  13. H0phead

    BruControl: Brewery control & automation software

    Awesome, thank you for the advice. I'll report back results here when I complete some tests.
  14. H0phead

    BruControl: Brewery control & automation software

    Thanks @RiverCityBrewer that makes sense for the Motorized 2-way valves, but for the pressure sensor (pins: 3(signal), 2(GND), 1(VCC)) I don't imagine this approach would provide any useful output. Also, I have two proportional valves[not yet wired] (pins: 4(Feedback), 3(Control), 2(GND)...
  15. H0phead

    BruControl: Brewery control & automation software

    Build update: Started extending and terminating the the sensors and valves. I'm adding about 10/11 feet of 22/4 shielded security cable to each sensor and valve. The cable terminations are microphone cable connectors and I'm adding a braided sleeve (blue - valve)(red - sensor). I'll...
Back
Top