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

Tuya FS-05R dimmer support #7784

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Tuya FS-05R dimmer support #7784

wants to merge 1 commit into from

Conversation

juacas
Copy link
Contributor

@juacas juacas commented Jul 18, 2024

Tuya FS-05R dimmer support

Tuya FS-05R dimmer support
@@ -794,6 +804,20 @@ const modernExtendLocal = {
};

const definitions: Definition[] = [
{
fingerprint: [
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't this device work out of the box? It should be detected as

zigbeeModel: ['TS0052'],
, for proper detection you can add a tuya.whiteLabel there (search tuya.ts for examples)

Copy link
Contributor Author

@juacas juacas Jul 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, device is detected but doesn't work well with version 19.62.0.
FS-05R has the power-off malfunction as discussed in Koenkk/zigbee2mqtt#19847
The submitted code in this PR works for me when used in an "external converter".
Nevertheless, I'll try to add a tuya.whiteLabel for model FS-05R (I already added a photo to docs' repository).

@juacas juacas mentioned this pull request Jul 23, 2024
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

Successfully merging this pull request may close these issues.

2 participants