Feeds view is updating but no data is being written.

Hi all,

i'm emoncms newbie.

My configuration is emonBase - Raspberry Pi B+ and RFM69Pi RF adapter.

I installed last .img version (emonSD-17Jun2015.img) on 8GB SD Card.

Everything works fine, but when i try to create feeds and view same data in Vis, nothing happens.

The local log won't start.

I tried on emocms.org and remote logging and all works fine.

The service feedwriter status is NOT RUNNING! I try to restart the service but won't.

Can someone please help me?

Thanks

Gianluca

pb66's picture

Re: Feeds view is updating but no data is being written.

what message do you get when starting the feedwriter service?

Paul

giangitesta's picture

Re: Feeds view is updating but no data is being written.

Hi,

no error message only "Log is turned off - Starting RPI". After when I request status (sudo service feedwriter status) is always stopped.

However, I went around the problem. I set the remote cms within the file emonhub.conf let it point to the local copy:

[[emoncmsorg]]
    Type = EmonHubEmoncmsHTTPInterfacer
    [[[init_settings]]]
    [[[runtimesettings]]]
        pubchannels = ToRFM12,
        subchannels = ToEmonCMS,
        url = http://emoncms.org
        #url = http://192.168.1.100
        apikey = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
        #apikey = my local write API key
        senddata = 1
        sendstatus = 1

I rebooted and everything started to work.

After this I reset configuration to default values (comment on local settings) and now it works.

sudo service feedwriter status now report:

Log is turned off

running

I don't now why!

Thanks

Gianluca

 

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.