Skip to content

Commit

Permalink
Add _TZE200_a4bpgplm to TS0601_thermostat (Haozee TRV601) (Koenkk#3205)
Browse files Browse the repository at this point in the history
* Add support for Haozee TS0601 TRV variant

This PR adds support for the Haozee Zigbee thermostat sold on Aliex[ress. It's simply a variant of the Tuya TS0601 thermostat so it was sufficient to only add the different manufacurerName (_TZE200_a4bpgplm) to the tuya.js.
With this change the device gets detected and you can interact with it just like with any other TS0601 thermostat.

* Update tuya.js

Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
  • Loading branch information
Highvolt and Koenkk authored Oct 22, 2021
1 parent 1a8f886 commit 1a22794
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions devices/tuya.js
Original file line number Diff line number Diff line change
Expand Up @@ -686,12 +686,13 @@ module.exports = [
{
zigbeeModel: ['kud7u2l'],
fingerprint: [{modelID: 'TS0601', manufacturerName: '_TZE200_ckud7u2l'}, {modelID: 'TS0601', manufacturerName: '_TZE200_ywdxldoj'},
{modelID: 'TS0601', manufacturerName: '_TZE200_cwnjrr72'}, {modelID: 'TS0601', manufacturerName: '_TZE200_chyvmhay'}],
{modelID: 'TS0601', manufacturerName: '_TZE200_cwnjrr72'}, {modelID: 'TS0601', manufacturerName: '_TZE200_chyvmhay'},
{modelID: 'TS0601', manufacturerName: '_TZE200_a4bpgplm'}],
model: 'TS0601_thermostat',
vendor: 'TuYa',
description: 'Radiator valve with thermostat',
whiteLabel: [{vendor: 'Moes', model: 'HY368'}, {vendor: 'Moes', model: 'HY369RT'}, {vendor: 'SHOJZJ', model: '378RT'},
{vendor: 'Silvercrest', model: 'TVR01'}],
{vendor: 'Silvercrest', model: 'TVR01'}, {vendor: 'Haozee', model: 'TRV601'}],
meta: {tuyaThermostatPreset: tuya.thermostatPresets, tuyaThermostatSystemMode: tuya.thermostatSystemModes3},
ota: ota.zigbeeOTA,
onEvent: tuya.onEventSetLocalTime,
Expand Down

0 comments on commit 1a22794

Please sign in to comment.