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

Additional documentation #43

Open
brendan-pike opened this issue Jan 9, 2025 · 2 comments
Open

Additional documentation #43

brendan-pike opened this issue Jan 9, 2025 · 2 comments

Comments

@brendan-pike
Copy link

Hi, sorry for opening a ticket I wasn't sure how to contact you.

I'm a Home Assistant newbie, I'm sure for people with experience this is basic but I wanted to reach out and describe my trouble. I've just got a Sungrow SH10RS setup and will be moving to Amber provider. When looking to setup https://github.com/mkaiser/Sungrow-SHx-Inverter-Modbus-Home-Assistant I was advised somewhere that your winet is more reliable.
So I've now setup HA Core with winet / mqqt and can see in the logs its detecting my inverter and battery with the sensors fine.

But at this point I'm stuck, it seems to me that to get good control automation I should use mkaiser's setup but I have no idea how to/if its possible integrate both.

Can you please point me in the right direction?

@NickStallman
Copy link
Owner

Yep, so the mechanism this addon uses is read only so it can get all the sensor values very quickly and reliably but it can't be used for controlling the inverter directly.

I use mkaiser for control, and just comment out sections of it that get duplicate data. Modbus does have some values this addon doesn't get like "inverter mode".
Relying on Modbus too heavily can lead to the dongle crashing more often, but just fetching a couple of things plus this addon using websockets for the frequent updates seems to work fine.

@brendan-pike
Copy link
Author

Ah thank you, that explains a lot which isn't apparent without experience. Any chance you could share your config files to give me a jump start here?
I'd be happy to try and contribute back a howto for newbies like myself.

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

2 participants