Koenkk / zigbee2mqtt

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

[New device support]: ZBEK-33 LED extra flat #20457

Closed Bubble72 closed 2 months ago

Bubble72 commented 9 months ago

Link

https://www.leroymerlin.fr/produits/decoration-eclairage/luminaire-interieur/spot-encastrable/spot-encastrable-led/spot-a-encastrer-connecte-extraflat-enki-led-couleurs-et-blancs-d17-blanc-84870057.html

Database entry

{"id":33,"type":"Router","ieeeAddr":"0xf082c0fffe743a0c","nwkAddr":41560,"manufId":4727,"manufName":"Adeo","powerSource":"Mains (single phase)","modelId":"ZBEK-33","epList":[1,242],"endpoints":{"1":{"profId":260,"epId":1,"devId":269,"inClusterList":[0,3,4,5,6,8,768,4096,64599,64642],"outClusterList":[25],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}},"242":{"profId":41440,"epId":242,"devId":97,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":2,"stackVersion":2,"hwVersion":1,"dateCode":"20220908","swBuildId":"2.12.02","zclVersion":3,"interviewCompleted":false,"meta":{},"lastSeen":1703999832884,"defaultSendRequestWhen":"immediate"}

Comments

{ "linkquality": 167 }

External converter

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

const definition = { zigbeeModel: ['ZBEK-33'], model: 'ZBEK-33', vendor: 'Adeo', description: 'Automatically generated definition', extend: [light({"colorTemp":{"range":[153,370]},"color":{"modes":["xy","hs"],"enhancedHue":true}})], };

module.exports = definition;

Supported color modes

100lm-2400lm, 2700k-6500k, rgb

Color temperature range

No response

github-actions[bot] commented 3 months ago

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