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
Adds a sub-driver to the zigbee-window-treatment driver for Sombra Shades
Zigbee window shade motors (manufacturer "Sombra Shades").
Details
Position is reported and commanded through the standard Window Covering
cluster (0% = open, 100% = closed); no inversion.
Opening/Closing status is inferred from the direction of position change,
so it works across Sombra motor variants (battery and DC) regardless of
any manufacturer-specific motion cluster. A short settle timer emits the
resting state once movement stops.
Battery level via the Power Configuration cluster; power source via the
Basic cluster.
Registered through the existing lazy-load mechanism in sub_drivers.lua.
Testing
Unit tests in test_zigbee_window_treatment_sombra.lua.
Verified on physical Sombra hardware (battery and DC motors): open, close,
pause, set level, preset, position reporting, battery, and power source.
Is the change to the fingerprints file intentional? Im not sure this will be backwards compatible, depending on if there are devices in the field that already use the exiting fingerprint
Good catch — that removal wasn't intentional. This branch predated the Sombra Shades/WM25/L-Z and Sombra Shades/SS25/L-Z fingerprints being added to main, so the diff was dropping them.
I've pushed a commit restoring both entries (unchanged, still mapped to window-treatment-battery), so the change is now purely additive — it only adds the Sombra Shades/SOMBRA/Z-M fingerprint (mapped to window-treatment-powerSource and handled by the new sombra sub-driver). No existing fingerprints are removed, so any field devices on WM25/L-Z or SS25/L-Z keep matching. Thanks for catching it!
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
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.
Summary
Adds a sub-driver to the zigbee-window-treatment driver for Sombra Shades
Zigbee window shade motors (manufacturer "Sombra Shades").
Details
cluster (0% = open, 100% = closed); no inversion.
so it works across Sombra motor variants (battery and DC) regardless of
any manufacturer-specific motion cluster. A short settle timer emits the
resting state once movement stops.
Basic cluster.
Testing
pause, set level, preset, position reporting, battery, and power source.