Hi
I’m trying to retrieve data from some feeds of my local emoncms. I’ll use this data in a python script afterwards.
I’m trying to do it using information from https://emoncms.org/site/api#feed. Is this still valid? I get no results, using, for example:
wget -qO- "https://emoncms.org/feed/value.json?id=7&apikey=$APIKEY"
(I have my read api key stored at the $APIKEY variable).
In particular, I need the last month data (from day 1 of the month to the actual moment) from some feeds.
Thanks a lot