-
Notifications
You must be signed in to change notification settings - Fork 128
Description
I have an open source project for RV'ers which permits load sharing between their RV and EV charger. ( EV4RV.org ) The system works by adding an energy monitor to the RV's incoming power feed and calculating 'spare' current, after deducting 10% overhead for the breaker, it sends the remainder value over MQTT RAPI ( $SC ) to the OpenEVSE.
The code detects an absence of current feed from the energy monitor and disables the EVSE ( $FD ) on this loss of feed and re-enables the EVSE ( $FE ) when energy readings return. However, there's nothing that protects the upstream breaker should the OpenEVSE lose comms to the MQTT server.
The request is -- An option provided in the MQTT config dialog to disable the EVSE after X seconds of no MQTT connection ( 30 seconds seems sane ), then re-enable once a connection is re-established.