FlyingK - I had some time to start testing Sens...
I had some time to start testing SensESP v3 with the latest beta version. I had to do a couple of extra steps before
./run install-frontend
to get the frontend working.
And I had to change the path in api.routes.mock.ts fir the preload-helper as my file had a different name. Thank you very much @Matti Airas for all your efforts to develop such a great opensource solution!3 Replies
Something still seems to be off. The frontend is working locally on my PC but when I upload to my esp32 I get an AP but the captive portal is not loading and I can't access it via the browser either.
I started from scratch with the SensESP-project-template and it's working now. Has to be an issue with my own code
Thank you for the feedback!
Are you working on a custom frontend plugin? Admittedly, I haven't tested that in a while, but it will be essential for me once I start updating the SH-wg firmware... "Regular" projects shouldn't need to touch the sample-plugin directory.
I was thinking about adding some of my parameters for an epaper display (e.g. refresh interval) to a custom frontend but I am working with the standard for now