Input Data to Own Servers - Not Running EmonCMS

Hi,

We’re looking for a way to send the raw Input data from EmonPi, EMonTx etc to our remote servers. I understand that it is possible to install an EmonCMS instance on our server, but really, we just want the Input feed to decode ourselves.

I have changed the EmonHub config file to read:

[[emoncmsorg]]
    Type = EmonHubEmoncmsHTTPInterfacer
    [[[init_settings]]]
    [[[runtimesettings]]]
        pubchannels = ToRFM12,
        subchannels = ToEmonCMS,
        url = https://app.xxxx.xxxx/pub/emon_pi_feed/entry.php
        apikey = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
        senddata = 1                    # Enable sending data to Emoncms.org
        sendstatus = 1                  # Enable sending WAN IP to Emoncms.org MyIP > https://emoncms.org/myip/list
        sendinterval= 30                # Bulk send interval to Emoncms.org in seconds

But we don’t seem to be receiving anything on this server. We can debug, but I wanted to be sure we’re on the right lines or if we should be doing this a different way.

Many thanks!