User Tools

Site Tools


ccgx:ccgx_sma

This is an old revision of the document!


Setup

SMA PV Inverters (“Sunny Boy”) need to be configured so the CCGX can read data via Modbus.

  1. Download Sunny Explorer software for Windows from the SMA website
  2. Confirm you have a WebConnect module installed (as far as I know all new SMA Sunny Boys are supplied with these modules).
  3. Create a “Speedwire Plant” using the IP address of the SMA Sunny Boy
  4. Connect as the “installer” user
  5. Select the Sunny Boy in the left panel and click on Settings
  6. Open the “External Communication” tab
  7. Enable the TCP and UDP server; keep the default port (502)

If you do not see the TCP and UDP Modbus servers in the External Communication tab, check the Software Package version in the “Type Label” tab. The version of the Software Package should be 02.81.01.R or later. If you are running an older version, use Sunny Explorer - Tools - Device Update to update the firmware on the SMA Sunny Boy.

The CCGX (or any other device running VenusOS) should now automatically detect the PV inverter. If that does not happen, select Settings from the Device List, scroll down to “PV Inverters” and click on “Press to Scan” to “Find PV Inverters”.

Troubleshooting

It is possible that the CCGX is not detecting the SMA PV inverter when it is dark so at least wait until it's light before further troubleshooting.

If the CCGX is still not detecting the SMA PV inverter during daylight, verify that the Modbus TCP and UDP servers are running with Sunny Explorer. If that is the case, power cycle the SMA Sunny Boy and then check that the Modbus TCP and UDP servers are running after it has powered up again. If that is the case, use a computer running Windows, MacOS or Linux, open a terminal or Command Prompt and type (we're using 192.168.100.100 as the assumed IP address of the Sunny Boy here):

$ ping 192.168.100.100
PING 192.168.100.100 (192.168.100.100) 56(84) bytes of data.
64 bytes from 192.168.100.100: icmp_seq=1 ttl=64 time=0.896 ms
64 bytes from 192.168.100.100: icmp_seq=2 ttl=64 time=0.896 ms
64 bytes from 192.168.100.100: icmp_seq=3 ttl=64 time=0.896 ms

The above indicates that the Sunny Boy is responding to pings. Now repeat this from the CCGX (you'll have to login on the CCGX with SSH). If you see ping replies there too, you have confirmed that the CCGX is able to communicate with the SMA Sunny Boy over the network. If you see timeouts instead of ping replies, you have to check the local area network connection and IP network configuration as that means that the CCGX cannot reach the SMA Sunny Boy via the network.

Once you've confirmed that the CCGX can communicate with the SMA Sunny Boy via the network can you proceed with the following test (do this on your computer; not on the CCGX as that does not seem to work):

$ telnet 192.168.100.100 502
Trying 192.168.100.100...
Connected 192.168.100.100.
Escape character is '^]'.

If you see “Connected 192.168.100.100.” you have confirmed that the Modbus TCP server is running on the SMA Sunny Boy and is reachable via the network. If the “telnet” command remains stuck at “Trying 192.168.100.100” but you are able to ping the SMA Sunny Boy from the same machine, you might have a firewall enabled on the local network that is blocking access to the SMA Sunny Boy.

ccgx/ccgx_sma.1540265033.txt.gz · Last modified: 2018-10-23 05:23 by jbakuwel

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki