Skip to content

Commit

Permalink
Adding some Zonnsmart TRVs
Browse files Browse the repository at this point in the history
And some names
  • Loading branch information
MattWestb authored and TheJulianJES committed Jan 28, 2023
1 parent 1e72666 commit c59f4ac
Showing 1 changed file with 10 additions and 8 deletions.
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

0 comments on commit c59f4ac

Please sign in to comment.