I will add to the topic because I recently implemented a similar solution and maybe someone will find it useful. I tried to connect the Solar Sofa 12KTL-X (branded as ZCS Azzurro) to Home Assistant. Firmware v2.90. I tried to query the logger directly (LSE-3, firmware ME_0B_2701_5.06), but it didn't work - I couldn't get tired of it despite dumps of communication with solarmanpv. Finally, I used the USR-TCP232-304 from the Chinese (I had it in the closet for another project), plugged it into one of the free RS485 connectors of the inverter and connected directly via ethernet with HASS via Modbus RTU. There was no need to write any additional software. HASS has a dedicated module for this, so all you had to do was carve YAML with register configuration. If anyone needs more info, please write. I'm not publishing YAML at the moment, because I'm a novice in HASS and I don't know how good-way my solution is. The data compared with solarmanpv are identical.
I also wanted to thank you - the data with registers posted in this thread helped me a lot in configuration, and the soft from https://github.com/MichaluxPL/Sofar_LSW3.git was able to dump and display data via Modbus RTU after a slight modification.
Pros: USR-TCP232-304 - it's relatively cheap (< 30USD) and looking at the amount of work involved in assembling, for example, ESP - it pays off for me. I also wanted cable, not WiFi.
Cons: No authorization in TCP communication. It would be nice to have a separate VLAN for this.
I also wanted to thank you - the data with registers posted in this thread helped me a lot in configuration, and the soft from https://github.com/MichaluxPL/Sofar_LSW3.git was able to dump and display data via Modbus RTU after a slight modification.
Pros: USR-TCP232-304 - it's relatively cheap (< 30USD) and looking at the amount of work involved in assembling, for example, ESP - it pays off for me. I also wanted cable, not WiFi.
Cons: No authorization in TCP communication. It would be nice to have a separate VLAN for this.