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

Remove not needed StorEdge class #111

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

milkotodorov
Copy link

@milkotodorov milkotodorov commented Jan 16, 2025

Remove not needed StorEdge class and its related little_endian_registers structure as it is related to StorEdge class.

Issue discussed in #110

Remove `little_endian_registers` structure as it was related to `StorEdge` class.
@herbi3
Copy link
Contributor

herbi3 commented Jan 16, 2025

Bad idea to remove this part.

This is related to the inverter data, not batteries. StorEdge is for batteries, the batteries are controlled by the inverter.

So it is correct in calling inverter.read_all() or whatever value instead and to maintain simplicity. Now you would have to read StorEdge.read_all() at the same time and merge the data after.

Suggestion is to remove the StorEdge class.

@milkotodorov
Copy link
Author

When the next release is planned to be published?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants