tbnobody / OpenDTU

Software for ESP32 to talk to Hoymiles/TSUN/Solenso Inverters
GNU General Public License v2.0
1.79k stars 498 forks source link

Limit Value of inverter displayed wrong #2003

Closed schwidl closed 4 months ago

schwidl commented 4 months ago

What happened?

After restarting of openDTU, the Limit of one inverter is displayed 0%, but the inverter is producing something. The permanent limit of the inverter is definetly set to 100%. After around 5 minutes, the displayed limit changes to 100%.

To Reproduce Bug

Just restart the openDTU and watch the limits of the inverters. They are not displaying the real limit. Limit0_Power161W

After arround 5 minutes, this is displayed: Limit100_AfterSeveralMinutes

Expected Behavior

I expect the limit value to display correctly from the beginning and not needing several minutes to display correctly.

Install Method

Pre-Compiled binary from GitHub

What git-hash/version of OpenDTU?

v24.5.6

Relevant log/trace output

No response

Anything else?

No response

tbnobody commented 4 months ago

Thats normal behavior. The limit can only read every 4min without flooding the event log with error messages. Therefor there is a waiting time of 4 minutes before reading the value.

schwidl commented 4 months ago

Alright, then it´s a feature. Thanks!

github-actions[bot] commented 3 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion or issue for related concerns.