Skip to content

Commit

Permalink
fix(detect): Detect _TZE204_p1qrtljn as TECH VNTH-T2 (#8461)
Browse files Browse the repository at this point in the history
Co-authored-by: Lionel <[email protected]>
Co-authored-by: Koen Kanters <[email protected]>
  • Loading branch information
3 people authored Dec 10, 2024
1 parent a291886 commit 2e4b3b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/devices/tech.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ const ea = exposes.access;

const definitions: DefinitionWithExtend[] = [
{
fingerprint: [{modelID: 'TS0601', manufacturerName: '_TZE204_r7brscr6'}],
fingerprint: [
{modelID: 'TS0601', manufacturerName: '_TZE204_r7brscr6'},
{modelID: 'TS0601', manufacturerName: '_TZE204_p1qrtljn'},
],
model: 'VNTH-T2',
vendor: 'TECH',
description: 'Smart radiator valve',
Expand Down

0 comments on commit 2e4b3b0

Please sign in to comment.