21.01.2022, 08:33
Hello
I have this device, but I get no usefull informations from this device
Device Info:
Manufacturer: _TZ3000_qaaysllp
Model: TS0201
Device type: End device
Power source: Battery
Receive when idle: No
Endpoint 1
Profile: 260
Input clusters:
- Basic (0)
- PowerCfg (1)
- MsIlluminanceMeasurement (1024)
- 57346
Output clusters:
- Ota (25)
- Time (10)
Reported attributes
- illuminance: 1
With this manufacture_id and model it must be indentified as a Neo NAS-TH01.
Like this code from here:
Is it possible to add this device?
Best regards,
Muetzli
I have this device, but I get no usefull informations from this device
Device Info:
Manufacturer: _TZ3000_qaaysllp
Model: TS0201
Device type: End device
Power source: Battery
Receive when idle: No
Endpoint 1
Profile: 260
Input clusters:
- Basic (0)
- PowerCfg (1)
- MsIlluminanceMeasurement (1024)
- 57346
Output clusters:
- Ota (25)
- Time (10)
Reported attributes
- illuminance: 1
With this manufacture_id and model it must be indentified as a Neo NAS-TH01.
Like this code from here:
Code:
const definition = {
fingerprint: [{modelID: 'TS0201', manufacturerName: '_TZ3000_qaaysllp'}],
model: 'NAS-TH01',
vendor: 'Neo',
description: 'Temperature, humidity and illuminance sensor plus alarm',
fromZigbee: [
fz.battery,
fz.temperature,
fz.humidity,
fz.illuminance
],
toZigbee: [],
exposes: [e.battery(), e.illuminance(), e.illuminance_lux(), e.temperature(), e.humidity(), e.battery_voltage()],
};
Is it possible to add this device?
Best regards,
Muetzli