Patrick762 / hassio-bluetti-bt

Bluetti Integration for Home Assistant
MIT License
30 stars 9 forks source link

AC500: Version up to 0.0.23: Scaling wrong for three "Internal DC Input" entities #98

Closed ItsMe00007 closed 1 month ago

ItsMe00007 commented 1 month ago

Hi, the scaling for the Internal DC Input is still wrong:

Bildschirmfoto 2024-05-06 um 07 54 37

"Internal DC Input Current": x10, should be 2,2A instead of 0,22A "Internal DC Input Power": x10, should be 225W instead of 22,5W "Internal DC Input Voltage": /10, should be 101,5V instead of 1015V

sibelle-labs commented 1 month ago

Hi, Same on AC300 Series. Thanks a lot

Patrick762 commented 1 month ago

0.0.24 should fix the voltage. I'll do the other values tomorrow when the sun is up

Patrick762 commented 1 month ago

It seems to me like those values are the separate solar strings.

For example I got:

The big question now is, which of the two strings is this and where can we find the other one?

I also saw some problems with the internalpower* sensors. Those where uint and should be int so they can be negative, otherwise there are values above 65000

Patrick762 commented 1 month ago

@ItsMe00007 Which string are you using currently?

Patrick762 commented 1 month ago

Release 0.1 is now out and should fix this issue

ItsMe00007 commented 1 month ago

@ItsMe00007 Which string are you using currently?

I have one string with 3x375W modules and one string with 3x405W modules.

If I click on "PV" in the App I can see both PV Input's and DC1 matches the Internal DC Input. But up to now nobody has found the DC2 (PV2) registers.

I have tried to create debug outputs during the time I press on the "PV" button, but if I connect the App via Bluetooth then I cannot connect via Bluetooth from the HA. And if i use the App via the Bluetti Server, then I have no debug Log's from the time I press on the "PV" button.

ItsMe00007 commented 1 month ago

Problem solved with 0.1. Great Job Patrick

ItsMe00007 commented 1 month ago

Problem solved with 0.1.