Add support for 2 channel/gang curtain module j1xl73iw#851
Merged
JohanBendz merged 4 commits intoJohanBendz:SDK3from Sep 16, 2024
Merged
Add support for 2 channel/gang curtain module j1xl73iw#851JohanBendz merged 4 commits intoJohanBendz:SDK3from
JohanBendz merged 4 commits intoJohanBendz:SDK3from
Conversation
Owner
|
Added, thanks for the PR. I'll have a look at OPEN and CLOSE |
Owner
|
Hi @tfoldi, can you try this code and see if this solves open and close? |
dlnraja
pushed a commit
to dlnraja/com.tuya.zigbee
that referenced
this pull request
Jul 24, 2025
2 Gang Curtain module (TZ3000_j1xl73iw)
dlnraja
added a commit
to dlnraja/com.tuya.zigbee
that referenced
this pull request
Jul 25, 2025
2 Gang Curtain module (TZ3000_j1xl73iw)
dlnraja
added a commit
to dlnraja/com.tuya.zigbee
that referenced
this pull request
Jan 5, 2026
dlnraja
added a commit
to dlnraja/com.tuya.zigbee
that referenced
this pull request
Jan 31, 2026
…4_Pete, Peter-Celica) ## Deep Investigation Summary (70+ changelog entries analyzed) ### Peter_van_Werkhoven (20+ fixes, v5.5.841-v5.5.987) - Device: HOBEIAN ZG-204ZV (5-in-1 Multisensor) - Forum Posts: JohanBendz#1203, JohanBendz#1204, JohanBendz#1211, JohanBendz#1225, JohanBendz#1253, JohanBendz#1265, JohanBendz#1282 - Key Issues: Humidity multiplier, Lux disco lights, missing temp/humidity, distance divisor, SOS button, ZCL clusters, battery auto-add - Cross-ref: Z2M docs, ZHA #4452, #4517, #4268 ### 4x4_Pete (10+ fixes, v5.5.329-v5.5.983) - Devices: HOBEIAN ZG-204ZM (PIR+24GHz Radar), ZG-204ZL (PIR-only) - Forum Posts: JohanBendz#788, JohanBendz#810, JohanBendz#848, JohanBendz#851 - Key Issues: Wrong driver pairing, battery spam, false temp/humidity, ZCL+Tuya hybrid detection, PIR+Radar settings - Cross-ref: SmartHomeScene review, Z2M Discussion #28529 ### Peter-Celica - Credited contributor in v5.5.931 ## Files Updated: - DEVICE_INTERVIEWS.json: +INT-145 ZG-204ZM, updated INT-144, recurringPatterns - USER_DEVICE_EXPECTATIONS.md: +4x4_Pete section, +Peter-Celica ## Internet Sources Cross-Referenced (12+): - SmartHomeScene: ZG-204ZM battery presence sensor review - Z2M: ZG-204ZV docs, #12364, Discussion #28529 - ZHA: #4452, #4517, #4268, #1599 - HA Community: ZG-204ZM issues, custom quirks - Blakadder database
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.
This PR is what is seems, it support two channel curtain module (like
j1xl73iw). As it requires a submodule to control both channels, I created a new device folder for it.Any comments are welcome.
I have one issue that I might need to change: on the primary module, the state states
UPandDOWNand set position work correctly, but theOPENandCLOSEdo not. On the submodule, all three methods work well.Still, it does the job, up and down works, set to % also.
This will fix #362 as well