Wireless M-Bus
This category contains functions specific to Wireless M-Bus devices.
- Overview
- Operations
- Arguments
- Return
- Examples
Changes the configuration of wM-Bus.
- power (integer) - Set wM-Bus power
- "ROLE" - Set wM-Bus role
- "MODE" - Set wM-Bus mode
- "IGNORE_CRC" - Set CRC ignore
- "DISABLE_MADDALENA_ARROW_SUPPORT" - Disable Maddalena Arrow support
- "FREQ_OFFSET" - Set frequency offset
- "RX_DUTY_CYCLE" - Set RX duty cycle
- "SONTEX_CONFIG" - Set SONTEX configuration
- "SONTEX_TUNE" - Sontex frequency offset scan
api.wmbusSetup(power, role, mode)
- power (integer) - wM-Bus power:
-20
,-10
,0
,2
,4
, ... [dBm] - role (string) - wM-Bus role:
"master"
,"slave"
,"meter"
,"concentrator"
,"repeater"
- mode (string) - wM-Bus mode:
"S1"
,"S2"
,"T1"
,"T2"
,"T1_C"
,"T2_C"
,"R"
,"METRA"
,"SENSUS434"
,"SONTEX433"
,"BUP433"
,"BUP868"
api.wmbusSetup("ROLE", role)
- operation (string)
- role (string) - wM-Bus role:
"master"
,"slave"
,"meter"
,"concentrator"
,"repeater"
api.wmbusSetup("MODE", mode)
- operation (string)
- mode (string) - wM-Bus mode:
"S1"
,"S2"
,"T1"
,"T2"
,"T1_C"
,"T2_C"
,"R"
,"METRA"
,"SENSUS434"
,"SONTEX433"
,"BUP433"
,"BUP868"