Pho3niX90 / solis_modbus

Home Assistant HACS integration for Solis inverters
26 stars 5 forks source link

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

Open danielTinkiel opened 3 days ago

danielTinkiel commented 3 days ago

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):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

wawyed commented 3 days ago

I have an s5 and it works fine

danielTinkiel commented 3 days ago

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 GitHubhttps://github.com/Pho3niX90/solis_modbus/issues/89#issuecomment-2506841506, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BFC5OEOIHPBP4DHV6UZ6CBL2C6PEZAVCNFSM6AAAAABSVYNUQ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBWHA2DCNJQGY. You are receiving this because you authored the thread.Message ID: @.***>

wawyed commented 3 days ago

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 commented 3 days ago

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: https://github.com/alienatedsec/solis-ha-modbus-cloud/discussions/24

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

kiloptero commented 1 day ago

where you can tweak the response freq?

0rangutan commented 1 day ago

custom_components/solis_modbus/const.py

Change "POLL_INTERVAL_SECONDS" from 15 to your preference.