resetting iSerial using web control from command line

For more advanced meter data users. Learn from others and ask questions about how to read meters, how to use the EKM Push Data, and how to display the meter data in useful ways.
Post Reply
bkerin
Posts: 1
Joined: Thu Mar 28, 2013 10:46 am

resetting iSerial using web control from command line

Post by bkerin »

I found that I needed to reset the iSerial occasionally. This linux command lets you
do this automatically from a script:

Code: Select all

   wget --save-cookies=/tmp/iSerial_cookies --keep-session-cookies
-O - 'http://192.168.1.125/cgi/login.cgi?Username=your_username&Password=your_password';
wget --load-cookies=/tmp/iSerial_cookies --keep-session-cookies -O -
'http://192.168.1.125/cgi/reset.cgi?reset=true'
Post Reply