We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://www.iluminize.com/
dont know where to obtain these :/
/// 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
/// 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;
The text was updated successfully, but these errors were encountered:
Could you create a pull request by clicking here?
Sorry, something went wrong.
i dont know how to do that and therefore dont want to break stuff. Please someone else do that :)
Added, thanks!
Could you also submit a picture for the docs? This can be done by:
public/images/devices
Make sure that:
MODEL.png
5144.01.png
feat(add): 5144.01, 5144.11, 5144.21 @senna1992 Koenkk/zigbee2mqtt#23701
eabbce1
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: