zigbee2mqtt icon indicating copy to clipboard operation
zigbee2mqtt copied to clipboard

[New device support]: Avatto model _TZ3000_wfzkj5qh does not recognize button lighting

Open albertrsilva159 opened this issue 1 year ago • 1 comments

Link

https://pt.aliexpress.com/item/1005005996754230.html?spm=a2g0o.order_list.order_list_main.35.1bc3caa4kCybwr&gatewayAdapt=glo2bra

Database entry

const {onOff, onOff} = require('zigbee-herdsman-converters/lib/modernExtend'); const definition = { zigbeeModel: ['TS0002'], model: 'TS0002', vendor: '_TZ3000_wfzkj5qh', description: 'Automatically generated definition', extend: [onOff({powerOnBehavior: false}), onOff({powerOnBehavior: false})], }; module.exports = definition;

Comments

const {onOff, onOff} = require('zigbee-herdsman-converters/lib/modernExtend');

const definition = { zigbeeModel: ['TS0002'], model: 'TS0002', vendor: '_TZ3000_wfzkj5qh', description: 'Automatically generated definition', extend: [onOff({powerOnBehavior: false}), onOff({powerOnBehavior: false})], };

module.exports = definition;

External defintion

const {onOff, onOff} = require('zigbee-herdsman-converters/lib/modernExtend');

const definition = {
    zigbeeModel: ['TS0002'],
    model: 'TS0002',
    vendor: '_TZ3000_wfzkj5qh',
    description: 'Automatically generated definition',
    extend: [onOff({powerOnBehavior: false}), onOff({powerOnBehavior: false})],
};

module.exports = definition;

albertrsilva159 avatar Jan 02 '24 21:01 albertrsilva159

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days

github-actions[bot] avatar Jul 01 '24 00:07 github-actions[bot]