webdyn.com
V2.0 subject to changes | Webdyn © by Flexitron Group
57
4.2.5.1.1 Radio Schedule
The Radio schedule is used to collect the data from WM-Bus meters and sensors.
All the Radio Schedule timer triggers are in the “scheduleRadio” object in JSON. The maximum number
of timer triggers is 8.
PARAMETERS
DESCRIPTION
cron
Timer trigger: mm hh dd MM DD
data
Radio listening window duration in seconds (between 30 and
3600)
If the “data” listening window is not entered, then the listening window duration will be the one
defined in “config>radio>duration” (see section 4.2.2: “WM-Bus radio”).
Example:
•
Using a JSON file (to be converted to BSON format for the hub):
{
“config”:
{
“scheduleRadio”: [
{ “cron” :”*/30 * * * * “, “data”: 30},
{ “cron” :”15 23 * * * “, “data”: 120}
]
},
“crc”: 0
}
Explanation:
In the example above, we have a listening window of 30 seconds every 30 minutes and a window of 120
seconds every day at 11:15 pm.
In the case of a multi listening mode, the “data” parameter is an array. The first element of the array
corresponds to the first mode triggered by the concentrator when retrieving WM-Bus data from the
sensors, the second element of the arrays corresponds to the second mode used when retrieving data.
(see chapter 4.2.2: “Radio WM-Bus” for the configuration of the multi mode)