openevse_esp32_firmware icon indicating copy to clipboard operation
openevse_esp32_firmware copied to clipboard

"pilot" field does not track pilot changes due to temperature limiting

Open kimble4 opened this issue 1 year ago • 0 comments

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.

kimble4 avatar Oct 08 '24 14:10 kimble4