Better visual information with a led bar #891
jdgarcia99
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
That is great, LED animations are something we are definitely missing, it would be great if you could raise a PR for this. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Resynced with Global master. Now PR is #899) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I missed some visual effects other market chargers have with regards what the EVSE is doing, so I decided to modify mine to improve a little bit the user experience.
IMHO led bars are powerfull as they can show you the EVSE status in a nutshell, this is EVSE status, errors and, in particular, EVSE activity when charging a car.
I decided to try with led strips and adding the WS2812FX library for led effects, so when my car is loading, the OpenEVSE shows a bar animation that syncs with the current flow amps (the more amps, the more speed on the animation).
In case of any special error such as no with or network connection, the bar blinks to show special event to take action.
The color of the bar is synced with the OpenEVSE colors, so at this point this is pretty much familiar for any OpenEVSE user.
Also led bar bright is in sync with bright level from OpenEVSE so you can adjust bright intensity directly from regular web interface.
To do this, only had to modify the LedManagerTask source to introduce this new user interaction through the led bar.
Here is a video and some pictures of the OpenEVSE working with this modification.
OpenEVSE_LedBar.mov
In the event of more people interested I can Pull to the project
Beta Was this translation helpful? Give feedback.
All reactions