revk / ESP32-RevK

My tools for ESP32 projects under ESP-IDF
GNU General Public License v3.0
7 stars 6 forks source link

Simpler settings web interface #12

Closed revk closed 1 year ago

revk commented 1 year ago

Only concern being this allows all settings via web socket or get/post with not authentication. But given we allow mqtt settings this way and then via mqtt you can change all settings, this is not an extra security risk. We have an option to restrict web access, so.

revk commented 1 year ago

The restrict is applied at the app level, including "/wifi" or not.

Done

Sonic-Amiga commented 1 year ago

I see you implemented a direct query-2-json converter, correct ? Thank you for your great cooperation; my project is dormant at the moment because i'm satisfied with how it currently functions; so i am moving on to other things. Nobody except myself is interested anyways, so broken OTA can wait.

And i'm just too lazy to disassemble my first working AC and remove original online controller for experimentation, to figure out sleep vs auto finally. Yes, appears not trivial, dumping didn't really help.

revk commented 1 year ago

Yes. Simple (all fields are strings) but does the job.

Just dawned on me I am not handling + to space. Will fix shortly.