Push service for Omnik inverters

As far as i have looked there is no push service available on PVOutput for Omnik inverters. Please correct me if i’m wrong.:sunglasses:

My Omnik 3KTL inverter has a push modus (this is how it logs data on the omnikportal site) and i can configure pushing data to other servers over tcp/ip or udp.

Is there a way i can also push data directly to PVOutput with my omnik inverter, i.e. not capturing it myself and forward it to PVOutput?

Hi MarkPV,

Did you take a look at:

They are listed in https://www.pvoutput.org/help.html#integration-contributed-software

G.

Yes i’m familiar with the links. But they are all pull solutions, and i’m looking for a push solution.

I guess a direct push solution has to be implemented at the PVOutput side.

Some documentation on the format of the push data etc would be required to implement this.

I have this documentation because i have made a UDPListener for my inverter which works very well. This UDPListener is based on the work of Woutrrr/Omnik-Data-Logger regarding the message structures of the Omnik inverter.
My code can be found at mark0100/Omnik-Data-Logger

1 Like

A push to PVOutput would only support http similar to Fronius. The inverter will need a configuration page that will allow you to enter a URL to push data to via the internet.

Ok thank you. The omnik inverter can’t be configured to push data to a REST service (like the Fronius). The only options are tcp/ip or udp as far as i can tell.