![Flexitron Webdyn WebdynEasy LoRaWAN User Manual Download Page 50](http://html1.mh-extra.com/html/flexitron/webdyn-webdyneasy-lorawan/webdyn-webdyneasy-lorawan_user-manual_2304913050.webp)
50
USER MANUAL - WebdynEasy LoRaWAN
Version 0.10
•
Remotely:
Upload the configuration file to the FTP “INBOX” directory on your hub
(“INBOX/
<uid>
/”, where
<uid>
is your hub identifier). On the next connection to the
FTP server, the hub will carry out 3 steps:
1.
Download the configuration file available on the server,
2.
Delete the server configuration file,
3.
Apply the new configuration.
A pre-defined name for the configuration file is not needed.
If there is an error in the configuration file (corrupt file, incorrect value, ...), the file will not be
applied and an alarm will be generated on the server. Check the coherence of your
configuration file with the XSD file for your firmware version before sending it to your hub.
There is no need to send the entire configuration back to your hub. A configuration file can be
complete or partial. A configuration file containing only one variable can therefore be sent.
By default, the configuration sent to the hub overwrites the current configuration. Only the
variables in the configuration file will be overwritten. However, the default values can be
applied to all the variables before the new values are applied. To do that, in the main “config”
tag, add the “factory=true” attribute. (See example below).
<
config
xmlns
=
"http://www.webdyn.com/GWL_config_20190719"
xmlns:xsi
=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation
=
"http://www.webdyn.com/GWL_config_20190719 config.xsd"
factory
=
"true"
>
<uid>
00C8B4
</uid>
<name>
WG_00C8B4
</name>
<enable_local_config>
true
</enable_local_config>
<com>
<modem>
<pin>
...
</config>