esphome-webserver
esphome-webserver copied to clipboard
A Lit Element web component frontend for the ESPHome web_server.
The v3 web version looks great, but toggling a setting only works once. Refreshing the web page lets the toggle work once again. Not sure if I need to explicitly...
With the latest version of ESPHome, the v3 devices page can be used via config: ```yaml web_server: version: 3 ``` If you do not have the latest version of ESPHome...
We need a way to show the current state. 
ota shows even if ota is not specified in the config
We need a way to show the current state. 
sliders and select not usable 
Work in progress. Adds webui for https://github.com/esphome/feature-requests/issues/1918 based on https://github.com/tiny-pilot/tinypilot
This is a documentation issue for users like me that use esphome devices off-internet and away from the machine that is used to compile and link the yaml. I had...
It is just demo. Even with 20MTU it is usable. Works way better with bigger MTU. Probably it would be also possible to add compression. https://github.com/user-attachments/assets/28520535-cb62-463f-9779-cc21a887bf11
### The problem With [web interface v3](https://esphome.io/components/web_server.html), the [Climate/PID](https://esphome.io/components/climate/pid) UI is crammed into too small a space. Because of this, the setpoint slider has not enough space to actually slide....