danimtb / sonoff-danimtb

Alternative firmware for Itead Sonoff (ESP8266/ESP8285 based) devices to use them in Home Assistant
12 stars 3 forks source link

Create WebServer with html page for wifi AP mode #14

Closed danimtb closed 7 years ago

danimtb commented 7 years ago

https://github.com/me-no-dev/ESPAsyncWebServer

danimtb commented 7 years ago

Usable in both Wifi AP and STA modes

danimtb commented 7 years ago

INFO

Network Settings

MQTT settings

Device Data

danimtb commented 7 years ago
danimtb commented 7 years ago

HTML to string: http://tutorial.cytron.com.my/2015/07/30/esp8266-tutorial-part-iii-customise-your-web-server-with-arduino/

danimtb commented 7 years ago

Handle html input: http://www.esp8266.com/viewtopic.php?f=8&t=4345

danimtb commented 7 years ago

Webserver in AP mode: http://circuits4you.com/2016/12/16/esp8266-web-server-html/

danimtb commented 7 years ago

Javascript GET: https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/Synchronous_and_Asynchronous_Requests Javascript JSON: http://stackoverflow.com/questions/4935632/parse-json-in-javascript Javascript onload: http://stackoverflow.com/questions/3842614/how-do-i-call-a-javascript-function-on-page-load