SMA America, LLC
Appendix
User Manual
SWebBox-BUS-eng-111033
85
15.3 Structure of the Config.xml File
<?xml version="1.0" encoding="utf-8"?>
<WebBox>
<Settings>
<add key="Version" value="1.5" />
<add key="Plant-ID" value=" " />
<add key="User-ID" value="[email protected]" />
<add key="DHCP" value="false" />
<add key="IP-Address" value="192.168.0.168" />
<add key="SubNetMask" value="255.255.255.0" />
<add key="Gateway" value="192.168.0.100" />
<add key="DNS-Server" value="192.168.0.100" />
<add key="NAT-Port" value="80" />
<add key="Webserver-Port" value="80" />
<add key="Webservice-Port" value="80" />
</Settings>
<Export>
(...)
</Export>
</WebBox>
Setting
Meaning
Version
Sunny WebBox firmware version
Plant ID
Plant ID for Sunny Portal
User ID
User ID for Sunny Portal
DHCP
Displays "true" when DHCP use is enabled and "false" when DHCP use is
disabled.
IP address
The IP address of the Sunny WebBox as configured by the user or obtained
from the DHCP server.
SubNetMask
The subnet mask of the Sunny WebBox as configured by the user or obtained
from the DHCP server.
Gateway
The gateway address of the Sunny WebBox as configured by the user or
obtained from the DHCP server.
DNS server
The DNS server address of the Sunny WebBox as configured by the user or
obtained from the DHCP server.