-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
heat control heatWindowSize #94
Comments
It does not appear at bm.local:8008/filemanager I changed calibration functiion in the code but I dont know how to change de htm now. Im using esp32 |
The html files are embedded in the code, this process is explained in issue #79. # |
@lekrom thanks! How did you run the script? Im using VScode +platformio and have no ideia. As commented in issue 79 looks like something in linux. |
Jip, |
@lekrom Thanks a lot. I´m using Windows só i will look how to run those scripts. I think the web page in the code works better but I can paste the web page in spiffs and works fine also. |
I dont believe the webpage in spiffs is supported anymore. |
works not so well (also removed embbedded from BrewManiacEx.cpp), but my code has lots of modifications and features and I experience other problems. For now thinking about wait for a stable version and later try to upgrade to new version and esp32 also. Base code 0.5 works perfect in esp32 with minor corrections. |
Nice new interface 0.5, how to update de htm file by hand? It does not appear at bm.local:8008/filemanager I changed calibration functiion in the code but I dont know how to change de htm now.
Small issue at ln 2107 that keep blinking primary heater SSR or relay once per cycle at max output 255.
corrected
if ((pidOutput / 255) * ((unsigned long)_heatWindowSize * 250) >= now - _windowStartTime)
Allways amazing work at BMEx
The text was updated successfully, but these errors were encountered: