Woutrrr/Omnik-Data-Logger

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

Opened this issue · 9 comments

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 ?

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...

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

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?

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.`

Maybe this can help?
#42 (comment)

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

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

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.
`/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.