-
Notifications
You must be signed in to change notification settings - Fork 5
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
Comments
I have an s5 and it works fine |
Thanks a lot for your quick response. The only point pending is about the possibility of concurrent use of the Solis App and your great integration. Will the APP still work if I monitor and operate my Solis Hybrid inverter through Home Assistant while other family member monitor the system via the APP?
Thanks again.
Kind regards,
Daniel
Daniel Tinkiel
10 King Edward Park,
Bray, Co. Wicklow, A98EC52
Ireland
+353 86 382 3929
…________________________________
From: wawyed ***@***.***>
Sent: Thursday 28 November 2024 23:10
To: Pho3niX90/solis_modbus ***@***.***>
Cc: danielTinkiel ***@***.***>; Author ***@***.***>
Subject: Re: [Pho3niX90/solis_modbus] It seems not to work with a Solis S5-EH1(3-6)K-L (Issue #89)
I have an s5 and it works fine
—
Reply to this email directly, view it on GitHub<#89 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BFC5OEOIHPBP4DHV6UZ6CBL2C6PEZAVCNFSM6AAAAABSVYNUQ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBWHA2DCNJQGY>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
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. |
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 Yes, you can tweak the polling frequency, but the default of 15 seconds works well for me. |
where you can tweak the response freq? |
custom_components/solis_modbus/const.py Change "POLL_INTERVAL_SECONDS" from 15 to your preference. |
Hi, I have a Solis Hybrid S5-EH1P6K-L and just had the latest firmware installed last night ( Inverter Version |
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:
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):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: