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

feat: support for tuya TRV _TZE200_9mjy74mp #8401

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

lukaskral
Copy link

@lukaskral lukaskral commented Nov 29, 2024

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

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
@lukaskral lukaskral marked this pull request as draft November 29, 2024 22:00
@lukaskral lukaskral marked this pull request as ready for review November 29, 2024 22:25
@@ -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']),
Copy link
Owner

@Koenkk Koenkk Nov 30, 2024

Choose a reason for hiding this comment

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

Suggested change
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

@dzikus
Copy link
Contributor

dzikus commented Dec 1, 2024

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)
#8415

@sdbldn
Copy link
Contributor

sdbldn commented Dec 4, 2024

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)

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.

4 participants