You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### UPDATED
- Temperature sensors are now properly reflected as a binary response.
- Corrected `isAlarmActive` to not accept `undefined` as a value when setting the panel status.
- Renamed ADT Pulse Accessory "Status" to "Activity".
- Renamed `adtSessionMax` to `adtSessionLifespan` to better describe the time login sessions are active and not stale.
- Support to return `SecuritySystemCurrentState` characteristic values when setting panel status so `getPanelStatus` can retrieve the proper status while system is busy.
- Better documentation during the process of setting panel status.
- "Trouble" statuses from sensors indicate a sensor tamper, and is now considered a part of "alarm ringing" context.
### FIXED
- `synchronizeSyncCheck()` detecting response code from `syncCheck.info.message` instead of `syncCheck.info.code`.
### ADDED
- Acknowledgements for @Danimal4326, @sapireli, @hapinstance, and @thcooley.
- A panel switch to "Disarm" the system in case the alarm rings (e.g. CO or Smoke alarm) while system is "Disarmed".
- Support for sensor statuses based on hints, community help, and existing statuses (`shock` and `supervisory` remains undocumented so far).
v3.0.0
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,9 +162,8 @@ To improve this, debug mode is now activated __ONLY when debug mode is enabled o
162
162
The Temperature Sensor (`temperature`) functions differently compared to standard contact sensors when it comes to processing sensor statuses.
163
163
164
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__.
165
+
- Normal temperatures are represented as __0°C__.
166
+
- Abnormal temperatures are represented as __100°C__.
168
167
169
168
## Support for HOOBS
170
169
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).
@@ -234,6 +233,9 @@ If you find value in the ongoing development of this plugin and wish to express
234
233
235
234
Moreover, I extend a special acknowledgment and heartfelt gratitude to the following individuals:
236
235
-[@kevinmhickey](https://github.com/kevinmhickey) - For the inspiration to build a better script used in `v1.0.0` through `v2.2.0`.
237
-
-[@Danimal4326](https://github.com/Danimal4326) - For successfully identifying the solution for ADT Pulse's 2-factor authentication.
236
+
-[@Danimal4326](https://github.com/Danimal4326) - For successfully identifying the solution for ADT Pulse's 2-factor authentication and for contributions toward the successful development of `v3.0.0`.
237
+
-[@sapireli](https://github.com/sapireli) - For contributions toward the successful development of `v3.0.0`.
238
+
-[@hapinstance](https://github.com/hapinstance) - For contributions toward the successful development of `v3.0.0`.
239
+
-[@thcooley](https://github.com/thcooley) - For contributions toward the successful development of `v3.0.0`.
238
240
239
-
Their contributions have significantly enhanced the functionality and reliability of this plugin.
241
+
Their contributions and time spent have significantly enhanced the functionality and reliability of this plugin.
0 commit comments