### Link
https://it.aliexpress.com/item/4000813903996.html
### Database entry
…
{"id":5,"type":"Router","ieeeAddr":"0xa4c1380c0f78a599","nwkAddr":52004,"manufId":4417,"manufName":"_TZE204_t1blo2bj","powerSource":"Mains (single phase)","modelId":"TS0601","epList":[1,242],"endpoints":{"1":{"profId":260,"epId":1,"devId":81,"inClusterList":[4,5,61184,0],"outClusterList":[25,10],"clusters":{"genBasic":{"attributes":{"65503":"��8+\u0013��8+e��8+\u0012","65506":56,"65508":0,"stackVersion":0,"dateCode":"","appVersion":74}}},"binds":[],"configuredReportings":[],"meta":{}},"242":{"profId":41440,"epId":242,"devId":97,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":74,"stackVersion":0,"hwVersion":1,"dateCode":"","zclVersion":3,"interviewCompleted":true,"meta":{},"lastSeen":1671817671957,"defaultSendRequestWhen":"immediate"}
### Comments
I'm trying to pair the siren, i got this error.
Received message from unsupported device with Zigbee model 'TS0601' and manufacturer name '_TZE204_t1blo2bj'
i have the Zigbee2MQTT Edge version 1.28.4-dev (commit #2550ca5)
and zigbee-herdsman (0.14.83)
i don't find any discussion about _TZE204_t1blo2bj devices.
I'm triing to follow this possible solution: https://giters.com/Koenkk/zigbee2mqtt/issues/10348
used for _TZE200_t1blo2bj version
### External converter
```shell
const fz = require('zigbee-herdsman-converters/converters/fromZigbee');
const tz = require('zigbee-herdsman-converters/converters/toZigbee');
const exposes = require('zigbee-herdsman-converters/lib/exposes');
const reporting = require('zigbee-herdsman-converters/lib/reporting');
const extend = require('zigbee-herdsman-converters/lib/extend');
const ota = require('zigbee-herdsman-converters/lib/ota');
const tuya = require('zigbee-herdsman-converters/lib/tuya');
const utils = require('zigbee-herdsman-converters/lib/utils');
const e = exposes.presets;
const ea = exposes.access;
const definition = {
fingerprint: [{modelID: 'TS0601', manufacturerName: '_TZE204_t1blo2bj'}],
model: 'NAS-AB02B2',
vendor: 'Neo',
description: 'Siren CUSTOM',
fromZigbee: [fz.temperature, fz.humidity],
toZigbee: [],
exposes: [e.temperature(), e.humidity()],
onEvent: tuya.onEventSetLocalTime,
configure: async (device, coordinatorEndpoint, logger) => {
const endpoint = device.getEndpoint(1);
const binds = ['msTemperatureMeasurement', 'msRelativeHumidity'];
await reporting.bind(endpoint, coordinatorEndpoint, binds);
await reporting.temperature(endpoint);
await reporting.humidity(endpoint);
},
};
module.exports = definition;
```
### Supported color modes
_No response_
### Color temperature range
_No response_