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

It seems not to work with a Solis S5-EH1(3-6)K-L #89

Open
danielTinkiel opened this issue Nov 28, 2024 · 7 comments
Open

It seems not to work with a Solis S5-EH1(3-6)K-L #89

danielTinkiel opened this issue Nov 28, 2024 · 7 comments

Comments

@danielTinkiel
Copy link

Describe the bugI did not find any bug, but I have few questions: I have configured the address and left the port in the default port value. I heve a Solis S5-EH1(3-6)K-L, singlr phase, 5KW, with WECO batteries bank of 3x5.3KWh. Is this implementation tested on S5 series? Also, in my case I will also have some of my family members using the Solis App (via cloud) simultaneously. Can both system coexist? And finally, what is the polling frequency? Can it be adjusted?
Many thanks.
Daniel

A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@wawyed
Copy link

wawyed commented Nov 28, 2024

I have an s5 and it works fine

@danielTinkiel
Copy link
Author

danielTinkiel commented Nov 28, 2024 via email

@wawyed
Copy link

wawyed commented Nov 29, 2024

It depends on what approach are you using to connect to your inverter. If you are connecting directly to the dongle via the integration you would only get either the app working or the integration working.

@0rangutan
Copy link

The dongle can only handle one TCP/IP connection, so will only talk to one of SolisCloud or HA, whichever gets there first.

To use both simultaneously you need to implement something like this: https://github.com/alienatedsec/solis-ha-modbus-cloud
This is my setup: alienatedsec/solis-ha-modbus-cloud#24

Yes, you can tweak the polling frequency, but the default of 15 seconds works well for me.

@kiloptero
Copy link

where you can tweak the response freq?

@0rangutan
Copy link

custom_components/solis_modbus/const.py

Change "POLL_INTERVAL_SECONDS" from 15 to your preference.

@Ander3488
Copy link

Ander3488 commented Dec 5, 2024

Hi, I have a Solis Hybrid S5-EH1P6K-L and just had the latest firmware installed last night ( Inverter Version
4C004F-650000 ), which now has six charge slot times with SOC and Charge current in each slot along with six discharge slots also.
Can we have this integration updated to resolve the ability to use the new time slots please?

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