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

    Homebrewing Facebook Group

BruControl: Adding unsupported devices

Homebrew Talk

Help Support Homebrew Talk:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.
FYI that does not work out of the gate. It will not connect to wifi.
If I define:
#ifndef STASSID
#define STASSID "SSID"
#define STAPSK "PASSWORD"

const char* ssid = STASSID;
const char* password = STAPSK;

It then works, so it appears something is up.
 
I have 3 devices running this same code for the wifi and don't have any issues connecting. Must be something specific to your wifi network.
 
My guess is the code copy/paste. When troubleshooting I tried your Hop dropper code and it errored somewhere (not wifi) as well.
 
I wrote an Arduino sketch for the nodeMCU that can be used to enable unsupported interfaces/devices in BruControl. Hopefully other people out there can make some use of it as well.

That is awesome! I have a fan that I want to turn on when approaching boil. I was thinking of using a NodeMCU for that purpose, this would make it much easier!
 

Latest posts

Back
Top