StephanJoubert / home_assistant_solarman

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

Modify lsw3_yaml #472

Open Picard2002 opened 6 months ago

Picard2002 commented 6 months ago

Hello, due to the impossibility of being able to obtain data from my sofar 5KTLM G3 inverter, I have been applying modifications from other users to the sofar_lsw3.yaml file, I have obtained different results, but that gives me hope that an expert can help us. By modifying this file with this code https://gist.github.com/gushcs/223ca2c61af2d345238d286746617650I get some data, but I have a ddzy422-d2 meter that should provide me with additional information, such as the amount of energy poured into the grid, but this modification, https://gist.github.com/gushcs/223ca2c61af2d345238d286746617650It is not made for the modbus connection with the meter, I have uncommented some lines of the code to try if I could obtain the data from the meter, I would appreciate the collaboration of some expert to be able to have the integration fully functional, thank you

ajgball commented 6 months ago

Hi I have the 6KTLM G2 inverter and am able to get all data except the grid output using the sofar_lsw3.yaml file. I had to add a CT clamp to my inverter to measure the output power going to grid. I will niw attempt to add this to the yaml file

Picard2002 commented 6 months ago

I have managed to obtain this data in real time, using zcs_azzurro-ktl.v3.yaml as custom_parameters.yaml, but I do not have instantaneous production data, only total production of the day and total accumulated production, I do not obtain consumption or discharge data to the network , I believed that having a WiFi wattmeter (solarman ddzy 422-d2) the integration would also provide them to me, it would be of great help if someone who understood the system would publish how to obtain that consumption and discharge data. thank you

HA_Capture

mrlordziemniak commented 5 months ago

i have meter and tried to modify custom_parameters for this meter https://github.com/kbialek/deye-inverter-mqtt/blob/main/docs/metric_group_igen_dtsd422.md

`requests:

parameters:

`

and for now it is working, but i have no data from total positive energy, im still testing and trying :)