Tinkerforge / esp32-firmware

Firmwares for ESP32 Brick and ESP32 Ethernet Brick (including firmwares for WARP/WARP2 Charger, WARP Energy Manager)
https://www.tinkerforge.com/en/doc/Hardware/Bricks/ESP32_Ethernet_Brick.html
23 stars 20 forks source link

EVSE: Add external current watchdog? #284

Closed rtrbt closed 8 months ago

rtrbt commented 9 months ago

The charge managemer implements a watchdog for the available current API. EVSECommon could implement a similar watchdog for the external current API, allowing a user to either block or release the slot if it was not written for a long time.

rtrbt commented 8 months ago

Implemented as cron triggers.