Koenraad

Results 16 comments of Koenraad

Thanks for the reply. What hardware do I need to check ? Like I said, the Arduino sketch runs. That's on the same Wemos-module, nothing changed concerning hardware. Is the...

Thanks, but reload does not help, tried several times. I modified the code in two places : that s_pidstart and in BrewManiac.cpp in the heatLoadParameters function. I think there are...

I realised a jumper-wire will do as button. Tried and the same problem is there. Searching further, I stumbled on the file 5.WebInterface.md stating that html/javascript files will be uploaded....

Hi, Actually, my question was : how to integrate the modified html-source-code in the firmware. I.e. I modified the html-source-code, but then it needs to be transferred to data_edit_html_gz.h (I...

For others : I went to the html-directory. I had to install npm, then ``` sudo npm install -g grunt npm install npm install --dev coffeescript grunt build ``` But...

I found an old network.cfg and I uploaded that. Now my ESP32 connects fine. In that file the whole wifi-password is recorded.

I tried to search the sources, but there the WPA2 spec is followed : password-length=64 bytes. I found this in `.platformio/packages/[email protected]/tools/sdk/include/esp32/esp_wifi_types.h` : ``` /** @brief Soft-AP configuration settings for the...

Hi, To me it sounds as if you don't stir enough. When heating, your liquid has to move ! But if you heat e.g. 10 liters with 5kW, I don't...

I cut the pwm-code out of BrewManiac and tried that, but for my setup (pwm-control of a gas-burner) ESP8266 is not suited. The PWM controls a coil, at the frequency...

Hi, If you succeed to compile it, can you report how you did it ? A few days ago, I tried, but it failed, complaining about the AsyncTCP library not...