Koenkk / zigbee2mqtt

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

[Soporte para nuevos dispositivos]: Connected module for motorized garage and gate control #22696

Open jordiinstalaciones opened 4 months ago

jordiinstalaciones commented 4 months ago

Link

https://www.legrand.es/productos/micromodulo-conectado-para-puertas-garaje-with-netatmo-067696

Database entry

Availability Disabled Device type Router Zigbee Model NLJ - Garage door Zigbee Manufacturer Legrand Support status Not supported (how_to_add_support) IEEE Address 0x0004740000277395 Network address 0xA872 Firmware build date 20231207 Firmware version 0007 Power Interview completed True

Comments

I need help to enable compatibility for this device. Thank you. It is a module to open a garage door by Legrand.

External definition

1 const identify, windowCovering, commandsWindowCovering} = require ('zigbee-herdsman-converters/lib/modernExtend');
2
3 const definition = {
4    zigbeeModel: [' NLJ - Garage door м м мы мы мы мы ты ме ме та мо н мо ' ],
5    model: ' NLJ - Garage door NUL NUL NUL NUL NUL NUL NUL NUL NUL NUL NU NUL NUL',
6    vendor: ' Legrand NUL NUL NUL NUL NUL NUL NUL NUL NUL NUL NU NUL NUL',
7    description: 'Automatically generated definition',
8    extend: [identify(), windowCovering ({"controls": ["lift", "tilt"]}), commandsWindowCovering ()],
9    meta: {},
10 },
11
12 module. exports = definition;
dsigmoun commented 4 days ago

I have the same problem. Do you have any news?