-
Notifications
You must be signed in to change notification settings - Fork 21
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
Integrated Webserver #22
Comments
Sure, its possible to add a webserver to the project. The ESP8266 has ample flash memory for such a purpose and there are a lot of projects out there that show how to do it. Currently I have no intention to add this feature myself due to lack of need and spare time to do so, but I will support anyone who is willing to do job. |
closed due to inactivity |
Hi maddevil84, |
|
Hi MasDevil84, Your request will run in parallel thus not possible with ESP8266. The solution is to migrate upon ESP32-S3 running at 240Mhz which allows to run both. I already built an ESP32-S3 firmware but not yet tested with Intex. All the steps have to reach for having this WebServer. This is ongoing. Only a matter of time. Regards |
Would it be possible (even if it's not so secure as you stated in the overview) to add a small webserver / frontend to see and set the values for testing or direct adjustment?
I am not so deep into esp or arduino programming but if somebody could do the first steps I could maybe make the frontend more secure and / or functional.
I guess many people would be interested in having the option to use a small web front-end on this device additionally or instead of the mqtt option.
I really appreciate your work so far.
Thank you and best regards maddevil84
The text was updated successfully, but these errors were encountered: