Skip to content

Latest commit

 

History

History
74 lines (56 loc) · 2.83 KB

3325-S.md

File metadata and controls

74 lines (56 loc) · 2.83 KB
title description addedAt pageClass
SmartThings 3325-S control via MQTT
Integrate your SmartThings 3325-S via Zigbee2MQTT with whatever smart home infrastructure you are using without the vendor's bridge or gateway.
2019-07-22 20:08:17 UTC
device-page

SmartThings 3325-S

Model 3325-S
Vendor SmartThings
Description Motion sensor (2015 model)
Exposes temperature, occupancy, battery, tamper, linkquality
Picture SmartThings 3325-S

Notes

Pairing

Reset Procedure : https://www.youtube.com/watch?v=fkePdv6FpuY

Options

How to use device type specific configuration

  • temperature_precision: Number of digits after decimal point for temperature, takes into effect on next report of device. The value must be a number with a minimum value of 0 and with a with a maximum value of 3

  • temperature_calibration: Calibrates the temperature value (absolute offset), takes into effect on next report of device. The value must be a number.

Exposes

Temperature (numeric)

Measured temperature value. Value can be found in the published state on the temperature property. It's not possible to read (/get) or write (/set) this value. The unit of this value is °C.

Occupancy (binary)

Indicates whether the device detected occupancy. Value can be found in the published state on the occupancy property. It's not possible to read (/get) or write (/set) this value. If value equals true occupancy is ON, if false OFF.

Battery (numeric)

Remaining battery in %. 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 %.

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.

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.