-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Add _TZE200_bcusnqt8 whiteLabel mapping #6228
Conversation
Link to issue |
src/devices/tuya.ts
Outdated
@@ -5337,7 +5337,7 @@ const definitions: Definition[] = [ | |||
], | |||
}, | |||
{ | |||
fingerprint: [{modelID: 'TS0601', manufacturerName: '_TZE200_bcusnqt8'}], | |||
fingerprint: tuya.fingerprint('TS0601', ['_TZE200_bcusnqt8']), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this device has only 1 model/fingerprint, I propose to update the vendor
and model
instead (and remove the whitelabel)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make sens. I don't know if this device is sold by another brand. Should I push a new PR with the change or you update directly on the main ? Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just update this directly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, sorry I didn't know I can update the PR. Thanks
Thanks! |
Add the Yagusmart Tuya Zigbee smart energy sensor mapping