openevse_esp32_firmware
openevse_esp32_firmware copied to clipboard
"pilot" field does not track pilot changes due to temperature limiting
I'm not sure why this is happening, but while experimenting with the EVSE's temperature limiting, I noticed that if the EVSE reduces the pilot current due to high temperature, this isn't reflected by the pilot field on the sensors web page, or the MQTT "pilot" field.
It looks okay on the RAPI log: eg: current limit set to 11A, normal temperature:
$GC^20
$OK 6 32 11 13^15
After temperature limiting begins:
$GC^20
$OK 6 32 6 13^23
But "pilot" remains at 11A.