Page 1 of 1

Command Line Interface

Posted: Thu May 23, 2013 12:44 pm
by jpfries
Is there a command line interface where we can ssh into the meters and collect the data?

Re: Command Line Interface

Posted: Fri May 24, 2013 9:07 am
by Jameson
Hello jpfries,

The closest that we have to what you are after would be accessing EKM Push data from command line directly. (you will have to have curl installed for this to work)

Try this command in you command line (include the curl):

curl http://io.ekmpush.com/10068~300.xml?MTAxMDoyMDIw

This will return the latest 300 reads from meter 10068. If you only want the latest 1 read use:

curl http://io.ekmpush.com/10068~1.xml?MTAxMDoyMDIw

For more information, please go here:

http://www.ekmmetering.com/developer-portal

If you have any questions, please let us know.

Thanks,