Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
senna1992 opened this issue Aug 22, 2024 · 3 comments
Labels
new device support New device support request

Comments

@senna1992
Copy link

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;
@senna1992 senna1992 added the new device support New device support request label Aug 22, 2024
@Koenkk
Copy link
Owner

Koenkk commented Aug 24, 2024

Could you create a pull request by clicking here?

@senna1992
Copy link
Author

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
Copy link
Owner

Koenkk commented Aug 26, 2024

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:

  • The filename is MODEL.png (e.g. 5144.01.png)
  • The size is 512x512
  • The background is transparent (use e.g. Adobe remove background)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new device support New device support request
Projects
None yet
Development

No branches or pull requests

2 participants