Annex SMA Solar Technology AG
82 SWebBox-TEN101232 Technical Description
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="Max.Mustermann@sma.de" />
<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 Firmware version of the Sunny WebBox
Plant ID Plant ID for Sunny Portal
User ID User ID for Sunny Portal
DHCP Displays "true" during enabled DHCP use, and "false" when DHCP use is
disabled.
IP address The IP address of the Sunny WebBox, as set, or applied by the DHCP server.
SubNetMask The subnet mask of the Sunny WebBox, as set, or applied by the DHCP server.
Gateway The gateway address of the Sunny WebBox, as set, or applied by the DHCP
server.
DNS Server The DNS server address of the Sunny WebBox, as set, or applied by the DHCP
server.