Downlink Commands for Temperature Control Parameters
This section describes the downlink commands for temperature control related parameters.
Configure Data Source
| Name | Example |
|---|---|
| temperature_source_config | Data source is LNS and timeout is 10
minutes.{
"temperature_source_config": {
"source": "lora", //disable (=embedded, default),lora,d2d
"timeout": 10 //Timeout, unit: min, range: 3-60, default: 10
}
} |
| temperature_humidity_source | Data source is
D2D.{
"temperature_humidity_source":{
"mode":"d2d" //embedded, lora, d2d
}
} |
| offline_control_mode | When not receiving
temperature data for data source timeout, switch to
internal
sensors.{
"offline_control_mode": "thermostat" //keep (default), thermostat, off(disable control)
} |
| temperature | Send external sensor temperature
value when the data source is
LNS.{
"temperature": 25 //Unit: °C , resolution: 0.1
} |
| humidity | Send external sensor humidity value
when the data source is
LNS.{
"humidity": 50 //Unit: %RH, range: 0-100, resolution: 0.5
} |
Configure Control Permission
| Name | Example |
|---|---|
| control_permission | The control permission is
Thermostat.{
"control_permission": "thermostat" //thermostat,remote control
} |
Configure System Status
| Name | Example |
|---|---|
| temperature_control_enable | Turn on the
system.{
"temperature_control_enable": "enable" //disable, enable
} |
Configure Remote Control Parameters
When control permission is Remote Control, the device supports the following configurations.
| Name | Example |
|---|---|
| wires_relay_config | Y1, W1, E, O/B is connected, and
others are
disconnected.{
"wires_relay_config": {
"y1": "on",
"y2_gl": "off",
"w1": "on",
"w2_aux": "off",
"e": "on",
"g": "off",
"ob": "on"
}
} |
| offline_control_mode | If the device is offline, switch to
Thermostat control
permission.{
"offline_control_mode":"thermostat" //keep (default), thermostat, off(disable control)
} |