Pulling APC RMS data via SSH
Pulling APC RMS data via SSH
this is a simple script to pull RMS data from an APC AP7901.
import paramiko
import time
import sys …this is a simple script to pull RMS data from an APC AP7901.
import paramiko
import time
import sys …this script will log current readings to a CSV file and send an email if the temperature exceeds …
more ...