-
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
feat(add): Avatto ME168 #8651
feat(add): Avatto ME168 #8651
Conversation
ebbf9e8
to
a8d6dd1
Compare
todo: add new page to the website, as the same whitelabel cannot be used again |
src/devices/tuya.ts
Outdated
@@ -5517,6 +5516,153 @@ const definitions: DefinitionWithExtend[] = [ | |||
await reporting.bind(endpoint, coordinatorEndpoint, ['genOnOff']); | |||
}, | |||
}, | |||
{ | |||
fingerprint: tuya.fingerprint('TS0601', ['_TZE200_ybsqljjg' /* model: 'ME168', vendor: 'AVATTO' */]), | |||
model: 'TS0601_thermostat_5', |
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 there is only 1 whitelabel, use ME168
here and remove 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.
unfortunately, I think it's not possible to use the actual model as it was white labeled somewhere else
FAIL test/index.test.js > index.js > Verify definitions
Error: Duplicate whitelabel zigbee model ME168
fingerprint: tuya.fingerprint('TS0601', ['_TZE200_ybsqljjg']),
model: 'ME168',
vendor: 'AVATTO',
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.
named as AVATTO_ME168 for now, let's discuss this further
fix for window_detection to override access type fixes for max temperature fix the all days schedule description to be more helpful
a8d6dd1
to
9b4969c
Compare
9b4969c
to
8d5b2c1
Compare
Thanks! |
Following my previous pull request for this device, I've purchased a Tuya Gateway to make it 99% functional :)
tuya:
Additional things: