KipK / openevse-gui-v2

OpenEVSE WiFi Gateway User Interface (V2)
BSD 2-Clause "Simplified" License
5 stars 2 forks source link

About states colors #13

Open KipK opened 1 year ago

KipK commented 1 year ago

On the old UI, I thought there was too much state color displayed around the status bar, make it confusing. To keep it clear for users, I propose to keep only 3 color states:

image

OpenEVSE WiFi

Any thoughts on it ? @jeremypoulter @fhteagle

jeremypoulter commented 1 year ago

The colours around the status match the LCD/LED colours which is important for the US market

KipK commented 1 year ago

Do we have to keep that on new UI?

I mean, using blue for bolt icon , won't be really en phase

jeremypoulter commented 1 year ago

I don't think we have to keep the colours in the UI, but there is a level of consistency with the LCD/LED (which are mandatory) if we do

fhteagle commented 1 year ago

I really do not have a lot of preference about this. I personally rarely look at the physical display of the unit, and could not tell you what color means what on the display. So if even a very detail oriented person like me does not care, well......

Having the color meaning be consistent between the GUI and the display is nice on principle of course.

KipK commented 1 year ago

@glynhudson @chris1howell could we consider changing the lcd led colors to more explicit ones? I mean, Red -> Error is ok, but I'd rather have yellow -> charging, blue -> sleeping, green -> active and would match new UI better.

chris1howell commented 1 year ago

LCD colors are limited.

We have 3 LEDs that can be ON or OFF

So we have R0 G0 B0 backlight off R1 G0 B0 RED (ERROR) R1 G1 B0 PURPLE (SLEEP) R1 G0 B1 YELLOW (Connected) R0 G1 B0 GREEN (Ready) R0 G1 B1 CYAN (Charging) R0 G0 B1 BLUE (very dark not used) R1 G1 B1 WHITE

I believe we have to use Green for ready, Red for error and blue for charging but I will have to look at the specs.

On Wed, Mar 29, 2023, 9:04 AM Guillaume S @.***> wrote:

@glynhudson https://github.com/glynhudson @chris1howell https://github.com/chris1howell could we consider changing the lcd led colors to more explicit ones? I mean, Red -> Error is ok, but I'd rather have yellow -> charging, blue -> sleeping, green -> active and would match new UI better.

— Reply to this email directly, view it on GitHub https://github.com/KipK/openevse-gui-v2/issues/13#issuecomment-1488683944, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAN5QHZ4GWRQ256CQ4W4SR3W6Q6NPANCNFSM6AAAAAASHYGOI4 . You are receiving this because you were mentioned.Message ID: @.***>

KipK commented 1 year ago

I've changed few things on state colors in UI to be consistent with leds.

Green, available, Yellow connected, fading from yellow to cyan blue while charging , red error states.

Also, @chris1howell I've put back the old logo. It's awful but let start with it for now. :) That should be all good in latest gui_v2 daily build