From 40115c6a4dfd4d0cafaec9b84c0d28809a1c20e1 Mon Sep 17 00:00:00 2001 From: Dennis Date: Sun, 29 Sep 2024 20:16:56 +0200 Subject: [PATCH] fix(detect): Detect `_TZE200_rxypyjkw` as Evanell EZ200 (#8032) * 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 --- src/devices/evanell.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/devices/evanell.ts b/src/devices/evanell.ts index 7a6d3dd8f0213..491be1480e4e6 100644 --- a/src/devices/evanell.ts +++ b/src/devices/evanell.ts @@ -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',