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

New Fix for ZWT198 preset modes #8565

Merged
merged 1 commit into from
Jan 5, 2025
Merged

New Fix for ZWT198 preset modes #8565

merged 1 commit into from
Jan 5, 2025

Conversation

B3WiN
Copy link
Contributor

@B3WiN B3WiN commented Jan 5, 2025

Device info:

Description: Avatto wall thermostat
Zigbee Manufacturer: _TZE204_xnbkhhdr
Model: ZWT198

Unfortunately, the 2.0.0 update has once again swapped manual and auto preset modes. I have the _TZE204_xnbkhhdr version, where the following is definitely correct:

{auto: tuya.enum(0), manual: tuya.enum(1), temporary_manual: tuya.enum(2)}

I don't have the other varieties, so I can't check them, but based on a little research:

  • based on Update tuya.ts #8446 and @domome 's comment the correct code for _TZE204_lzriup1j:

    {auto: tuya.enum(1), manual: tuya.enum(0), temporary_manual: tuya.enum(2)}

  • based on Update tuya.ts #8298 the correct code for _TZE200_viy9ihs7:

    {auto: tuya.enum(0), manual: tuya.enum(1), temporary_manual: tuya.enum(2)}

@Koenkk Koenkk merged commit 33b785a into Koenkk:master Jan 5, 2025
2 checks passed
@Koenkk
Copy link
Owner

Koenkk commented Jan 5, 2025

Thanks!

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