webdyn.com
V2.0 subject to changes | Webdyn © by Flexitron Group
88
6. Update
The WebdynEasy W M-Bus hub can be updated locally via USB or remotely via FTP. The product has 2
firmwares. One for the application part and the other for Bluetooth BLE management.
The latest version of the firmware (“WebdynEasy W M-Bus_Vx.x.bson” and “WebdynEasy W M-Bus_BLE_
Vx.x.bson”) as well as the associated command are available for download on our site at the following
address: https://www.webdyn.com/en/support/webdyneasy/
To update the hub, an “firmware” command must be issued in addition to the new firmware. In the
command, the name of the firmware to be taken into account must be indicated in the “data” field.
A “firmware-cmd.bson” command file is supplied along with the firmware. Just rename it to “<uid> -cmd.
bson”.
With: <uid>: Username of the concentrator
The application firmware and Bluetooth (BLE) can be updated at the same time. In that case, the first
update command must be for the Bluetooth (BLE) firmware. An acknowledgement file is uploaded after
the update.
BLE is only available on the webdynEasy WM-Bus with the commercial reference WG0612-A12.
(see chapter 1.5: “References of products and accessories” and chapter 2.2.2: “Identification”).
Example of an application and Bluetooth (BLE) firmware update:
•
Using a JSON file (to be converted to BSON format for the hub):
{
“cmd”: [{
“type”: “firmware”,
“cid”: “firmwareBLE”,
“data”: “WebdynEasy_BLE_V1.0.bson”
},
{
“type”: “firmware”,
“cid”: “firmwareAPP”,
“data”: “WebdynEasy_V1.0.bson”
}],
“crc”: 0
}