rosswarren/epevermodbus

Negative temperature readings

Closed this issue · 3 comments

If any temperature (e.g. batterie temp.) drops below 0.0°C it is shown as 654.xx.

na7q commented

If any temperature (e.g. batterie temp.) drops below 0.0°C it is shown as 654.xx.

At least on my controllers, it starts at 655.35 (logically 65535) when dropping below 0. I just created an if statement in the script and subtracted 655.35 from it. Works like a charm it seems.

Thanks for reporting, this should be fixed in the latest version