Skip to content

Commit

Permalink
fix(detect): Detect _TZE200_rxypyjkw as Evanell EZ200 (#8032)
Browse files Browse the repository at this point in the history
* Update evanell.ts

Trying to link new Evanell TRV's they show up with this manufacturers name

* Update evanell.ts

re added previous manufacturer

* lint

---------

Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
  • Loading branch information
callmebackdraft and Koenkk authored Sep 29, 2024
1 parent e7bd227 commit 40115c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/devices/evanell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ const ea = exposes.access;

const definitions: DefinitionWithExtend[] = [
{
fingerprint: [{modelID: 'TS0601', manufacturerName: '_TZE200_dmfguuli'}],
fingerprint: [
{modelID: 'TS0601', manufacturerName: '_TZE200_dmfguuli'},
{modelID: 'TS0601', manufacturerName: '_TZE200_rxypyjkw'},
],
model: 'EZ200',
vendor: 'Evanell',
description: 'Thermostatic radiator valve',
Expand Down

0 comments on commit 40115c6

Please sign in to comment.