feat(zigbee): add Rti-Tek STHZB humidity sensor - #3190
Open
QuAnnan2019 wants to merge 4 commits into
Open
Conversation
QuAnnan2019
marked this pull request as ready for review
August 28, 2026 07:02
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Type of Change
Checklist
Description of Change
Adds manufacturer fingerprint support for the Rti-Tek STHZB Zigbee temperature and humidity sensor to the existing
zigbee-humidity-sensorEdge driver.The
rtitek-sthzbprofile exposes only SmartThings standard capabilities: temperature measurement, relative humidity measurement, battery, temperature alarm, and refresh. The driver reads and writes the device's FD22 manufacturer-specific cluster internally, but does not expose private-cluster data or Custom Capabilities to users.Summary of Completed Tests
zigbee-humidity-sensor, including 9 Rti-Tek STHZB testsluac -ppassed for the Rti-Tek sub-driverDevice Preferences are platform-owned values and cannot be rewritten by an Edge driver; a clamped device value therefore cannot be reflected back into the Preference input UI. The driver preserves device-side safety by writing only valid threshold combinations.
SmartThings Console Test Suite execution and the WWST certification submission remain required before production publication.