User Tools

Site Tools


ccgx:ccgx_sma

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
ccgx:ccgx_sma [2018-10-23 03:47] – created jbakuwelccgx:ccgx_sma [2019-04-28 23:05] – [1. Introduction] mvader
Line 1: Line 1:
-SMA PV Inverters ("Sunny Boy"need to be configured for off grid use to enable to frequency shifting.+====== GX - Monitoring SMA PV Inverters ====== 
 + 
 +===== 1. Introduction ===== 
 + 
 +By connecting a SMA PV Inverter, ie a Sunny Boy, and [[https://www.victronenergy.com/panel-systems-remote-monitoring/color-control|Color Control GX]] to a Victron GX product, allows to: 
 +  - See information from the PV Inverter on the GX device. 
 +  - Monitor it on the VRM Portal. 
 + 
 +With regards to power control: 
 +  * There is no power control function for SMA PV Inverters in the Victron GX product. This means that with SMA, there is no equivalent to the 'Fronius Zero Feed-in' feature in a Victron ESS system. 
 +  * Frequency shift power control, as required in a [[ac_coupling:start|AC-Coupling system]] does work. 
 + 
 +===== 2. Configuration ===== 
 + 
 +SMA PV Inverters ("Sunny Boy"needs to be configured so a [[venus-os:start|Venus-device]], such as the [[https://www.victronenergy.com/panel-systems-remote-monitoring/color-control|Color Control GX]] and the [[https://www.victronenergy.com/panel-systems-remote-monitoring/venus-gx|Venus GX]], can read data via ModbusTCP. 
 + 
 +  - Download Sunny Explorer software for Windows from the [[https://www.sma-australia.com.au/products/monitoring-control/sunny-explorer.html|SMA website]] 
 +  - Confirm you have a WebConnect module installed (as far as I know all new SMA Sunny Boys are supplied with these modules). 
 +  - Create a "Speedwire Plant" using the IP address of the SMA Sunny Boy 
 +  - Connect as the "installer" user 
 +  - Select the Sunny Boy in the left panel and click on Settings 
 +  - Open the "External Communication" tab 
 +  - 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 [[venus-os:start|Venus-device]] 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"
 + 
 +===== 3. Troubleshooting ===== 
 +It is possible that the [[venus-os:start|Venus-device]] is not detecting the SMA PV inverter when it is dark so at least wait until it's light before further troubleshooting. 
 + 
 +If the [[venus-os:start|Venus-device]] 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): 
 + 
 +<code> 
 +$ 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 
 +</code> 
 + 
 +The above indicates that the Sunny Boy is responding to pings. Now repeat this from the [[venus-os:start|Venus-device]] (you'll have to login on the [[venus-os:start|Venus-device]] with SSH). If you see ping replies there too, you have confirmed that the [[venus-os:start|Venus-device]] 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 [[venus-os:start|Venus-device]] cannot reach the SMA Sunny Boy via the network. 
 + 
 +Once you've confirmed that the [[venus-os:start|Venus-device]] 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 [[venus-os:start|Venus-device]] as that does not seem to work): 
 + 
 +<code> 
 +$ telnet 192.168.100.100 502 
 +Trying 192.168.100.100... 
 +Connected 192.168.100.100. 
 +Escape character is '^]'
 +</code> 
 + 
 +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.txt · Last modified: 2019-08-15 11:58 by guy_stewart

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki