Log emonPi remotely - doesn’t work for me again

Strange, can’t quite see why that error is happening, the config looks fine.

Could you try:

  1. restarting emonhub

  2. Replacing the emoncmsorg section with (with your api key):

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

1 Like