Tuya TS0601_smoke_5
Model | TS0601_smoke_5 |
Vendor | Tuya |
Description | Smoke sensor |
Exposes | smoke, tamper, battery, fault_alarm, silence, alarm, linkquality |
Picture |
Exposes
Smoke (binary)
Indicates whether the device detected smoke. Value can be found in the published state on the smoke
property. It's not possible to read (/get
) or write (/set
) this value. If value equals true
smoke is ON, if false
OFF.
Tamper (binary)
Indicates whether the device is tampered. Value can be found in the published state on the tamper
property. It's not possible to read (/get
) or write (/set
) this value. If value equals true
tamper is ON, if false
OFF.
Battery (numeric)
Remaining battery in %, can take up to 24 hours before reported. Value can be found in the published state on the battery
property. It's not possible to read (/get
) or write (/set
) this value. The minimal value is 0
and the maximum value is 100
. The unit of this value is %
.
Fault alarm (binary)
Indicates whether a fault was detected. Value can be found in the published state on the fault_alarm
property. It's not possible to read (/get
) or write (/set
) this value. If value equals true
fault alarm is ON, if false
OFF.
Silence (binary)
Silence the alarm. Value can be found in the published state on the silence
property. It's not possible to read (/get
) this value. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"silence": NEW_VALUE}
. If value equals true
silence is ON, if false
OFF.
Alarm (binary)
Enable the alarm. Value can be found in the published state on the alarm
property. It's not possible to read (/get
) this value. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"alarm": NEW_VALUE}
. If value equals ON
alarm is ON, if OFF
OFF.
Linkquality (numeric)
Link quality (signal strength). Value can be found in the published state on the linkquality
property. It's not possible to read (/get
) or write (/set
) this value. The minimal value is 0
and the maximum value is 255
. The unit of this value is lqi
.