Koenkk / zigbee2mqtt

Zigbee 🐝 to MQTT bridge 🌉, get rid of your proprietary Zigbee bridges 🔨
https://www.zigbee2mqtt.io
GNU General Public License v3.0
11.5k stars 1.63k forks source link

[New device support]: EAYCBM-Z-2P #22820

Open chuntin opened 1 month ago

chuntin commented 1 month ago

Link

https://es.aliexpress.com/i/1005005138794671.html

Database entry

I dont know how to see this

Comments

I dont know how to add support for new devices

External definition

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

const definition = {
    zigbeeModel: ['TS011F'],
    model: 'TS011F',
    vendor: '_TZ3000_zrm3oxsh',
    description: 'Automatically generated definition',
    extend: [identify(), onOff({"powerOnBehavior":false}), electricityMeter(), temperature()],
    meta: {},
};

module.exports = definition;
Perfect-Web commented 1 month ago

+1 to this, i havent managed to make it work either ...