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.philips-hue.com/en-gb/p/hue-white-a60---e27-smart-bulb---800/8719514329843#overview
{"id":38,"type":"Router","ieeeAddr":"0x001788010cd01fcf","nwkAddr":26754,"manufId":4107,"manufName":"Signify Netherlands B.V.","powerSource":"Mains (single phase)","modelId":"LWF004","epList":[11,242],"endpoints":{"11":{"profId":260,"epId":11,"devId":257,"inClusterList":[0,3,4,5,6,8,4096,64515,64514],"outClusterList":[25],"clusters":{"genBasic":{"attributes":{"modelId":"LWF004","manufacturerName":"Signify Netherlands B.V.","powerSource":1,"zclVersion":2,"appVersion":2,"stackVersion":1,"hwVersion":1,"dateCode":"20211210","swBuildId":"1.93.7"}},"genOnOff":{"attributes":{"onOff":0}}},"binds":[{"cluster":6,"type":"endpoint","deviceIeeeAddress":"0x00124b00257ccc68","endpointID":1}],"configuredReportings":[{"cluster":6,"attrId":0,"minRepIntval":0,"maxRepIntval":65000,"repChange":1,"manufacturerCode":null}],"meta":{}},"242":{"profId":41440,"epId":242,"devId":97,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":2,"stackVersion":1,"hwVersion":1,"dateCode":"20211210","swBuildId":"1.93.7","zclVersion":2,"interviewCompleted":true,"meta":{"configured":332242049},"lastSeen":1717521892607}
Hello, would like to add device Signify Netherlands B.V LWF004 to Z2M. Please see the attached external definition.
BR Mixedbreed
const {identify, onOff} = require('zigbee-herdsman-converters/lib/modernExtend'); const definition = { zigbeeModel: ['LWF004'], model: 'LWF004', vendor: 'Signify Netherlands B.V.', description: 'Automatically generated definition', extend: [identify(), onOff({"powerOnBehavior":false})], meta: {}, }; module.exports = definition;
The text was updated successfully, but these errors were encountered:
feat(add): 8719514329843 Koenkk/zigbee2mqtt#22937
bd855f8
Added!
Changes will be available in the dev branch in a few hours from now.
Sorry, something went wrong.
fix: Fix definition generator for lights only supporting genLevelCtrl
genLevelCtrl
b7575ff
Koenkk/zigbee2mqtt#22937
Added! Changes will be available in the dev branch in a few hours from now.
Thanks for the quick reply and fix. Devices is now working with full functionality. Have a nice weekend!
No branches or pull requests
Link
https://www.philips-hue.com/en-gb/p/hue-white-a60---e27-smart-bulb---800/8719514329843#overview
Database entry
{"id":38,"type":"Router","ieeeAddr":"0x001788010cd01fcf","nwkAddr":26754,"manufId":4107,"manufName":"Signify Netherlands B.V.","powerSource":"Mains (single phase)","modelId":"LWF004","epList":[11,242],"endpoints":{"11":{"profId":260,"epId":11,"devId":257,"inClusterList":[0,3,4,5,6,8,4096,64515,64514],"outClusterList":[25],"clusters":{"genBasic":{"attributes":{"modelId":"LWF004","manufacturerName":"Signify Netherlands B.V.","powerSource":1,"zclVersion":2,"appVersion":2,"stackVersion":1,"hwVersion":1,"dateCode":"20211210","swBuildId":"1.93.7"}},"genOnOff":{"attributes":{"onOff":0}}},"binds":[{"cluster":6,"type":"endpoint","deviceIeeeAddress":"0x00124b00257ccc68","endpointID":1}],"configuredReportings":[{"cluster":6,"attrId":0,"minRepIntval":0,"maxRepIntval":65000,"repChange":1,"manufacturerCode":null}],"meta":{}},"242":{"profId":41440,"epId":242,"devId":97,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":2,"stackVersion":1,"hwVersion":1,"dateCode":"20211210","swBuildId":"1.93.7","zclVersion":2,"interviewCompleted":true,"meta":{"configured":332242049},"lastSeen":1717521892607}
Comments
Hello, would like to add device Signify Netherlands B.V LWF004 to Z2M.
Please see the attached external definition.
BR
Mixedbreed
External definition
The text was updated successfully, but these errors were encountered: