Koenkk / zigbee2mqtt

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

[New device support]: ELKO EKO07259 - Vendor specific attributes #23739

Open msalte opened 3 weeks ago

msalte commented 3 weeks ago

Link

https://www.zigbee2mqtt.io/devices/EKO07259.html#schneider%2520electric-eko07259

Database entry

{}

Comments

Full Zigbee specification: RTC-6754012INT-cFMT_16A_F_Zigbee-29.pdf

Snip of spec for missing vendor specific attributes. I would love these to become available. Brightness, InactiveBrightness and ActivityTimeout.

image

External definition

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

const definition = {
    zigbeeModel: ['EKO07259'],
    model: 'EKO07259',
    vendor: 'Schneider Electric',
    description: 'Automatically generated definition',
    extend: [deviceEndpoints({"endpoints":{"1":1,"2":2,"3":3,"5":5}}), identify(), temperature({"endpointNames":["2","3"]}), electricityMeter({"cluster":"metering"})],
    meta: {"multiEndpoint":true},
};

module.exports = definition;
tiragpt commented 1 week ago

I would love to see EKO07254 supported as well! Thank you for the good work