Command Line Interface

Forum is open to all questions, answers, and discussions related to electric meters, ours or others.
Post Reply
jpfries
Posts: 4
Joined: Thu May 23, 2013 12:40 pm

Command Line Interface

Post by jpfries »

Is there a command line interface where we can ssh into the meters and collect the data?
Jameson
Posts: 862
Joined: Fri Nov 04, 2011 7:42 pm
Location: Santa Cruz, CA
Contact:

Re: Command Line Interface

Post 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,
Jameson
EKM METERING
http://www.ekmmetering.com
831.425.7371
Post Reply