-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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: support for tuya TRV _TZE200_9mjy74mp #8401
base: master
Are you sure you want to change the base?
Conversation
support for _TZE200_9mjy74mp and related inspired from zha_quirks where this device works with similar state as some existing device jacekk015/zha_quirks#59 verified locally, _TZE200_9mjy74mp seems to be working OK for me
@@ -4990,6 +4990,7 @@ const definitions: DefinitionWithExtend[] = [ | |||
whiteLabel: [ | |||
tuya.whitelabel('id3', 'GTZ06', 'Thermostatic radiator valve', ['_TZE200_z1tyspqw']), | |||
tuya.whitelabel('Avatto', 'TRV07', 'Thermostatic radiator valve', ['_TZE200_bvrlmajk']), | |||
tuya.whitelabel('Moes', 'TS0601', 'Thermostatic radiator valve', ['_TZE204_9mjy74mp', '_TZE204_9mjy74mp']), |
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.
tuya.whitelabel('Moes', 'TS0601', 'Thermostatic radiator valve', ['_TZE204_9mjy74mp', '_TZE204_9mjy74mp']), | |
tuya.whitelabel('Moes', 'TS0601', 'Thermostatic radiator valve', ['_TZE204_9mjy74mp']), |
Also is there a better model number written on the device? If not use Moes_TS0601_TRV
I have Moes _TZE204_9mjy74mp valve and it doesn't work as TS0601_thermostat_1, it is working as Tuya TRV602. Koenkk/zigbee2mqtt#23206 (comment) |
Hello, thank you for providing the addition. Your modification has duplicated 'modelID:' You can try changing 'TS0601' to 'ZTRV-801'. (We are gradually trying to add some products to ZigBee2MQTT for more people to use) |
support for _TZE200_9mjy74mp and related
inspired from zha_quirks where this device works with similar state as some existing device jacekk015/zha_quirks#59
verified locally, _TZE200_9mjy74mp seems to be working OK for me