Realtime forwarding of selected feed values to other website

Guys,

probably Im not only one, who has similar needs, so I dont want to reinvent wheel. What I need is to select a few of key feed values (for example SCOP of my heatpump, DCOP, Total savings etc) in my EMONCMS (running at my webhosting) and to forward them any easy way to a web presentation of my company. For example to show somewhere at my webpage kind of counter of money saved by heatpump at realtime basis. Does anyone has an idea (or even better piece of code) how to solve as easy as possible this "datapump" from EMOCMS feed to external web page?

Radek

pb66's picture

Re: Realtime forwarding of selected feed values to other website

The easiest method is probably to just fetch the values from emoncms directly by feed id, either individually

http://HOST/emoncms/feed/value.json?id=123&apikey=abc123.....

or several at once

http://HOST/emoncms/feed/fetch.json?ids=123,567,890&apikey=abc123.....

Paul

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.