Hi all,
I'm trying to get the emoncms 8.5.0 XT running locally, but something seems to go wrong when adding logging on the nodes, and creating feeds.Both fina and fiwa don't have the pulldown box for the interval selection show up in all of the tested browsers (IE, Firefox, Safari, Konqueror), and when creating feeds in this manner, they show up with engine Mysql in the feeds tab.
Is this something that is to be expected with a new (and possibly unfinished?) branch of emoncms, or am I possibly just missing some dependencies? I have followed the "Install Emoncms v8 on Ubuntu / Debian Linux" install guide, and am receiving data from the emontxv3 on a RPi2, that is not the problem, but I am wondering if there are some actions not covered in the install guide (packages/modules to install) or that I should be more patient and keep an eye on github for changes in this department?
Regards,
GJR
Re: emoncms 8.5.0XT phpfina and phpfiwa not working correctly?
Hello Hertog, it may be worth checking if the phpfina & phpfiwa feed engines work on the v8.5 branch for you. If your on Linux and used git to install you can switch the branch with:
git checkout v8.5
Re: emoncms 8.5.0XT phpfina and phpfiwa not working correctly?
Worked like a charm! Thanks! I guess XT is a bit too experimental at this stage?
Btw, I installed my raspberry pi with these images: https://github.com/debian-pi/raspbian-ua-netinst, it's one of the installers adviced by Raspbian, gives you a real minimally installed Raspberry, might be interesting for the RPi in the Kickstarter version of the OS? Keeps al the X-cruft out (well, if you want, I have X on it so I can flash the emonTXv3 via remote X, but at least I don't have all the other cruft lying around :)
Re: emoncms 8.5.0XT phpfina and phpfiwa not working correctly?
Hi,
Fixed on https://github.com/emoncms/emoncms/pull/322
Issues should be reported (also) here https://github.com/emoncms/emoncms/issues
Thanks for noticing it.
Re: emoncms 8.5.0XT phpfina and phpfiwa not working correctly?
Hi Chaveiro,
Next time I'll also report any (possible) Issue I find at github.
Regards,
GJR
Re: emoncms 8.5.0XT phpfina and phpfiwa not working correctly?
Pull request merged, thankyou Chaveiro!