ESPecial
ESPecial copied to clipboard
ESP32 automation with web interface and telegram bot
This is simplest Automation for ESP devices I have seen. Is it possible to add device ID to option selection at front end? It will be very useful to control...
Async web server does not handle parameters in URI. So I had to fall back to query parameters, which is not really restful. So I need to add some kind...
can not setup MQTT parameters some parameters as below. Friendly name:bld Host:test.mosquitto.org port:1883 User:lyx Password:12345678 Topic:v1/devices/me/telemetry but these parameters can not set
i am not sure since it is the C++! but in file: `ServerHandler.cpp` in `void ServerHandler::streamJpg(AsyncWebServerRequest *request)` i think this` if(!response)` should be this: well lets make it hole! ```...