RPI Current Transformers
This plugin is used to collect data from the RPI CT Current Transformers.
Usage
This plugin is used to collect data from the RPI CT Current Transformers. See: http://lechacal.com/wiki/index.php/RPICT7V1_v2.0. Data will be logged to the meter
table. This script cannot be run at intervals of less than 10 seconds
due to the slow response of the RPICT device. Data collected includes:
Arguments
Arguments are as follows:
endpoint
. This is a serial device like/dev/ttyS0
--attempts
. This is an optional parameter, and determines how many times to times to attempt to read an inverter value. Default is3
--delay
. This is the delay in seconds between inverter send and receive commands, AND ifattempts
> 1. Fractions like0.3
can be used. Default is0.1
Last updated