StephanJoubert / home_assistant_solarman

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

11KTLX-G with LSW-3 download problem #25

Open paku2020 opened 2 years ago

paku2020 commented 2 years ago

Hi.

Thanks for the integration, great job :) I wanted to run it in my installation. Yesterday I launched Sofar 11KTLX-G with LSW-3 usb wifi. The logger is in the LSW3_15_270A_1.32 software version. The problem is that the HA is downloading strange data or not. They are all zeros. Look: image or image See "Installation of PV-SofarSolar Total generation time" 3 932 176 h? :) Something is wrong.

The installation works fine and is fine. The inverter does not display errors and is generating electricity. Does anyone have a similar problem?

greetings

StephanJoubert commented 2 years ago

Hi @paku2020 , can you confirm that you specified the sofar_lsw.yaml file in the configuration. If not it will default to deye and the parameters will be zeros.

  - platform: .....
    name: ...
    inverter_host: ...
    inverter_port: ...
    inverter_serial: ...
    scan_interval: ...
    lookup_file: sofar_lsw3.yaml <-- this parameter
paku2020 commented 2 years ago

Hi, That's what I defined :) Today I did the integration again, from scratch. It looks like: image image image I have a new version of 11KTLX-G3. Maybe this is the problem?

pelemarse commented 2 years ago

The same problem. Maybe anyone has an idea how to fix it?

StephanJoubert commented 2 years ago

Hi @pelemarse @paku2020 , I see that @dsgepers managed to get this right (see issue https://github.com/StephanJoubert/home_assistant_solarman/issues/27 ). Have you managed to solve?

pelemarse commented 2 years ago

#27 bad configuration ip address. In this case everything is fine with IP, I know registry 0000 is read well, but there are problems with other registries. I have the same equipment 11KTLX-G with LSW-3.

paku2020 commented 2 years ago

@StephanJoubert Hi, In my case, the IP address is correct. Even some data is backed up from the inverter.

i-jk commented 1 year ago

I have exactly this issue with a new Sofar KTLM-G3 - exactly the same data corruption noted above by @paku2020. IP and other config is correct.

Is there a different data format for newer inverters or loggers?

vytasmk commented 1 year ago

Totally same problem. Inverter: 12KTLX-G3 Logger: LSW3_15_270A_1.53 (Serial: 236xxxxxxx)

Was playing with different registers but no luck. At least it shows something, but not was expected. And there is no information what registers means what. Have found an old (2017) PDF with register table but they not work.

Hope somebody will find solution to this...

nrc04 commented 1 year ago

Hello try with this registers, should be ok

`requests:

then see here SOFAR-G3.External.Modbus.Protocol-Engilsh-V211103.xlsx

mayor89 commented 1 year ago

Hi. I have LSMW3_15_270A_1.50 and SOFAR 8.8KTLX-G3 and same issue. Has anyone solved it please? I think it might be the registers. But I dont know what to use. ?..?

waaslandwolf commented 1 year ago

You might want to try this: https://gist.github.com/Floppe/83365483954d8bcee8d8854eeb3fa818

waaslandwolf commented 1 year ago

I have the same setup (LSMW3_15_270A_1.50 and SOFAR 8.8KTLX-G3) and same issue. I also tried this yaml file but it also doesn't work: https://gist.github.com/Floppe/83365483954d8bcee8d8854eeb3fa818#gistcomment-4584361

waaslandwolf commented 1 year ago

I finally got it working with this file: custom_parameters.yaml.txt (with LSMW3_15_270A_1.50 and SOFAR 8.8KTLX-G3)