rosswarren / epevermodbus

Python library for communicating with EPever solar charge controllers
MIT License
43 stars 18 forks source link

Negative temperature readings #11

Closed gerd289 closed 1 year ago

gerd289 commented 1 year ago

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

na7q commented 1 year ago

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.

rosswarren commented 1 year ago

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

gerd289 commented 1 year ago

Thanks for fixing. I will give it a try within a few days.

Von: Ross Warren @. Gesendet: Montag, 2. Januar 2023 14:53 An: rosswarren/epevermodbus @.> Cc: gerd289 @.>; Author @.> Betreff: Re: [rosswarren/epevermodbus] Negative temperature readings (Issue #11)

Thanks for reporting, this should be fixed in the latest version — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>