I'm using latest version of zigbee2mqtt & followed this guide: https://www.zigbe…e2mqtt.io/how_tos/how_to_support_new_devices.html and tried many times before posting the req.
Here's the log:
```Zigbee2MQTT:debug 2020-09-28 16:38:43: Device '0xec1bbdfffea147e0' announced its elf
Zigbee2MQTT:info 2020-09-28 16:38:43: MQTT publish: topic 'zigbee2mqtt/bridge/l og', payload '{"message":"announce","meta":{"friendly_name":"0xec1bbdfffea147e0" },"type":"device_announced"}'
Zigbee2MQTT:debug 2020-09-28 16:38:48: Device '0xec1bbdfffea147e0' announced its elf
Zigbee2MQTT:info 2020-09-28 16:38:48: MQTT publish: topic 'zigbee2mqtt/bridge/l og', payload '{"message":"announce","meta":{"friendly_name":"0xec1bbdfffea147e0" },"type":"device_announced"}'
Zigbee2MQTT:debug 2020-09-28 16:38:53: Received Zigbee message from '0xec1bbdfffea147e0', type 'attributeReport', cluster 'genBasic', data '{"65506":28,"appVersion":88}' from endpoint 1 with groupID 0
Zigbee2MQTT:warn 2020-09-28 16:38:53: Received message from unsupported device with Zigbee model 'TY0A01'
Zigbee2MQTT:warn 2020-09-28 16:38:53: Please see: https://www.zigbee2mqtt.io/how_tos/how_to_support_new_devices.html.
Zigbee2MQTT:debug 2020-09-28 16:38:54: Received Zigbee message from '0xec1bbdfffea147e0', type 'attributeReport', cluster 'genBasic', data '{"65503":"��\u0004'\u0013��\u0004'\u0012\r�\u0004'\u0012"}' from endpoint 1 with groupID 0
Zigbee2MQTT:warn 2020-09-28 16:38:54: Received message from unsupported device with Zigbee model 'TY0A01'
Zigbee2MQTT:warn 2020-09-28 16:38:54: Please see: `https://www.zigbee2mqtt.io/how_tos/how_to_support_new_devices.html.`
Zigbee2MQTT:debug 2020-09-28 16:38:54: Received Zigbee message from '0xec1bbdfffea147e0', type 'read', cluster 'genTime', data '["localTime"]' from endpoint 1 with groupID 0
Zigbee2MQTT:warn 2020-09-28 16:38:54: Received message from unsupported device with Zigbee model 'TY0A01'
Zigbee2MQTT:warn 2020-09-28 16:38:54: Please see: https://www.zigbee2mqtt.io/how_tos/how_to_support_new_devices.html.
```
I with this and also with different available door locks:
``` {
zigbeeModel: ['TY0A01'],
model: 'TY0A01',
vendor: 'Unknown',
description: 'Chinese Smart Lock',
supports: 'Lock',
fromZigbee: [fz.xiaomi_lock_report, fz.ignore_time_read],
toZigbee: [],
meta: {configureKey: 1},
configure: async (device, coordinatorEndpoint) => {
const endpoint = device.getEndpoint(1);
const binds = ['genBasic'];
await bind(endpoint, coordinatorEndpoint, binds);
},
},
```
including:
```
fromZigbee: [fz.lock],
toZigbee: [tz.generic_lock],
```
but it didn't work! :(
Here is my `database.db`
```{"id":1,"type":"Coordinator","ieeeAddr":"0x00124b000be891f4","nwkAddr":0,"manufId":0,"epList":[1,2,3,4,5,6,8,11,12,13,47,110,242],"endpoints":{"1":{"profId">
{"id":2,"type":"Router","ieeeAddr":"0x588e81fffed0dba1","nwkAddr":7853,"manufId":4098,"manufName":"_TZE200_9i9dt8is","powerSource":"Mains (single phase)","m>
{"id":3,"type":"EndDevice","ieeeAddr":"0x00606efffe9563e7","nwkAddr":18933,"manufId":4412,"manufName":"OWON","powerSource":"Battery","modelId":"RC204_4C","e>
{"id":4,"ieeeAddr":"0x00606efffe919e3e","nwkAddr":6867,"epList":[],"endpoints":{},"interviewCompleted":false,"meta":{},"lastSeen":1600770348810}
{"id":5,"ieeeAddr":"0x00606efffe919e3e","nwkAddr":38911,"epList":[],"endpoints":{},"interviewCompleted":false,"meta":{},"lastSeen":1600773616307}
{"id":6,"ieeeAddr":"0x00158d0003a472e7","nwkAddr":59155,"modelId":"lumi.ctrl_86plug.aq1","epList":[1],"endpoints":{"1":{"epId":1,"inClusterList":[],"outClus>
{"id":7,"ieeeAddr":"0xec1bbdfffea1486e","nwkAddr":9519,"epList":[1],"endpoints":{"1":{"epId":1,"inClusterList":[],"outClusterList":[],"clusters":{"genBasic">
{"id":8,"type":"EndDevice","ieeeAddr":"0xec1bbdfffea147e0","nwkAddr":43437,"manufId":0,"manufName":"_TYST12_eyfzd1gi","powerSource":"Battery","modelId":"TY0>
{"id":9,"ieeeAddr":"0x00606efffe919e3e","nwkAddr":784,"epList":[],"endpoints":{},"interviewCompleted":false,"meta":{},"lastSeen":1600928335242}
{"id":10,"type":"EndDevice","ieeeAddr":"0x00158d000396115b","nwkAddr":742,"manufId":4151,"manufName":"LUMI","powerSource":"Battery","modelId":"lumi.sensor_s>
{"id":11,"type":"Router","ieeeAddr":"0x04cf8cdf3c7e157b","nwkAddr":56768,"manufId":4447,"manufName":"LUMI","powerSource":"Mains (single phase)","modelId":"l>
{"id":12,"type":"Coordinator","ieeeAddr":"0x00124b000be891f4","nwkAddr":0,"manufId":0,"epList":[1,2,3,4,5,6,8,11,12,13,47,110,242],"endpoints":{"1":{"profId>
{"id":13,"type":"Router","ieeeAddr":"0x00158d00028bc171","nwkAddr":55719,"manufId":4478,"manufName":"Feibit Co.,LTD","powerSource":"Mains (single phase)","m>
```
@Koenkk , kindly help or add device support for "TY0A01"