SMA Sunny Webbox Logger
Purpose
Purpose of this plugin is to read from SMA Sunny Webbox solar loggers.
Issues
There are 3 ways to access data from a Sunny Webbox:
Modbus
. This is by FAR the preferred way to access Sunny Webboxes. So in the first instance, ask the client to turn on Modbus. If this is available, use theSMA Sunny Central
orSMA Cluster Control
modbus pluginsFTP
. We can get data, but it is delayed by 5~15 minutes. Data is limited to once every 15 minutes.Web scrape it
This cannot be undertaken, since a login will prevent the administrator from logging into the system.
This plugin will only undertake FTP collection (#2 above). In the old version of SMA Sunny Webbox, the FTP CSV files do not change. In the NEW versions, the entire CSV file is re-written every 5 minutes and the fields will change from minute to minute. So there is no guarantee that the headers will be consistent. Furthermore, at random times in the day, the entire CSV file is archived and a new started. This plugin will handle all these issues. A discover
run will show the latest values in the FTP file, as well as the variables that will not be collected. If you need these variables, contact Ardexa.
Arguments
ip_address
This is an IP address like 192.168.1.4--auth_file
. This is a file with 2 lines, first line isuserid
and second line ispassword
. This is the authentication for the FTP server on the SMA Sunny Webbox.
Last updated