dingo35 / SmartEVSE-3.5

Smart Electric Vehicle Charging Station (EVSE)
MIT License
38 stars 13 forks source link

Fix issue with updating MaxSumMains over MQTT #39

Closed devdems closed 3 months ago

devdems commented 3 months ago

Fixing an issue with setting MaxSumMains from 10A - 600A

devdems commented 3 months ago

https://github.com/dingo35/SmartEVSE-3.5/blob/6ce9c01c399cf6d725cd4fdddf579ebd1558cb0e/SmartEVSE-3/src/evse.cpp#L4023

If you have a look at setting this attribute with API there is no 10* multiplication done. The same should be with MQTT.

dingo35 commented 3 months ago

Thanks for your bugfix!