Skip to content

Commit

Permalink
feat(add): HA-08_THERMO (#8227)
Browse files Browse the repository at this point in the history
* fix(detect): Detect _TZE200_wsbfwodu as AlecoAir HA-08

* Update tuya.ts
Support for AlecoAir HA-08 Smart Thermostat Head

* Update src/devices/tuya.ts

Use whitelabel for AlecoAir HA-08

Co-authored-by: Koen Kanters <[email protected]>

---------

Co-authored-by: Koen Kanters <[email protected]>
  • Loading branch information
stefan-golinschi and Koenkk authored Oct 31, 2024
1 parent f5c73fb commit 533fc18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4477,6 +4477,7 @@ const definitions: DefinitionWithExtend[] = [
'_TZE200_7yoranx2' /* model: 'TV01-ZB', vendor: 'Moes' */,
'_TZE200_kds0pmmv',
'_TZE200_py4cm3he' /* model: 'TV06-Zigbee', vendor: 'Tuya' */,
'_TZE200_wsbfwodu' /* model: 'HA-08 THERMO', vendor: 'AlecoAir' */,
]),
model: 'TV02-Zigbee',
vendor: 'Tuya',
Expand All @@ -4489,6 +4490,7 @@ const definitions: DefinitionWithExtend[] = [
{vendor: 'Unknown/id3.pl', model: 'GTZ08'},
tuya.whitelabel('Moes', 'ZTRV-ZX-TV01-MS', 'Thermostat radiator valve', ['_TZE200_7yoranx2']),
tuya.whitelabel('Moes', 'TV01-ZB', 'Thermostat radiator valve', ['_TZE200_e9ba97vf']),
tuya.whitelabel('AlecoAir', 'HA-08_THERMO', 'Thermostat radiator valve', ['_TZE200_wsbfwodu']),
],
ota: ota.zigbeeOTA,
fromZigbee: [tuya.fz.datapoints],
Expand Down

0 comments on commit 533fc18

Please sign in to comment.