Skip to content

Commit

Permalink
feat(add): E8
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Aug 12, 2024
1 parent 7929df0 commit e56b539
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5224,7 +5224,7 @@ const definitions: Definition[] = [
},
},
{
fingerprint: [{modelID: 'TS0601', manufacturerName: '_TZE204_ntcy3xu1'}],

This comment has been minimized.

Copy link
@semeion-net

semeion-net Sep 25, 2024

I just ordered one of these Nous E8 smoke sensors, strangely enough the device shows up as unsupported in Z2M; for some reason the vendor string of my model seems to be:

_TZE284_0zaf1cr8

Here's the automatically created definition:

zigbeeModel: ['TS0601'],
model: 'TS0601',
vendor: '_TZE284_0zaf1cr8',

Side note: Unfortunately I just ordered one device yet and am not sure if there might be more variations or even random vendor IDs. Will probably shop more sensors if this one works.

I haven't contributed to Z2M yet, but seems this is a good occasion to check out how to help adding supported devices :)

fingerprint: tuya.fingerprint('TS0601', ['_TZE200_0zaf1cr8', '_TZE204_ntcy3xu1']),
model: 'TS0601_smoke_1',
vendor: 'Tuya',
description: 'Smoke sensor',
Expand All @@ -5239,6 +5239,7 @@ const definitions: Definition[] = [
[14, 'battery_low', tuya.valueConverter.trueFalse0],
],
},
whiteLabel: [tuya.whitelabel('Nous', 'E8', 'Smoke sensor', ['_TZE200_0zaf1cr8'])],
},
{
fingerprint: [{modelID: 'TS0601', manufacturerName: '_TZE200_ntcy3xu1'}],
Expand Down

0 comments on commit e56b539

Please sign in to comment.