Skip to content
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

Closed
maddevil84 opened this issue Nov 11, 2022 · 5 comments
Closed

Integrated Webserver #22

maddevil84 opened this issue Nov 11, 2022 · 5 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@maddevil84
Copy link

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

@maddevil84 maddevil84 changed the title Tiny webserver to use instead of mqtt Tiny webserver to use instead or additionally to mqtt Nov 11, 2022
@jnsbyr
Copy link
Owner

jnsbyr commented Nov 12, 2022

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.

@jnsbyr jnsbyr changed the title Tiny webserver to use instead or additionally to mqtt Integratated Webserver Nov 12, 2022
@jnsbyr jnsbyr added enhancement New feature or request help wanted Extra attention is needed labels Nov 12, 2022
@jnsbyr jnsbyr changed the title Integratated Webserver Integrated Webserver Nov 12, 2022
@jnsbyr
Copy link
Owner

jnsbyr commented Aug 4, 2023

closed due to inactivity

@jnsbyr jnsbyr closed this as not planned Won't fix, can't repro, duplicate, stale Aug 4, 2023
@titolini72
Copy link

Hi maddevil84,
Is you request to have an HTTP Front end service instead of MQTT. Like a web page to control SPA ?

@maddevil84
Copy link
Author

maddevil84 commented Nov 28, 2024

Hi maddevil84, Is you request to have an HTTP Front end service instead of MQTT. Like a web page to control SPA ?
@titolini72
Hi, the request was to have a small web page it in addition. Maybe like it is done for "Tasmota". There you have a small and simple web interface and the possibility to use MQTT.

@titolini72
Copy link

Hi MasDevil84,
Yes this is my understanding. Today I try to pull the new WifiManager with author, based on 8266.
This is a way to setup WiFi and MQTT settings without programmer need. This step is exclusive in the way when WifiManager works, MQTT doesn’t and the other round.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants