DDF for Third Reality contact sensor (3RDS17BZ) #8039
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add a DDF for the Third Reality contact sensor. The DDF is based on the Ikea Parasoll DDF, as this device also uses the IAS (alarm system) cluster to report opening/closing events.
The device doesn't seem to support reporting for the Battery Percentage Remaining, giving an Unreportable Attribute error when trying to configure it, so this DDF does not configure reporting.
There is an attribute for
config/delay
, which uses a manufacturer-specific cluster to set the delay before an opening event is reported. The cluster is defined by @3reality-support in zigbee-herdsman-converters PR #7967 and the readme for door sensors in ZHA.The firmware version must be updated to v1.00.63 for the
config/delay
attribute (manufacturer-specific) to work. Some of my devices came with v1.00.60 and I used the OTAU file provided by Third Reality (found via zigbee-OTA repo to upgrade them.