Skip to content

Commit

Permalink
fix(detect): Detect _TZE284_wtikaxzs as Nous E6
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Oct 5, 2024
1 parent 1485ef4 commit b0e1da8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/devices/nous.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const definitions: DefinitionWithExtend[] = [
],
},
{
fingerprint: [{modelID: 'TS0601', manufacturerName: '_TZE200_nnrfa68v'}],
fingerprint: tuya.fingerprint('TS0601', ['_TZE284_wtikaxzs', '_TZE200_nnrfa68v']),
model: 'E6',
vendor: 'Nous',
description: 'Temperature & humidity LCD sensor',
Expand All @@ -95,6 +95,7 @@ const definitions: DefinitionWithExtend[] = [
e.temperature(),
e.humidity(),
e.battery(),
e.battery_low(),
e.enum('temperature_unit_convert', ea.STATE_SET, ['celsius', 'fahrenheit']).withDescription('Current display unit'),
e.enum('temperature_alarm', ea.STATE, ['canceled', 'lower_alarm', 'upper_alarm']).withDescription('Temperature alarm status'),
e.numeric('max_temperature', ea.STATE_SET).withUnit('°C').withValueMin(-20).withValueMax(60).withDescription('Alarm temperature max'),
Expand Down

0 comments on commit b0e1da8

Please sign in to comment.