-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LSW5 logger #47
Comments
Can any one help here.
I want understand How can I decode this |
Hello psunny28, Could you please send me how you get those data? Thanks |
Prerequisites
Configuration Steps
Notes
|
Got some more data too
|
I was able to find some data for logger frames @roboneci {
"Start": "a5",
"Length": 130,
"Control Code": "10 41",
"Serial": "00 03",
"Logger Serial": "35xxxxxx", // Reversed bytes to show the original serial number format
"Frame Type": "02",
"Status": "0a",
"Total Working Time": 338899928,
"Power On Time": 0,
"Offset Time": 0,
"Modbus RTU Frame": {
"Part 1": "05 3c 78 01", // To be determined based on context
"Part 2": "36 03", // To be determined based on context
"Serial Number": "LSW5BLE_17_DD01_1.23", // Decoded string
"Zeros": "00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00", // Padding zeros
"Data": "40 2a 8f 3f a2 1c", // Hex data that might need further interpretation
"IP Address": "192.x.x.x", // Decoded IP address
"Zeros 2": "00 00 00 00", // Padding zeros
"Unknown Data 1": "03 00 01 01", // To be determined based on context
"Unknown Data 2": "dd 07 00 ff", // To be determined based on context
"Version": "V1.1.00.0B", // Decoded version string
"Trailing Zeros": "00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00" // Padding zeros
},
"Checksum": "ff",
"End Code": "f7 15"
} |
Have you any idea of what register is send by the logger ? And from the remote section of the UI i cannot get a working connection. |
No I am not able to find any register values @sirhaplo I was able to get and capture some packages which solarman logger was sending to server via proxy call. I am also able to reach logger using pysolarmanv5. What I think is right now it only support certain number of inverters, It not yet supporting vast number of loggers too, It take 45 mins time to get first request. |
What firmware do you have ? |
I connected My inverter company and they said that register are stored in CRT sequence in inverter, We need to find that way to get that data. |
StephanJoubert/home_assistant_solarman#614 I see you were able to reverse proxy and get the frame data, were you able to successfully decode the frame ? I am also not able to find my sensor in sensor list Can you share the sensor list you have ? |
Finally i've read the registers from my , I did a massive brute force on all register and finally got some answers. I used the registry_scan script here : https://github.com/jmccrohan/pysolarmanv5/blob/main/examples/register_scan.py I scanned only holding registrer 500 by 500. Finally i got 3 big groups of registers with some usefull data that i decode in this way :
So the LSW5 stick is not a problem, the problem were my registers that are on very different ranges. My inverter is a Renon Power IFL06, a clone of Megarevo R06LNA. |
Hello, i decompile solarman apk, and in directory assets there are files like that: and look what is in this file. |
In my inverter/logger informations i found 2 interesting codes : There are some file with those codes in the filename ? |
Download xapk from here I have sensor list 8420, but there is no such file :/ |
Thank you, i've done and I have found those files. In your case, can you reach the inverter with the local mode in bluetooth as i explained some message before ? |
I tried to connect via bluetooth but it say |
@roboneci your and mine logger are directly sourced and they might not have Bluetooth connections enabled But I see you have a case in code for Local Connection And it goes to Case 11. I think you should try Bluetooth mode and sniff bluetooth connection transfer data via debugger logs on android. |
Does anybody have a LSW5 Firmware file? I'd like to have a look inside. |
@Kmotr if Sofar branded fw is ok, then I can provide you some LSW§ or LSW5 images... |
Sure, Sofar is ok. |
Hope it helps... |
Hello,
anyone can fetch data from logger LSW5 (sn: 350xxxxxxx) ?
Will some network dump help for debugging this logger?
Thanks for any answer.
The text was updated successfully, but these errors were encountered: