Sorry, but currently, it is not implemented. The way the code is structured, the connection state is not stored when it’s sleeping. You would have to implement a new RAPI command to interpret the current pilot voltage, and return the current connection state.
--
You received this message because you are subscribed to the Google Groups "OpenEVSE" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openevse+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
0 = EVSE_STATE_UNKNOWN
In certain situations, the code temporarily sets the state to unknown until the status is updated, for instance when waking up from sleep or when an EV is disconnected after a fault. The status will be updated in the next loop
--
--