I have installed EMONCMS and it worked great. After new installation alway when sending a JSON api call I get a new record in the input field. Its not updating the right on.
Any idea? Can anybody help?
Archived Forum |
|
Every JSON call make new input recordSubmitted by ghuck on Fri, 06/03/2015 - 19:17I have installed EMONCMS and it worked great. After new installation alway when sending a JSON api call I get a new record in the input field. Its not updating the right on. Any idea? Can anybody help? » |
Re: Every JSON call make new input record
Not a lot of info there to go on. but if I were to hazard a guess I would say you are probably missing the node id from your api call. Try adding " &node= " and a number between 1 and 30.
Paul
Re: Every JSON call make new input record
Thank you a lot! This was the mistake. :-) Now it works again.