Skip to content
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

Open
JRie3233 opened this issue Mar 2, 2019 · 9 comments
Open

Omnik S/N starting with 641 and no data from inverter #36

JRie3233 opened this issue Mar 2, 2019 · 9 comments

Comments

@JRie3233
Copy link

JRie3233 commented Mar 2, 2019

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 ?

@eterpstra
Copy link

I have a simalar issue with my Omrik inverter.

019-03-21 09:51:25,353 DEBUG Importing output plugin
Traceback (most recent call last):
File "OmnikExport.py", line 170, in
omnik_exporter.run()
File "OmnikExport.py", line 52, in run
import(plugin_name)
ValueError: Empty module name
user@user-MacBookPro:/Omnik-Data-Logger$ crontab -e
crontab: installing new crontab
user@user-MacBookPro:
/Omnik-Data-Logger$ python OmnikExport.py
2019-03-21 09:53:38,402 DEBUG Importing output plugin
Traceback (most recent call last):
File "OmnikExport.py", line 170, in
omnik_exporter.run()
File "OmnikExport.py", line 52, in run
import(plugin_name)
ValueError: Empty module name

Livestats.py is working fine...

@stingone
Copy link

Same here with S/N starting with 6372 any idea to solve

File "OmnikExport.py", line 170, in
omnik_exporter.run()
File "OmnikExport.py", line 73, in run
data = inverter_socket.recv(1024)
socket.timeout: timed out

@stingone
Copy link

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 ?

Did you found a solution?

@ghost
Copy link

ghost commented Jul 7, 2019

Same issue for me..

python LiveStats.py
2019-07-07 19:15:40,503 DEBUG Importing output plugin ConsoleOutput
2019-07-07 19:15:40,504 INFO Connecting to logger with IP: 192.168.2.7 and SN 641060337
2019-07-07 19:15:40,505 INFO connecting to 192.168.2.7 port 8899
2019-07-07 19:15:40,511 DEBUG RAW sent Packet (len=16): 68:02:41:b1:f1:cd:35:26:f1:cd:35:26:01:00:27:16 hA5&5&'
2019-07-07 19:15:43,514 ERROR Timeout connecting to logger with IP: 192.168.2.7 and SN 641060337, trying next logger.`

@sincze
Copy link

sincze commented Apr 11, 2020

Maybe this can help?
#42 (comment)

@elacour
Copy link

elacour commented May 9, 2020

I face the same problem, does anyone found the tcp request for SN 643xxxxxx ? Status page lacks many usefull data.

@sincze
Copy link

sincze commented May 10, 2020

Maybe a second listener on your network might help to obtain idd info like V / A e.g.? link or here link2

@elacour
Copy link

elacour commented May 18, 2020

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 :(

@ojeysky
Copy link

ojeysky commented Jan 27, 2021

I am having exactly this same issue anyone got through this.
`/Inverter-Data-Logger $ sudo python LiveStats.py
2021-01-27 09:25:11,080 DEBUG Importing output plugin ConsoleOutput
2021-01-27 09:25:14,190 INFO Loggers found on the network: ['192.168.0.180', '17594xxxx'].
2021-01-27 09:25:14,191 INFO Connecting to logger with IP: 192.168.0.180 and SN 17594xxxx
2021-01-27 09:25:14,191 INFO connecting to 192.168.0.180 port 8899
2021-01-27 09:25:14,267 DEBUG RAW sent Packet (len=16): 68:02:41:b1:39:69:df:68:39:69:df:68:01:00:c7:16 hA9ih9ih
2021-01-27 09:25:17,272 ERROR Timeout connecting to logger with IP: 192.168.0.180 and SN 17594xxxx, trying next logger.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants