Add Zemismart 6-gang, curtain_motor toggle, and new manufacturer ids#1428
Open
moKorean wants to merge 3 commits into
Open
Add Zemismart 6-gang, curtain_motor toggle, and new manufacturer ids#1428moKorean wants to merge 3 commits into
moKorean wants to merge 3 commits into
Conversation
New driver modeled as two 3-gang modules on separate endpoints. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- Add windowcoverings toggle flow with open/stop/close handling using Tuya standard control datapoints (DP1 enum 0=OPEN/1=STOP/2=CLOSE). - Rename DP3 'arrived' -> 'state' (percent state) and improve position logging. - Add manufacturer id _TZE204_r0jdjrvi. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- pir_sensor_2: _TZ3210_cwamkvua - radar_sensor: _TZE200_kb5noeto - relay_board_4_channel: _TZ3000_a37eix1s Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
Adds one new device and extends a few existing drivers, based on the latest
SDK3.New device
curtain_motor
0=OPEN,1=STOP,2=CLOSE).arrived→state(percent state) and improve position/logging handling._TZE204_r0jdjrvi.New manufacturer ids
pir_sensor_2:_TZ3210_cwamkvuaradar_sensor:_TZE200_kb5noetorelay_board_4_channel:_TZ3000_a37eix1sNotes
SDK3; the generatedapp.jsonis intentionally omitted (build artifact).🤖 Generated with Claude Code