Closed StWiemann closed 2 years ago
You'll need to also run the PlatformIO tasks "Upload Filesystem" and possibly also "Erase Flash" (but you can first try without it). "Not Found" relates to the template files not being found as they are uploaded to the flash with this task.
Thank you that helped to get the web-page. In addition to make it work I had to do this for anybody having the same problem: https://github.com/platformio/platform-espressif8266/issues/263#issuecomment-1081177511
Unfortunately the device does not save the set-temperature and PID-values now. Haven't figured that one out yet. But the inital Problem ist solved.
We haven't seen this before I think, which OS is this on? Saving not being persistent is usually because "Erase Flash" was not used (only works via USB)
Win 11, VSC 1.71.2, PlatformIO Core 6.1.4 Home 3.4.3 I assumed that the switch to littlefs already did erase the flash, but I guess I'll have to give USB a try then, thank you!
I just upgraded the code of my ESP8266 to get rid of Blynk. OTA worked after disabling the fire-wall, I was able to flash the device (multiple times). Also I got to the point where I could connect to the MCU via access point mode and I entered my WiFi credentials. Now the MCU starts but when I browse to the IP of the Machine, I only get 404 (Not Found). It seems like the webserver didn't start correctly. I am able however to navigate to http:///temperatures and get the temperatures.
I did not yet try to flash it over USB, because I didn't want to open the machine.
Is there any experience with this kind of behaviour?
I do have the Silvia E, only PID with a DS18B20 as sensor. My config looks like this:
Thank you!