This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Zigbee Test
#25
Hello

I have this device, but I get no usefull informations from this device Sad

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
Reply


Messages In This Thread
Zigbee Test - by tomnord - 11.12.2020, 19:10
RE: Zigbee Test - by tomnord - 13.12.2020, 20:12
RE: Zigbee Test - by admin - 14.12.2020, 07:31
RE: Zigbee Test - by tomnord - 14.12.2020, 17:01
Zigbee Test - by tomnord - 16.12.2020, 12:09
RE: Zigbee Test - by admin - 16.12.2020, 12:17
RE: Zigbee Test - by tomnord - 16.12.2020, 14:47
RE: Zigbee Test - by admin - 16.12.2020, 14:50
Zigbee Test - by tomnord - 16.12.2020, 15:29
RE: Zigbee Test - by admin - 18.12.2020, 15:22
RE: Zigbee Test - by tomnord - 19.12.2020, 07:17
RE: Zigbee Test - by admin - 21.12.2020, 07:07
RE: Zigbee Test - by tomnord - 21.12.2020, 15:24
RE: Zigbee Test - by admin - 22.12.2020, 07:58
Zigbee Test - by tomnord - 22.12.2020, 08:17
RE: Zigbee Test - by admin - 22.12.2020, 08:24
RE: Zigbee Test - by tomnord - 19.02.2021, 20:33
RE: Zigbee Test - by Daniel - 22.02.2021, 08:32
Zigbee Test - by tomnord - 22.02.2021, 08:48
RE: Zigbee Test - by Daniel - 22.02.2021, 08:49
Zigbee Test - by tomnord - 22.02.2021, 09:28
Zigbee Test - by tomnord - 22.02.2021, 15:20
RE: Zigbee Test - by stemic01 - 15.01.2022, 17:44
RE: Zigbee Test - by admin - 17.01.2022, 09:25
RE: Zigbee Test - by Muetzli - 21.01.2022, 08:33
RE: Zigbee Test - by admin - 21.01.2022, 11:17
RE: Zigbee Test - by Muetzli - 21.01.2022, 14:10

Forum Jump: