Skip to content

Commit

Permalink
Add sibling trv support
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Sarmatin committed Dec 9, 2024
1 parent 4502db9 commit 3514e10
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/devices/moes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,10 +318,14 @@ const definitions: DefinitionWithExtend[] = [
exposes: [e.battery(), e.illuminance(), e.humidity(), e.temperature()],
},
{
fingerprint: [{modelID: 'TS0601', manufacturerName: '_TZE200_b6wax7g0'}],
fingerprint: [
{modelID: 'TS0601', manufacturerName: '_TZE200_b6wax7g0'},
{modelID: 'TS0601', manufacturerName: '_TZE200_qsoecqlk'},
],
model: 'BRT-100-TRV',
vendor: 'Moes',
description: 'Thermostatic radiator valve',
whiteLabel: [tuya.whitelabel('Sibling', 'Powerswitch-ZK(W)', 'Thermostatic radiator valve', ['_TZE200_qsoecqlk']) ],
// ota: true,
// OTA available but bricks device https://github.com/Koenkk/zigbee2mqtt/issues/18840
onEvent: tuya.onEventSetLocalTime,
Expand Down

0 comments on commit 3514e10

Please sign in to comment.