IotWebConf

I have had a weather project running on a NodeMCU ESP8266 for a while using a DHT22 for local indoor conditions and an API call to Open Weather Map for outdoor conditions. I have recently added WiFiManager from tzapu making the device portable. I can change the WiFi credentials, Blynk token and OWM location without (re)flashing the firmware on the microprocessor.

I’ve been tinkering with IotWebConf (https://github.com/prampec/IotWebConf) as a replacement for WiFiManager but can’t figure out how to get/retrieve the custom parameters. Has anyone here used IotWebConf with custom parameters and can offer some help. Thanks,

I’ve never used it, but there’s a custom parameters example. Have you tried that?

Pete.

Yes, that is the example I used to add string parameters to the EEPROM. It’s the get/retrieve I can’t figure out. Thanks.