14 appendix, 1 information on the sd card, 2 structure of the config.xml file – SMA WEBBOX-BT-20 Installation User Manual

Page 53: Appendix, Information on the sd card, Structure of the config.xml file

Advertising
background image

SMA Solar Technology AG

Appendix

Installation Manual

SWebBox20-IA-en-12

53

14 Appendix

14.1 Information on the SD Card

In order to ensure the proper functioning of the SD card, use the SD cards available from
SMA Solar Technology AG. Compatibility with all SD cards available on the market cannot be
guaranteed. The Sunny WebBox does not support SD cards with storage capacities of more than
2 GB or SDHC cards.
Only use SD cards which have been formatted with the FAT16 file system. If necessary, use the
computer to reformat the SD card.
The Sunny WebBox converts the SD card's file system to TFAT in order to increase data security.
If you wish to clear the SD card, you must format the SD card on the computer with the FAT16 file
system.

14.2 Structure of the config.xml File

The "config.xml" configuration file contains information on the Sunny WebBox network settings,
firmware version and further settings.

Example:
<?xml version='1.0' encoding='utf-8'?>
<WebBox>
<Settings>
<add key='Version' value='1.0.40.B' />
<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.1' />
<add key='DNS-Server' value='192.168.0.1' />
<add key='NAT-Port' value='80' />
<add key='Webserver-Port' value='80' />
<add key='Webservice-Port' value='80' />
</Settings>
</WebBox>

Advertising