[New device support]: TS0215A from _TZ3000_dfvj5rhb
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 15.7k
- Forks
- 2k
- Avg merge
- 18h 55m
- Merged PRs (30d)
- 35
Description
Link
Database entry
{"id":31,"type":"EndDevice","ieeeAddr":"0x8cf681fffed1b22a","nwkAddr":8681,"manufId":4098,"manufName":"_TZ3000_dfvj5rhb","powerSource":"Battery","modelId":"TS0215A","epList":[1],"endpoints":{"1":{"profId":260,"epId":1,"devId":1025,"inClusterList":[0,1,3,1280],"outClusterList":[25,10,1281],"clusters":{"genBasic":{"attributes":{"modelId":"TS0215A","manufacturerName":"_TZ3000_dfvj5rhb","powerSource":3,"zclVersion":3,"appVersion":68,"stackVersion":0,"hwVersion":1,"dateCode":""}},"ssIasZone":{"attributes":{"iasCieAddr":"0x00124b0029e7deb2","zoneState":1}},"genPowerCfg":{"attributes":{"batteryPercentageRemaining":200}}},"binds":[{"cluster":1,"type":"endpoint","deviceIeeeAddress":"0x00124b0029e7deb2","endpointID":1}],"configuredReportings":[{"cluster":1,"attrId":33,"minRepIntval":3600,"maxRepIntval":65000,"repChange":10}],"meta":{}}},"appVersion":68,"stackVersion":0,"hwVersion":1,"dateCode":"","zclVersion":3,"interviewCompleted":true,"interviewState":"SUCCESSFUL","meta":{"configured":"0.0.0"},"lastSeen":1787750174661}
Zigbee2MQTT version
2.13.0 (unknown)
External definition
import * as m from 'zigbee-herdsman-converters/lib/modernExtend';
export default {
zigbeeModel: ['TS0215A'],
model: 'TS0215A',
vendor: '_TZ3000_dfvj5rhb',
description: 'Automatically generated definition',
extend: [m.battery(), m.iasZoneAlarm({"zoneType":"generic","zoneAttributes":["alarm_1","alarm_2","tamper","battery_low"]})],
};
What does/doesn't work with the external definition?
help me to add this device
Notes
software_build_id: undefined
date_code: ``
endpoints:
{"1":{"bindings":[{"cluster":"genPowerCfg","target":{"endpoint":1,"ieee_address":"0x00124b0029e7deb2","type":"endpoint"}}],"clusters":{"input":["genBasic","genPowerCfg","genIdentify","ssIasZone"],"output":["genOta","genTime","ssIasAce"]},"configured_reportings":[{"attribute":"batteryPercentageRemaining","cluster":"genPowerCfg","maximum_report_interval":65000,"minimum_report_interval":3600,"reportable_change":10}],"scenes":[]}}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start from the supplied external JavaScript definition for model TS0215A and compare it with existing device definitions using battery and IAS zone support. Verify the database entry and endpoint details, then add the device support so its battery and generic alarm attributes are exposed and confirm the definition handles this vendor and model.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- embedded-iot
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 72/100