Skip to content

[External Converter] TLSR82xx from TELINK #10873

@borisbu

Description

@borisbu

This is my external converter for TLSR82xx from TELINK
software_build_id: undefined
date_code: undefined
endpoints:

{"1":{"clusters":{"input":["genBasic","genIdentify","genPollCtrl","msTemperatureMeasurement","msRelativeHumidity","genPowerCfg"],"output":["genOta"]}}}

What works / what doesn't?

Converter

const m = require('zigbee-herdsman-converters/lib/modernExtend');

const definition = {
    fingerprint: [{modelID: 'TLSR82xx', manufacturerName: 'TELINK'}],
    model: 'LKTMZL02-z',
    vendor: 'Tuya',
    description: 'Temperature & humidity sensor',
    extend: [m.temperature(), m.humidity(), m.battery()],
};

module.exports = definition;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions