Open
Conversation
This was referenced Jan 27, 2026
Owner
|
@lackas hier fehlt noch der Eintrag in der home.json und entsprechende Testfälle. |
Add support for the ELV-SH-SB8 Status Board device, which has 8 LEDs controllable via SWITCH_CHANNEL. Functionally identical to MOD-OC8. Closes hahn-th#603
d71b6e8 to
9ef931d
Compare
Collaborator
Author
|
Added device data (from issue #603, anonymized) and test case. Rebased on master. |
Add device data from issue hahn-th#603 (anonymized) and test coverage for the ELV-SH-SB8 Status Board device.
9ef931d to
f1aa44d
Compare
Owner
|
hi @lackas. hier musst du leider nochmal einen Merge machen. Sprich den master branch in diesen branch mergen. |
Collaborator
Author
|
Done, merged master. |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #622 +/- ##
==========================================
- Coverage 96.78% 91.43% -5.35%
==========================================
Files 49 55 +6
Lines 10298 10326 +28
==========================================
- Hits 9967 9442 -525
- Misses 331 884 +553 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Summary
Add support for the ELV-SH-SB8 Status Board device.
Device Details
Implementation
Based on the device dump from #603, the LED outputs use
SWITCH_CHANNEL(same channeltype as HmIP-MOD-OC8), so it inherits the existing
Switchbase class. Each LED can becontrolled via
set_switch_state(on=True/False, channelIndex=1-8).Testing
Closes #603