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

Add Zonnsmart TRV IDs and comment with names #2146

Merged
merged 1 commit into from Jan 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 10 additions & 8 deletions zhaquirks/tuya/ts0601_trv.py
Expand Up @@ -1677,14 +1677,16 @@ def __init__(self, *args, **kwargs):
# endpoint=1 profile=260 device_type=81 device_version=0 input_clusters=[0, 4, 5, 61184]
# output_clusters=[10, 25]>
MODELS_INFO: [
("_TZE200_7yoranx2", "TS0601"), # MOES TRV TV01 ZTRV-ZX-TV01-MS
("_TZE200_e9ba97vf", "TS0601"),
("_TZE200_hue3yfsn", "TS0601"), # TV02-ZG
("_TZE200_husqqvux", "TS0601"),
("_TZE200_kly8gjlz", "TS0601"),
("_TZE200_lnbfnyxd", "TS0601"),
("_TZE200_mudxchsu", "TS0601"),
("_TZE200_kds0pmmv", "TS0601"), # MOES TRV TV02
("_TZE200_7yoranx2", "TS0601"), # MOES TV01 ZTRV-ZX-TV01-MS
("_TZE200_e9ba97vf", "TS0601"), # Zonnsmart TV01-ZG
("_TZE200_hue3yfsn", "TS0601"), # Zonnsmart TV02-ZG
("_TZE200_husqqvux", "TS0601"), # Tesla Smart TSL-TRV-TV01ZG
("_TZE200_kly8gjlz", "TS0601"), # EARU TV05-ZG
("_TZE200_lnbfnyxd", "TS0601"), # Tesla Smart TSL-TRV-TV01ZG
("_TZE200_mudxchsu", "TS0601"), # Foluu TV05
("_TZE200_kds0pmmv", "TS0601"), # MOES TV02
("_TZE200_sur6q7ko", "TS0601"), # LSC Smart Connect 3012732
("_TZE200_lllliz3p", "TS0601"), # tuya TV02-Zigbee2
],
ENDPOINTS: {
1: {
Expand Down