Send data to another webservice with EmonPI

Well, in articles about EmonPI i just see the way to use emonCMS, but i need send the information to my own webservice, how can i do it ?

Bill Thomson's picture

Re: Send data to another webservice with EmonPI

Help us to help you.

The more info you give us about the problem you're having, the better positioned we'll be to help you resolve it.

 

Unlike the guy pictured to the right, we can't read minds.

Tell us about your system. Be specific.  For example:
 

  • Which program/sketch are you running?

  • Is it hosted on emoncms.org or self-hosted?

  • If self-hosted, what hardware is it running on? e.g. PC? Raspberry Pi?

  • What operating system? e.g. Linux? Windows 7, Windows 8, Windows 10?

  • What version of emoncms do you need help with?

  • What have you have tried to resolve the issue?

Thank you.

rlanhellas's picture

Re: Send data to another webservice with EmonPI

I have a self-hosted running on PC in Ubuntu LTS 12.04. I want to buy this hardware: 

http://shop.openenergymonitor.com/emonpi-1/

 

But i need to know if is possible send consumption information to a webservice throught GET/POST request.

 

Bill Thomson's picture

Re: Send data to another webservice with EmonPI

Are you speaking of a web service other than emoncms?

rlanhellas's picture

Re: Send data to another webservice with EmonPI

Yes, i have a webservice that receive content from GET, like this:

 

http://mywebservice.com.br?irms=10&volt=123;

glyn.hudson's picture

Re: Send data to another webservice with EmonPI

emonPi (or more specially emonHub) posts data to MQTT topic running locally on the emonPi. You could send data to your own web service from this topic e.g sending data to node-RED via MQTT http://openenergymonitor.blogspot.co.uk/2015/10/emonpi-nodered-and-mqtt.html 

Comment viewing options

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