Report Listener problem

I’m writing a plugin for a Chinese zigbee wall switch:
https://www.aliexpress.com/item/4000848681577.html?spm=a2g0s.9042311.0.0.423063c0gkrMk0

But while adding a report listener to it, I get this error:

error could not configure attrReport_0_genOnOff_onOff [Error: Profile: 49246 is not supported.
at Remote IPC Process
] {
message: ‘Profile: 49246 is not supported.’
}

Does anybody have a clue what to do when the meshdriver doesn’t support a particular profile?
Here is the node’s info

Node: 69d03b80-5983-4fb0-96b7-0255e03a73f0

  • Battery: false
  • Endpoints: 0
    – Clusters:
    — zapp
    — genBasic
    ---- cid : genBasic
    ---- sid : attrs
    — genIdentify
    ---- cid : genIdentify
    ---- sid : attrs
    — genGroups
    ---- cid : genGroups
    ---- sid : attrs
    — genScenes
    ---- cid : genScenes
    ---- sid : attrs
    — genOnOff
    ---- cid : genOnOff
    ---- sid : attrs
    ---- onOff : 0
    — genLevelCtrl
    ---- cid : genLevelCtrl
    ---- sid : attrs
    ---- currentLevel : 1
    — genOta
    ---- cid : genOta
    ---- sid : attrs
    — lightLink
    ---- cid : lightLink
    ---- sid : attrs
  • Endpoints: 1
    – Clusters:
    — zapp
    — genBasic
    ---- cid : genBasic
    ---- sid : attrs
    — genIdentify
    ---- cid : genIdentify
    ---- sid : attrs
    — genGroups
    ---- cid : genGroups
    ---- sid : attrs
    — genScenes
    ---- cid : genScenes
    ---- sid : attrs
    — genOnOff
    ---- cid : genOnOff
    ---- sid : attrs
    ---- onOff : 0
    — genLevelCtrl
    ---- cid : genLevelCtrl
    ---- sid : attrs
    — genOta
    ---- cid : genOta
    ---- sid : attrs

Thanks for any help :slight_smile: