Start a new topic

mqtt colours =

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.


2= Green

3= Yellow

6= Blue


Anyone know Red?


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
Red
#defineEVSE_FAULT_STATE_BEGIN EVSE_STATE_D
Red
#defineEVSE_STATE_DIODE_CHK_FAILED0x05// diode check failed
Red
#defineEVSE_STATE_GFCI_FAULT0x06// GFCI fault
Red
#defineEVSE_STATE_NO_GROUND0x07//bad ground
Red
#defineEVSE_STATE_STUCK_RELAY0x08//stuck relay
Red
#defineEVSE_STATE_GFI_TEST_FAILED0x09// GFI self-test failure
Red
#defineEVSE_STATE_OVER_TEMPERATURE0x0A// over temperature error shutdown
Red
#defineEVSE_STATE_OVER_CURRENT0x0B// over current error shutdown
Red
#defineEVSE_FAULT_STATE_END EVSE_STATE_OVER_CURRENT 0x0C// 


Purple#defineEVSE_STATE_SLEEPING0xfe// waiting for timer
Red#defineEVSE_STATE_DISABLED0xff// disabled



Login or Signup to post a comment