-
Notifications
You must be signed in to change notification settings - Fork 42
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
Omnik S/N starting with 641 and no data from inverter #36
Comments
I have a simalar issue with my Omrik inverter. 019-03-21 09:51:25,353 DEBUG Importing output plugin Livestats.py is working fine... |
Same here with S/N starting with 6372 any idea to solve File "OmnikExport.py", line 170, in |
Did you found a solution? |
Same issue for me.. python LiveStats.py |
Maybe this can help? |
I face the same problem, does anyone found the tcp request for SN 643xxxxxx ? Status page lacks many usefull data. |
I was able to change the IP address of omni server a and use mine, using https://github.com/XtheOne/Inverter-Data-Logger.git in server listen mode. Thought data received are pretty wrong :( |
I am having exactly this same issue anyone got through this. |
This week received a new inverter with a serial number started with 641.
After update the config file with IP and serial and the output the following error
pi@raspberrypi3:~/inverter $ python LiveStats.py
2019-03-02 11:12:01,513 DEBUG Importing output plugin ConsoleOutput
2019-03-02 11:12:01,516 INFO connecting to 192.168.1.145 port 8899
Traceback (most recent call last):
File "LiveStats.py", line 17, in
omnik_exporter.run()
File "/home/pi/inverter/OmnikExport.py", line 88, in run
data = inverter_socket.recv(1024)
socket.timeout: timed out
No idea what goes wrong ?
The text was updated successfully, but these errors were encountered: