NodOn IRB-4-1-00
Model | IRB-4-1-00 |
Vendor | NodOn |
Description | IR Blaster |
Exposes | climate (local_temperature, occupied_cooling_setpoint, occupied_heating_setpoint, system_mode, fan_mode, ac_louver_position) |
Picture | ![]() |
OTA updates
This device supports OTA updates, for more information see OTA updates.
Options
How to use device type specific configuration
thermostat_unit
: Controls the temperature unit of the thermostat (default celsius). The value must be one ofcelsius
,fahrenheit
Exposes
Climate
This climate device supports the following features: local_temperature
, occupied_cooling_setpoint
, occupied_heating_setpoint
, system_mode
, fan_mode
, ac_louver_position
.
occupied_cooling_setpoint
: Temperature setpoint. To control publish a message to topiczigbee2mqtt/FRIENDLY_NAME/set
with payload{"occupied_cooling_setpoint": VALUE}
whereVALUE
is the °C between18
and30
. To read send a message tozigbee2mqtt/FRIENDLY_NAME/get
with payload{"occupied_cooling_setpoint": ""}
.occupied_heating_setpoint
: Temperature setpoint. To control publish a message to topiczigbee2mqtt/FRIENDLY_NAME/set
with payload{"occupied_heating_setpoint": VALUE}
whereVALUE
is the °C between16
and30
. To read send a message tozigbee2mqtt/FRIENDLY_NAME/get
with payload{"occupied_heating_setpoint": ""}
.local_temperature
: Current temperature measured on the device (in °C). To read send a message tozigbee2mqtt/FRIENDLY_NAME/get
with payload{"local_temperature": ""}
.system_mode
: Mode of this device. To control publish a message to topiczigbee2mqtt/FRIENDLY_NAME/set
with payload{"system_mode": VALUE}
whereVALUE
is one of:off
,heat
,cool
,auto
,dry
,fan_only
. To read send a message tozigbee2mqtt/FRIENDLY_NAME/get
with payload{"system_mode": ""}
.