Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 24.12.10_3 Connection flapping #320

Open
gedger opened this issue Dec 13, 2024 · 3 comments
Open

Release 24.12.10_3 Connection flapping #320

gedger opened this issue Dec 13, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@gedger
Copy link

gedger commented Dec 13, 2024

Description

After upgrading to 24.12.10_3 the connection never stabilises after the inverter comes back on-line. Reverting back to 24.12.10 the connection remains stable. Chart below shows connection state, the longer green Connected at 9:01 was after down grading. Reverting back to 24.12.10_3 at 9:04:30 issue re-appears.

Screenshot 2024-12-13 at 09 08 36

Reproduction Steps

Upgrading to 24.12.10_3 causes issue, reverting to 24.12.10 fixes.

Inverter Solis using custom profile.

Log

home-assistant_solarman_2024-12-13T09-07-53.893Z.log

Version

24.12.10_3

Home Assistant Version

2024.11.3

@gedger gedger added the bug Something isn't working label Dec 13, 2024
@davidrapan
Copy link
Owner

Hi @gedger, it looks like there is an error every other request w/ empty requests list. I don't know how this could have happened, but I'll look into it.

@davidrapan
Copy link
Owner

Could you try inject this code snippet into the get method in api.py:

        if scheduled_count == 0:
            return result

on the row 226, right after that _LOGGER.debug(... ?

@davidrapan davidrapan self-assigned this Dec 13, 2024
@davidrapan
Copy link
Owner

Should be fixed in v24.12.14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants