lumapu / ahoy

Various tools, examples, and documentation for communicating with Hoymiles microinverters
https://ahoydtu.de
Other
947 stars 222 forks source link

Incorrect power control value after update #1351

Open haraldhotzbehofsits opened 8 months ago

haraldhotzbehofsits commented 8 months ago

Platform

ESP8266

Assembly

I did the assebly by myself

nRF24L01+ Module

No response

Antenna

circuit board

Power Stabilization

Elko (~100uF)

Connection picture

Version

0.8.52

Github Hash

455d29a

Build & Flash Method

AhoyDTU Webinstaller

Setup

-

Debug Serial Log output

-

Error description

Power has been at 100% before with 0.8.36, after update to 0.8.52 the live view shows 10%, manual change to 100% brings it back to 100%.

image

lumapu commented 8 months ago

yes there has been a change recently. I introduced one decimal place for the power limit. Since then the limit has to be multiplied by 10 if it is set from MqTT.

Example: target limit: 87.9% send limit: 879

The documentation about that is missing, for that reason I added the "documentation" label to this issue

haraldhotzbehofsits commented 8 months ago

I recogniced that today, that my power limiter is broken by that change, now I know where to fix it.