Hi, i'm new.. i found your project and i see a big work!!
I want to try to rebuild my domotica with arduino and emoncms.
I do it before with pc and delphi, but i want to reduce all more simple and light.
The question...
I try to do this and it work...
http://www.emoncms.org/feed/value.json?id=21003
It's possibile to retrieve it with the name of feed?
Thanks.
Re: Pull up value of feed with name
Hello!
I don't know exactly what you want to do, but it isn't possible to get a feed value and the feed name directly.
You can only get a list using http://www.emoncms.org/feed/list.json, maybe you can use it to extract the things you want to have.
best regards
Juergen Brenner
Re: Pull up value of feed with name
I find a solution, before i ask the ID of feed with name then i ask the value with id.. i do it with 2 request... next step, i try to add this function to code.