-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Link
Database entry
{"id":79,"type":"EndDevice","ieeeAddr":"0x103597000017efbe","nwkAddr":41915,"manufId":4476,"manufName":"IKEA of Sweden","powerSource":"Battery","modelId":"09BA","epList":[1],"endpoints":{"1":{"profId":260,"epId":1,"devId":6,"inClusterList":[0,1,3,32],"outClusterList":[3,4,5,6,8,4096],"clusters":{"genBasic":{"attributes":{"modelId":"09BA","manufacturerName":"IKEA of Sweden","powerSource":3,"zclVersion":8,"appVersion":1,"stackVersion":1,"hwVersion":2,"dateCode":"20250226","swBuildId":"1.8.5"}},"genPollCtrl":{"attributes":{"checkinInterval":14400}},"genPowerCfg":{"attributes":{"batteryPercentageRemaining":112}}},"binds":[{"cluster":32,"type":"endpoint","deviceIeeeAddress":"0x00124b0024ca7c71","endpointID":1},{"cluster":1,"type":"endpoint","deviceIeeeAddress":"0x00124b0024ca7c71","endpointID":1},{"cluster":6,"type":"endpoint","deviceIeeeAddress":"0x00124b0024ca7c71","endpointID":1},{"cluster":8,"type":"endpoint","deviceIeeeAddress":"0x00124b0024ca7c71","endpointID":1},{"cluster":4096,"groupID":6,"type":"group"}],"configuredReportings":[{"cluster":1,"attrId":33,"minRepIntval":3600,"maxRepIntval":65000,"repChange":10}],"meta":{}}},"appVersion":1,"stackVersion":1,"hwVersion":2,"dateCode":"20250226","swBuildId":"1.8.5","zclVersion":8,"interviewCompleted":true,"interviewState":"SUCCESSFUL","meta":{"configured":332242049},"lastSeen":1766484905713,"checkinInterval":3600}
Zigbee2MQTT version
2.7.1 (unknown)
External definition
import * as m from 'zigbee-herdsman-converters/lib/modernExtend';
export default {
zigbeeModel: ['09BA'],
model: '09BA',
vendor: 'IKEA of Sweden',
description: 'Automatically generated definition',
extend: [m.battery(), m.commandsOnOff(), m.commandsLevelCtrl()],
};What does/doesn't work with the external definition?
With the current definition just the "action" endpoint works. But there are other buttons + scroll wheel that don't work
Notes
software_build_id: 1.8.5
date_code: 20250226
endpoints:
{"1":{"bindings":[{"cluster":"genPollCtrl","target":{"endpoint":1,"ieee_address":"0x00124b0024ca7c71","type":"endpoint"}},{"cluster":"genPowerCfg","target":{"endpoint":1,"ieee_address":"0x00124b0024ca7c71","type":"endpoint"}},{"cluster":"genOnOff","target":{"endpoint":1,"ieee_address":"0x00124b0024ca7c71","type":"endpoint"}},{"cluster":"genLevelCtrl","target":{"endpoint":1,"ieee_address":"0x00124b0024ca7c71","type":"endpoint"}},{"cluster":"touchlink","target":{"id":6,"type":"group"}}],"clusters":{"input":["genBasic","genPowerCfg","genIdentify","genPollCtrl"],"output":["genIdentify","genGroups","genScenes","genOnOff","genLevelCtrl","touchlink"]},"configured_reportings":[{"attribute":"batteryPercentageRemaining","cluster":"genPowerCfg","maximum_report_interval":65000,"minimum_report_interval":3600,"reportable_change":10}],"scenes":[]}}