|
1 | 1 | ADT Pulse for Homebridge
|
2 | 2 | =========================
|
3 | 3 |
|
4 |
| -### ⚠️ Please Install the Beta Version ⚠️ |
5 |
| -This plugin is completely re-written from the ground up (supports v27.0.0-140), and I would love everyone on board! Please install the beta version, so I can quickly get a faster and more stable version to you! |
6 |
| - |
7 |
| -Please bear with me, as the beta version is being actively developed and tested. If you see any unusual or annoying bugs, please comment on this [GitHub issue](https://github.com/mrjackyliang/homebridge-adt-pulse/issues/124). |
8 |
| - |
9 | 4 | [](https://www.npmjs.com/package/homebridge-adt-pulse)
|
10 | 5 | [](https://www.npmjs.com/package/homebridge-adt-pulse)
|
11 | 6 | [](https://github.com/mrjackyliang/homebridge-adt-pulse/blob/main/LICENSE)
|
@@ -71,7 +66,8 @@ This plugin can expose these devices (in read-only mode) based on your configura
|
71 | 66 | 6. `heat` - Heat (Rate-of-Rise) Detector
|
72 | 67 | 7. `motion` - Motion Sensor __::__ Motion Sensor (Notable Events Only)
|
73 | 68 | 8. `shock` - Shock Sensor
|
74 |
| -9. `temperature` - Temperature Sensor |
| 69 | +9. `supervisory` - System/Supervisory |
| 70 | +10. `temperature` - Temperature Sensor |
75 | 71 |
|
76 | 72 | Due to implementation complexity and platform instability, all Z-Wave accessories connected to the ADT Pulse gateway will not be planned for development or be supported overall. Consider purchasing the [Hubitat Hub](https://hubitat.com) for a seamless setup experience, or read about the [Home Assistant Z-Wave](https://www.home-assistant.io/integrations/zwave_js/) integration.
|
77 | 73 |
|
@@ -162,6 +158,14 @@ Consumers would enable debug mode, but forget to also enable Homebridge debug mo
|
162 | 158 |
|
163 | 159 | To improve this, debug mode is now activated __ONLY when debug mode is enabled on Homebridge__ itself. This approach promotes isolation (logs can be separated for each bridge) and helps enhance the troubleshooting experience in case any issues arise.
|
164 | 160 |
|
| 161 | +## Temperature Sensors in HAP Protocol |
| 162 | +The Temperature Sensor (`temperature`) functions differently compared to standard contact sensors when it comes to processing sensor statuses. |
| 163 | + |
| 164 | +In contrast to typical contact sensors that convey open or closed status, the temperature sensor exposed in the Home app (utilizing the HAP protocol) operates with temperature values. To accommodate this difference, the accessory converts these binary states into corresponding temperature degrees: |
| 165 | +- Cold temperatures are represented as __0°C__. |
| 166 | +- Normal temperatures are indicated as __20°C__. |
| 167 | +- Hot temperatures are reflected as __40°C__. |
| 168 | + |
165 | 169 | ## Support for HOOBS
|
166 | 170 | Please note that HOOBS may use an outdated configuration UI. This issue that was reported by me, remains unresolved by the HOOBS team. For additional details, refer to this [GitHub issue](https://github.com/hoobs-org/HOOBS/issues/1873).
|
167 | 171 |
|
|
0 commit comments