Woutrrr / Omnik-Data-Logger

Data logger for Omnik Solar Inverters
GNU General Public License v3.0
41 stars 42 forks source link

Only response from converter after manual connection #9

Closed nijboer closed 11 years ago

nijboer commented 11 years ago

When I run LiveStats.py I get:

connecting to 192.168.2.16 port 8899

But no response! When I connect with my android phone to the converter using wifi followed by an manual mode of the app I immediately get the response below but the app crashes!

ID: NLDN502012AN3070 E Today: 9.73 Total: 15.6 H Total: 26 Temp: 18.1 PV1 V: 403.4 I: 0.2 PV2 V: 419.7 I: 0.1 PV3 V: -1 I: -1 L1 P: 97 V: 220.3 I: 0.4 F: 50.03 L2 P: -1 V: -1 I: -1 F: -1 L3 P: -1 V: -1 I: -1 F: -1

Any idea?

Woutrrr commented 11 years ago

The livestats script is indeed broken. It's not using the correct inverter string, the exporting script is already updated to use the new method. I will update the livestats script next week.

nijboer commented 11 years ago

Thx a lot. I updated my local LiveStats.py using the generate_string from InverterMsg and it now works.

Now I have to see if I can get the Omnik-export to work.