jbouwh / omnikdatalogger.origin

(REPOSITORY DEPRECATED) Folow link for active repository

Home Page:https://github.com/jbouwh/omnikdatalogger/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tcpclient

MagMeister opened this issue · comments

I'm having troubles getting data from the inverter with the tcpclient.

From the logging:

2021-02-11 13:21:25.788300 INFO omnik_datalogger: Initializing client : tcpclient.
2021-02-11 13:21:25.838351 INFO omnik_datalogger: Client enabled: TCPclient
2021-02-11 13:21:25.843655 INFO omnik_datalogger: Plugins enabled: ['mqtt'].
2021-02-11 13:21:25.866222 INFO omnik_datalogger: Daemon interval 360 seconds.
2021-02-11 13:21:25.904121 INFO omnik_datalogger: MQTT connected
2021-02-11 13:22:07.045285 WARNING omnik_datalogger: Error getting data from inverter. timed out
2021-02-11 13:22:07.057175 INFO omnik_datalogger: new poll in 18 seconds at 2021-02-11T12:22:25.611617+00:00.
2021-02-11 13:23:05.154495 WARNING omnik_datalogger: Error getting data from inverter. timed out
2021-02-11 13:23:05.166435 INFO omnik_datalogger: new poll in 359 seconds at 2021-02-11T12:29:05.162071+00:00.

I understood that you couldn't test since you have an unsupported inverter, the Omniksol 3K-TL.
I have the 4k-TL3. I think it should be supported? It has this menu in the web configuration:

image

I also tried heinoldenhuis's version without success (I was thinking your version is based on this one).

I read that supported inverters depend on the logger_sn. Mine starts with 641xxxxxx.

image

My config:

image

I came to this:
XtheOne/Inverter-Data-Logger#3

So perhaps it comes to the V5 protocol support.

My inverter does not support polling directly. I can only intercept the logging it does to the omnik data loggers. See my website for more information of to redirect logging. I know of one user that uses the tcpclient successfully.

Cannot fix this in software.