Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SUGGESTION] Add a new compatible model to dimmer module driver #6

Open
alpaville21a14 opened this issue Nov 11, 2021 · 2 comments
Open

Comments

@alpaville21a14
Copy link

A I have tested the model: TS1101 / manufacturer: _TZ3000_7ysdnebc just by adding the lines below in the modelConfigs:

"_TZ3000_7ysdnebc": [
    numEps: 2,
    joinName: "Tuya Zigbee 2-Gang Dimmer module"
]    

This is the device data:
image

It is working flawlessly, however I think it is a good idea to check if more changes are needed in the driver. If everything is ok, I believe you could add this new model to this driver so other users will able to use it also.

Thanks in advance

@matt-hammond-001
Copy link
Owner

You guessed correctly - adding the entry to modelConfigs is all that was required. I'll incorporate into the code shortly.

From the fingerprint it looks like it supports the standard clusters, which matches your report that it functions fully with the driver.

Many thanks for this!

@matt-hammond-001
Copy link
Owner

@alpaville21a14 - can you confirm if the driver was automatically used when you "discovered" and set up the device? Or did you manually select the driver?

I ask because the fingerprint the driver currently matches looks for model "TS110F" rather than "TS1101" ... (on line 85 )

matt-hammond-001 added a commit that referenced this issue Jun 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants