StephanJoubert / home_assistant_solarman

Home Assistant component for Solarman collectors used with a variety of inverters.
Apache License 2.0
536 stars 196 forks source link

Connection problem 1PH HYD6000 ZSS HP inverter #160

Open Simonik71 opened 1 year ago

Simonik71 commented 1 year ago

Hi all I have an inverter 1PH HYD6000 ZSS HP with S/N starting with: 239xxxx. The script doesn't work, i get: "Solarman status_connection" -> "disconnected". Could you plese send me any suggestion ? Regards

giuliovialetto commented 6 months ago

Hello, I started to create a sofar_g1hyd.yaml by removing lot ( if not all ) of "T" "R" and "S" entities. There are some that return a value also if are labeled with those letter. I would like to know if there is some paper that explain the meaning o some of this entities. I cannot find, for example a value that tell me how much power my PV are sending to the grid or others. I know it's a little off topic but maybe you can, as side note, help me in this. here the file: sofar_g1hyd.yaml.gz

Hi @Pigi-102, I will share with you the file that i found surfing the web. Use it carrefully because also the installer writing addresses are mapped. Please consider to use only the EndUser registers. The SpreadSheet is in Chinese, on the third sheet there is the entire map. Link In order to correctly map the 1Ph respect to 3Ph you do not have to remove all reference at T, R ans S phase because in that way the information you want will be lost. Consider instead to remove all reference to T and S phases and rename the R information removing the _R. This will produece a configuration file close to the final one, the only thing to add will be to remove the addresses ask to the modbus but it is something that could be done later. Hope to give you the information searched. I hope also to find the time needed to share with all of you the inverter control capability I told you before. This just a screen :) image image

Hi @TommasoPino is this available to manage inverter from HomeAssistant?

Hello @giuliovialetto, everyone,

I finally had time to fork this repo and apply what I made. The following is the repo where at the moment I had control of "Inverter Storage Mode" and recently I added also a button to trigger the scan on the IV curve to find a better working point. I need to add this because the secondary PV string did not work properly (now the problem seems to be solved with an automation that presses the button every 30 minutes)

https://github.com/TommasoPino/home_assistant_solarman_w_control

I hope someone else could help me to continue the activity.

Have a good time everyone, Tommaso

Thank you Tommaso!