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

Charge manager: Don't allow setting the maximum current to 0 A. #305

Open rtrbt opened 7 months ago

MattiasTF commented 2 months ago

This can now only be enforced in the front-end. It cannot be enforced in the back-end anymore because the config is now split across different pages. If the maximum current is checked in the config’s validator or the value has a non-zero minimum value attached, attempting to save the “Charge management” page with no maximum current set on the “Chargers” page will fail with an unhelpful error message.