OpenEVSE / openevse_esp32_firmware

OpenEVSE V4 WiFi gateway using ESP32
170 stars 112 forks source link

Monitoring: Voltage with too many decimals #718

Open dml33 opened 1 year ago

dml33 commented 1 year ago

Hi.

I am running v4.2.2:

image

and I am noticing that there is a small issue with the voltage shown in the Monitoring section.

I am sending via MQTT the current_voltage topic with just one decimal (228.61). But, OpenEVSE is recalculating it with 8 decimals (MQTT topic voltage: 228.6000061) and it is also shown with 8 decimals (228.6000061) in the GUI v2:

image

Maybe there is small issue there.

Thanks.

dml33 commented 1 year ago

Hi.

It is still happening in v5.0.0

image

image

Thanks

KristianDebrenti commented 1 year ago

I confirm. Screenshot_20231001_095957_Chrome

dml33 commented 11 months ago

I can confirm that this issue still happens with v5.0.2 firmware.

image