4 structure of the config.xml file, Structure of the config.xml file – SMA SUNNY WEBBOX User Manual
Page 83

SMA Solar Technology AG / SMA America, LLC
Appendix
User Manual
SWebBox-BA-en-36
83
15.4 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 identifier 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-Adress
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.