TS0210 / _TZ32101000000_5oy7cysk #29368
mikeng1234
started this conversation in
Devices
Replies: 1 comment 1 reply
|
Hey @mikeng1234 I got this sensor recently as well and found the same problem. Thanks to Claude I got it working. It seems to queue the triggered vibration so it's quite slow to report in. Could be something else to solve, but the external converter below is working and reporting vibration. It includes a setting for a timeout before the vibration clears. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Does anyone used TS0210/_TZ32101000000_5oy7cysk model? other zigbee devices are working fine so no issue with the coordinator. But upon connecting this one, no data shown on its exposes. The device responds with vibrations. I tried to set the sensitivity but having error (as shown on notifications tab). Tried to connect through Tuya App + Zigbee gateway and it is just working fine.
import * as m from 'zigbee-herdsman-converters/lib/modernExtend';
export default {
zigbeeModel: ['TS0210'],
model: 'TS0210',
vendor: '_TZ32101000000_5oy7cysk',
description: 'Automatically generated definition',
extend: [m.battery(), m.iasZoneAlarm({"zoneType":"generic","zoneAttributes":["alarm_1","alarm_2","tamper","battery_low"]})],
};
This is my first time raising issue and communicating via github. Please bear with me.
All reactions