You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I previously did research into using a native ESPHOME color picker, however ran into problems because the filament type is an 'led' object with ColorCapability::BRIGHTNESS hard coded.
To get a color picker either the web interface javascript would need to be modified, or a custom component would need to be made. See branch color-picker
Problem
As a user, I want to see an improved web interface
So that interactions with the esphome web UI provides a friction free user experience
Objective
Research feasibility of creating a new web interface theme that runs on the esp32
Information
The esphome library currently uses the v3 implementation of the web server component
https://esphome.io/components/web_server.html
Constraints
Requirements:
includes
compiled into the firmware (no internet required, see esphome advanced usage docsOptional:
images
folder.Resources
Additional Notes
I previously did research into using a native ESPHOME color picker, however ran into problems because the filament type is an 'led' object with
ColorCapability::BRIGHTNESS
hard coded.To get a color picker either the web interface javascript would need to be modified, or a custom component would need to be made. See branch color-picker
https://discord.com/channels/429907082951524364/524177279270780928/1299942698664333385
The text was updated successfully, but these errors were encountered: