Skip to content

Commit

Permalink
fix(detect): Detect all TS0225 as supported Koenkk/zigbee2mqtt#18612
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Aug 18, 2023
1 parent 5e8130b commit 126c55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4308,7 +4308,7 @@ const definitions: Definition[] = [
},
},
{
fingerprint: tuya.fingerprint('TS0225', ['_TZE200_hl0ss9oa']),
zigbeeModel: ['TS0225'],
model: 'TS0225',
vendor: 'TuYa',
description: '24Ghz human presence sensor',
Expand Down

2 comments on commit 126c55e

@kkossev
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Koenkk models TS0225 has two different manufacturers : _TZE200_hl0ss9oa and _TZE200_2aaelwxk and they have diferent sets of DPs :

_TZE200_2aaelwxk - Koenkk/zigbee2mqtt#18612 (comment)
_TZE200_hl0ss9oa - https://gist.github.com/Koenkk/79a20ea7e5eaf35749e157d0c31a1f9b

should be handled separately ...

@Koenkk
Copy link
Owner Author

@Koenkk Koenkk commented on 126c55e Aug 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted the commit

Please sign in to comment.