XtheOne / Inverter-Data-Logger

Data logger for Omnik/Hosola and other Solarman Wi-Fi kit powered Solar Inverters
GNU General Public License v3.0
116 stars 28 forks source link

Any idea how to handle an Omnik with SN 640xxxxxx ? #28

Open hermanvanderhoek opened 5 years ago

hermanvanderhoek commented 5 years ago

I'm having an OmnikSol 4k-TL3, single fase, 2MPPT with a serial number that starts with 640. I'm able to ping the IP-address of the inverter, but when I run the python script the connection times out. Any idea how to solve this?

XtheOne commented 5 years ago

The protocol has changed. When the script was developed the Frame format was V4. iGEN has moved to Frame format V5. iGEN and Omnik did not help me in any way up till now. I have some clues from the iGEN android app but V5 is not working in this app also. Only partial implementation.

hermanvanderhoek commented 5 years ago

Hmmm, that's a pity.... Was on my way to write my own app in Delphi :-( Thanks for the reply any way!

XtheOne commented 5 years ago

I am still trying but the first step is to figure out the format of the frame which triggers the logger to return current inverter data. Parsing the data itself is not that difficult.

hermanvanderhoek commented 5 years ago

I found the thread about V5 support.....Reading it now...