Send data logged (feeds) to NodeRED

Hello Community!

I need to send the data logged to feed of the Emon Pi (eg. kWh, power to kWh, etc.) to node-RED platform. I have already send this historic data to the emoncms to read remotely and I already read the information through this link: http://emoncms.org/feed/value.json&apikey=APIKEY&id=FEED_ID.

But now I need to read this info from nodeRED.

Thank you

Hello @David.arevalo there is a brief page on NodeRed here Node-RED - Guide | OpenEnergyMonitor this was written by @glyn.hudson who may be able to help further.

You could simply publish it to MQTT and read it into Node-Red or even simply read the ‘emon/#’ topic feed that is used to pass the data between emonhub and emoncms.

What are you planning to do with the data?