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

Please add support for 3rd battery #149

Open
Thebasestar opened this issue Mar 19, 2023 · 7 comments
Open

Please add support for 3rd battery #149

Thebasestar opened this issue Mar 19, 2023 · 7 comments

Comments

@Thebasestar
Copy link
Contributor

Hi, can you please add support for 3rd battery? i own a setup with se6000h+3x se batterybank and i have no way to setup energy dashboard on HA cause of missing data from 3rd battery (calculated sensor etc )
My setup is all modbus connected (no energynet) and i can see values of all 3 batteries on SE cloud monitoring platform. (read somewhere 3rd battery datas are not available from modbus)

Many thanks for your great job

@jovana
Copy link

jovana commented May 18, 2023

You can check this more up to date repo, probably it has already support for the 3rd battery: WillCodeForCats/solaredge-modbus-multi#296

@mpredfearn
Copy link
Contributor

Nope, unfortunately this is a limitation of the (published) modbus register specification from Solaredge. There is no third battery in the specification and therefore it is impossible to support.

@regardts-hub
Copy link

Nope, unfortunately this is a limitation of the (published) modbus register specification from Solaredge. There is no third battery in the specification and therefore it is impossible to support.

The 3rd battery has an offset of +0x0200 on top of battery 2. I.e. Battery 3 State of Energy = 0xe484

@Thebasestar
Copy link
Contributor Author

Nope, unfortunately this is a limitation of the (published) modbus register specification from Solaredge. There is no third battery in the specification and therefore it is impossible to support.

The 3rd battery has an offset of +0x0200 on top of battery 2. I.e. Battery 3 State of Energy = 0xe484

Great, you made my day!!!!!
Lets hope binsetsu implement it soon.
Thanks again

@Thebasestar
Copy link
Contributor Author

Thebasestar commented Jan 20, 2024

Well for everybody needings, i made this modification by myself, and it work well adding battery 3 values to homeassistant.
I'm not an expert of github, i ve just made copy paste adding strings missing for 3rd battery, but i'd like to share to all if possible,
@binsentsu i'm here if you want.

I made a fork , only en lang, hope it work

@binsentsu
Copy link
Owner

binsentsu commented Jan 20, 2024

If ready, you can make a pull request

@Thebasestar
Copy link
Contributor Author

Done, right i hope

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

No branches or pull requests

5 participants