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

Homebrew Talk

Help Support Homebrew Talk:

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

    BruControl: Brewery control & automation software

    Curious if anyone else has experienced this issue and has an idea on what to explore: - I have 3 RTDs wired to a MEGA2560 through Max31865 boards - Each reads pretty accurately and with stability other than a momentary voltage drop/spike when I cycle my pump relays on/off (Haven't wired in...
  2. J

    BruControl: Brewery control & automation software

    This is great. Thanks to both of you! You have each helped me greatly and this is a great next step! Stability has greatly improved for me since wiping out my old data file.
  3. J

    BruControl: Brewery control & automation software

    Thanks. Does that keep the scripts? Didn't look like it when i opened the file. Are the scripts only kept in the .mdf file?
  4. J

    BruControl: Brewery control & automation software

    I made a mistake with my OneDrive and inadvertently deleted a my data file and some other things. I copied the files back from a backup I had and now Brucontrol is crashing and closing at least once per day. It didn't use to crash at all. So, a couple of questions: 1. If I decide to...
  5. J

    BruControl: Brewery control & automation software

    I've had a bunch of these issues and usually it was because my router changed the IP address of the device for some reason I haven't been able to figure out (was set for static IP). I've updated the IP in Brucontrol and voila, it works again! Before that, I had issues with a crappy mesh router...
  6. J

    BruControl: Brewery control & automation software

    Is the Arduino Nano ESP32 compatible with Brucontrol? I wasn't sure if the ESP32 firmware would apply to this board or not? When i try to run the interface setup, it doesn't list any firmware options to select. Thanks.
  7. J

    BruControl: Brewery control & automation software

    Solved it from this thread: netsh.exe: Error 87 Because my user name has a space in it, the built-in reservation button did not work. I had to go into the command prompt as an administrator and add double quotes around my user name. C:\>netsh http add urlacl url=http://+:8000/...
  8. J

    BruControl: Brewery control & automation software

    No, the release option is unavailable as well.
  9. J

    BruControl: Brewery control & automation software

    That switch is not enabled
  10. J

    BruControl: Brewery control & automation software

    I'm not sure if there is a more elegant way to do it; however, you can write some scripts that run on a loop to achieve what you're asking about I believe. Example: [ACTIVATELOOP] wait "Active Switch" State == on "Device Element" enabled = true start "Device Element Script" goto "ACTIVATELOOP"...
  11. J

    BruControl: Brewery control & automation software

    I just upgraded to a professional license and am having trouble getting the data exchange service running. I am logged in as an administrator. When I click reserve URL an approval box appears. After clicking Yes, nothing happens. Is there anything else I can do? The base localhost is up and...
  12. J

    BruControl: Brewery control & automation software

    Yeah they have been working and in use for a few months. Pics of them attached.
  13. J

    BruControl: Brewery control & automation software

    If this was referring to mine, I get the same results with both wifi and serial.
  14. J

    BruControl: Brewery control & automation software

    All of a sudden, I'm having a really strange issue (that I've now replicated on 3 different ESP32's that have been freshly flashed). Regardless if I have anything connected to my ESP32 (replicated with nothing connected to my ESP32), whenever I enable a digital output device, I get a bad...
  15. J

    BruControl: Brewery control & automation software

    I have an ESP32 with the following elements: - Heating element (SSR) on Pin 5 - Relay for 110v pump (switches the neutral line) on Pin 16 - RTD on pin 32 (with parallel connections on pins 23, 18, 19) - RTD on pin 33 (with parallel connections on pins 23, 18, 19) When I toggle the relay for the...
Back
Top