Koenkk / zigbee2mqtt

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

[New device support]: / Iluminize 5144.01 // 5144.11 // 5144.21 // --> working converters inside #23701

Open senna1992 opened 3 weeks ago

senna1992 commented 3 weeks ago

Link

https://www.iluminize.com/

Database entry

dont know where to obtain these :/

Comments

/// 5144.01 IEEE-Addresse "0x588e81fffe150d87" Netzwerk-Adresse "0xA3F0 / 41968"

/// 5144.11 IEEE-Addresse "0x000d6f0013f069ad" Netzwerk-Adresse "0x5C18 / 23576"

/// 5144.21

IEEE-Addresse "0x000d6f0013f0fc6a" Netzwerk-Adresse "0x7646 / 30278" KEY-001.json KEY-002.json KEY-005.json

i had to rename the file extension to .json from .js

External definition

/// 5144.01

const {battery, identify, commandsOnOff, commandsLevelCtrl, commandsColorCtrl} = require('zigbee-herdsman-converters/lib/modernExtend');

const definition = {
    zigbeeModel: ['ZGRC-KEY-005'],
    model: 'ZGRC-KEY-005',
    vendor: 'Sunricher',
    description: 'Automatically generated definition',
    extend: [battery(), identify(), commandsOnOff(), commandsLevelCtrl(), commandsColorCtrl()],
    meta: {},
};

module.exports = definition;

//// 5144.11

const {battery, identify, commandsOnOff, commandsLevelCtrl} = require('zigbee-herdsman-converters/lib/modernExtend');

const definition = {
    zigbeeModel: ['ZGRC-KEY-001'],
    model: 'ZGRC-KEY-001',
    vendor: 'iluminize',
    description: 'Automatically generated definition',
    extend: [battery(), identify(), commandsOnOff(), commandsLevelCtrl()],
    meta: {},
};

module.exports = definition;

/// 5144.21

const {battery, identify, commandsOnOff, commandsLevelCtrl, commandsColorCtrl} = require('zigbee-herdsman-converters/lib/modernExtend');

const definition = {
    zigbeeModel: ['ZGRC-KEY-002'],
    model: 'ZGRC-KEY-002',
    vendor: 'iluminize',
    description: 'Automatically generated definition',
    extend: [battery(), identify(), commandsOnOff(), commandsLevelCtrl(), commandsColorCtrl()],
    meta: {},
};

module.exports = definition;
Koenkk commented 2 weeks ago

Could you create a pull request by clicking here?

senna1992 commented 2 weeks ago

Could you create a pull request by clicking here?

i dont know how to do that and therefore dont want to break stuff. Please someone else do that :)

Koenkk commented 2 weeks ago

Added, thanks!

Could you also submit a picture for the docs? This can be done by:

  1. Create a fork by clicking here
  2. Go to the public/images/devices directory, Add file -> Upload files
  3. Upload the files and press Commit changes
  4. Press Contribute -> Open pull request -> update title/description -> Create pull request

Make sure that: