Hi,
I installed emoncms 8.5.2 on a new linux system and moved the database from the previous one. The old timestore data was converted to phpfina and is visible when looking at the feeds.
The data for emoncms comes from an RPi over html input like: http://server/emoncms/input/post.jason?id=0&time=UNIXTIME&json={test:1.234}&apikey=d7f90cf.......
All feeds in "Feeds" show inactive and the inputs from RPi are listed among themselves in "Input". Last updated there is also shown "inactive".
What is wrong?
Thanks a lot for your help.
Frank
Re: All feeds show inactive after moving to new system
Have ypu reselected your timezone? v8.5.2 uses a different method and you previous setting won't be valid.
Also run admin => update&check.
And ensure you renewed your settings.php, you can use your previous settings but there are some additional settings.
Also is the timestamp correct on the incoming data? ie is the Pi's time correct? a quick check can be to test by manually using an input api url in another browser.
Paul
Re: All feeds show inactive after moving to new system
Hi Paul,
I did set the date.timezone in /etc/php5/apache2/php.ini on emoncms server to "Europe/Amsterdam" before. I also already did "update and check".
The system time of RPi seems to be correct. It is set by a NTP client.
Which settings in settings.php might be different? The problem seems to be, that the input that comes from the PRi can not be not stored into the feeds.
Frank
Re: All feeds show inactive after moving to new system
Have you reselected your timezone? v8.5.2 uses a different method and your previous setting won't be valid.
...from your emoncms web ui Frank
Paul #2