The colour MQTT value was just added by a developer in the UK, you would need to browse the WiFi firmware to decode. Alternatively, You can setup a color dashboard based on state.
// EVSE states for m_EvseState
White
#defineEVSE_STATE_UNKNOWN0x00
Green
#defineEVSE_STATE_A0x01// vehicle state A 12V - not connected
Yellow
#defineEVSE_STATE_B0x02// vehicle state B 9V - connected, ready
Blue
#defineEVSE_STATE_C0x03// vehicle state C 6V - charging
Red
#defineEVSE_STATE_D0x04// vehicle state D 3V - vent required
007Bond
Could not find this info anywhere.
Assume colour = 2 is Green
What are the rest only way to example find Red would be to cause an error. I prefer not to do that if there is a doc or list somewhere.
Building a dashboard and wanted to match the colors of the dashboard with the display color.
Thanks
If there is any other info out there on mqtt that may be helpful a link would be great.