Local emonCMS updating 10s emoncms_DOT_org updating 30 sec

Hi,
My emonPi running emonCMS Git: 10_DOT_2_DOT_3 is updating every 10 seconds, yet my emonCMS.org only sees updates every 30 seconds. I have set the update period to 10s in the emonHub->edit config:

    Type = EmonHubEmoncmsHTTPInterfacer
    [[[init_settings]]]
    [[[runtimesettings]]]
        pubchannels = ToRFM12,
        subchannels = ToEmonCMS,
        url = https_COLONSLASHSLASH_emoncms_DOT_org
        apikey = bfa472767********84326a053df5138
        senddata = 1                    # Enable sending data to Emoncms_DOT_org
        sendstatus = 1                  # Enable sending WAN IP to Emoncms_DOT_org MyIP > https_COLONSLASHSLASH_emoncms_DOT_org/myip/list
        **sendinterval= 10**                # Bulk send interval to Emoncms.org in seconds

and Restarted.

How do I get 10s updates to EmonCMS_DOT_org?

Screenshot below of emonCMS_DOT_org

Thanks
Halam

PS, it’s a pain having a 2 link limit for first time posters, I think I’m being punished most cruelly for referring to the public emonCMS so I have replaced all the dots with DOT

You need to make your complaint to the spammers who sign up and promptly fill a post with links to their pay-per-click pages. The limit is there to stop this website being made useless by those people.

I’ve also spoiled your APIkey for your security.

I’m not an emonCMS expert, but you won’t actually gain anything by sending data every 10 s - what happens is all the data you send is timestamped at source, then sent in a single block every 30 s - or more. That’s what “Bulk” as in “Bulk send” means.

If you continue setting up your Feeds and Graphs, you will see you have data at 10 s intervals even though it’s only sent at 30 s intervals.