|
Bogdan Timofte
authored
2 weeks ago
|
1
|
---
|
|
|
2
|
title: "Tuya PA-44Z control via MQTT"
|
|
|
3
|
description: "Integrate your Tuya PA-44Z via Zigbee2MQTT with whatever smart home infrastructure you are using without the vendor's bridge or gateway."
|
|
|
4
|
addedAt: 2023-06-01T08:16:21
|
|
|
5
|
pageClass: device-page
|
|
|
6
|
---
|
|
|
7
|
|
|
|
8
|
<!-- !!!! -->
|
|
|
9
|
<!-- ATTENTION: This file is auto-generated through docgen! -->
|
|
|
10
|
<!-- You can only edit the "Notes"-Section between the two comment lines "Notes BEGIN" and "Notes END". -->
|
|
|
11
|
<!-- Do not use h1 or h2 heading within "## Notes"-Section. -->
|
|
|
12
|
<!-- !!!! -->
|
|
|
13
|
|
|
|
14
|
# Tuya PA-44Z
|
|
|
15
|
|
|
|
16
|
| | |
|
|
|
17
|
|-----|-----|
|
|
|
18
|
| Model | PA-44Z |
|
|
|
19
|
| Vendor | [Tuya](/supported-devices/#v=Tuya) |
|
|
|
20
|
| Description | Photoelectric smoke detector |
|
|
|
21
|
| Exposes | smoke, battery, silence, test, smoke_concentration, device_fault |
|
|
|
22
|
| Picture |  |
|
|
|
23
|
|
|
|
24
|
|
|
|
25
|
<!-- Notes BEGIN: You can edit here. Add "## Notes" headline if not already present. -->
|
|
|
26
|
## Notes
|
|
|
27
|
|
|
|
28
|
### Pairing
|
|
|
29
|
Press test button for 10 seconds.
|
|
|
30
|
<!-- Notes END: Do not edit below this line -->
|
|
|
31
|
|
|
|
32
|
|
|
|
33
|
|
|
|
34
|
|
|
|
35
|
## Exposes
|
|
|
36
|
|
|
|
37
|
### Smoke (binary)
|
|
|
38
|
Indicates whether the device detected smoke.
|
|
|
39
|
Value can be found in the published state on the `smoke` property.
|
|
|
40
|
It's not possible to read (`/get`) or write (`/set`) this value.
|
|
|
41
|
If value equals `true` smoke is ON, if `false` OFF.
|
|
|
42
|
|
|
|
43
|
### Battery (numeric)
|
|
|
44
|
Remaining battery in %, can take up to 24 hours before reported.
|
|
|
45
|
Value can be found in the published state on the `battery` property.
|
|
|
46
|
It's not possible to read (`/get`) or write (`/set`) this value.
|
|
|
47
|
The minimal value is `0` and the maximum value is `100`.
|
|
|
48
|
The unit of this value is `%`.
|
|
|
49
|
|
|
|
50
|
### Silence (binary)
|
|
|
51
|
Silence the alarm.
|
|
|
52
|
Value can be found in the published state on the `silence` property.
|
|
|
53
|
It's not possible to read (`/get`) this value.
|
|
|
54
|
To write (`/set`) a value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"silence": NEW_VALUE}`.
|
|
|
55
|
If value equals `true` silence is ON, if `false` OFF.
|
|
|
56
|
|
|
|
57
|
### Test (binary)
|
|
|
58
|
Indicates whether the device is being tested.
|
|
|
59
|
Value can be found in the published state on the `test` property.
|
|
|
60
|
It's not possible to read (`/get`) or write (`/set`) this value.
|
|
|
61
|
If value equals `true` test is ON, if `false` OFF.
|
|
|
62
|
|
|
|
63
|
### Smoke concentration (numeric)
|
|
|
64
|
Parts per million of smoke detected.
|
|
|
65
|
Value can be found in the published state on the `smoke_concentration` property.
|
|
|
66
|
It's not possible to read (`/get`) or write (`/set`) this value.
|
|
|
67
|
The unit of this value is `ppm`.
|
|
|
68
|
|
|
|
69
|
### Device fault (binary)
|
|
|
70
|
Indicates a fault with the device.
|
|
|
71
|
Value can be found in the published state on the `device_fault` property.
|
|
|
72
|
It's not possible to read (`/get`) or write (`/set`) this value.
|
|
|
73
|
If value equals `true` device fault is ON, if `false` OFF.
|
|
|
74
|
|