ABB Aurora Inverters
Purpose
The purpose of this plugin is to collect data from ABB Inverters, configured for the Aurora protocol.
Usage
Data from ABB Aurora solar inverters is read using either an Ethernet to RS485 gateway, or directly via RS485. Inverter data will be collected to the solar
table, and will be run every 5 minutes, by default. This script cannot be run at intervals of less than 30 seconds
due to the slow response of the aurora protocol. The following data will be collected:
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
. An Aurora RS485 address in the range 2-63. This can be a hyphenated list like3-10
or a list like2,5,7,9
--port
. This is an optional parameter used in an Ethernet gateway, and is the TCP port used for the Aurora gateway. Default is4001
--attempts
. This is an optional parameter, and determines how many times to times to attempt to read an inverter value. Default is2
--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
--timeout
. This is the read timeout in seconds; or the amount of time to wait for data to arrive. Fractions like0.3
can be used. Default is0.1
Last updated