SMA Power Plant Controllers
Purpose
The purpose of this plugin is to collect data from SMA Power Plant Controllers (PPC-10).
Usage
This plugin collects from SMA Power Plant Controllers (PPC-10). It uses the Modbus protocol and collects data via TCP. PPC data will be collected to the solar
table and will be run every 5 minutes, by default. This plugin relies on the Modbus Ardexa
plugin. The following data will be collected for the ANALYZER 1
and ANALYZER 2
data...
The following data will be collected for the PPC data...
On some units you many need to retrieve the data from Port
503 or 504. Also, be aware that you may need 3 attempts with a delay of 2 seconds between commands for the plugin to collect all the data reliably from the PPC. See the arguments 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
bus_addresses
. The modbus address for the PPC is fixed for this plugin. Changing the address will not change the plugin.--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 PPC value. Default is1
--delay
. This is the delay in seconds between PPC send and receive commands, AND ifattempts
> 1. Fractions like0.3
can be used. Default is0.05
Last updated