FTC Trackers
Plugin to read FTC Solar Voyager zone controllers and connected tracker
Purpose
The purpose of this plugin is to collect data from FTC Solar "Voyager" model trackers and zone controllers (ZCs) via Modbus.
Usage
This plugin reads data from the FTC Zone Controller (ZC). It reads both the ZC data and the data from the trackers connected to it. It uses the Modbus specification, and collects data via TCP. It will be run every 5 minutes, by default. Sensor data will be collected to the tracker
table. There are different configuration files reflecting the different number of trackers connected to each ZC. The following configuration files available are for trackers with the following number of trackers: 41, 99
.
The ZC data is split between a 5 minute frequency config file and a 1 minute frequency config file. The 5 minute frequency data being collected is listed here:
The 1 minute ZC data being collected is listed below.
The tracker data being collected is listed below.
Arguments
Arguments are as follows:
endpoint
. This is either a serial device like/dev/ttyS0
or an IP or DNS like192.168.1.15
Configuration File
: This is a file that matches the SPCs in the NCU, for the Nextracker.--port
. This is an optional parameter used in an Ethernet gateway, and is the TCP port used for the gateway. Default is502
--attempts
. This is an optional parameter, and determines how many times to times to attempt to read an inverter value. Default is1
--delay
. This is the delay in seconds between inverter send and receive commands, AND ifattempts
> 1. Fractions like0.3
can be used. Default is0.05
Last updated