jbouwh / omnikdatalogger.origin

(REPOSITORY DEPRECATED) Folow link for active repository
https://github.com/jbouwh/omnikdatalogger/
GNU General Public License v3.0
5 stars 1 forks source link

tcpclient #6

Closed MagMeister closed 3 years ago

MagMeister commented 3 years ago

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 omnikdatalogger: 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).

MagMeister commented 3 years ago

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

image

My config:

image

MagMeister commented 3 years ago

I came to this: https://github.com/XtheOne/Inverter-Data-Logger/issues/3

So perhaps it comes to the V5 protocol support.

jbouwh commented 3 years ago

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.

jbouwh commented 3 years ago

Cannot fix this in software.