Wiser from LK / Schneider Electric

LK/Schneider has released a series of Zigbee 3.0 products. Some of the products seem to be specific for the Danish market, but most of them could be released elsewhere.

I've acquired a button device with 4 buttons and I can pair it with Hubitat. But Hubitat doesn't recognize it (surprise).

Would this device be a problem to get working with Hubitat?

Device info from pairing:
ID: 7AF7
Manufacturer: Schneider Electric
Product Name:
Model Number: FLS/AIRLINK/4
deviceTypeId: 206
more...
manufacturer : Schneider Electric
idAsInt : 21
inClusters : 0000,0001,0003,0020,FF17
endpointId : 15
profileId : 0104
application : 02
outClusters : 0003,0004,0005,0006,0008,0019,0102
initialized : true
model : FLS/AIRLINK/4
stage : 4
manufacturer :
idAsInt : 22
inClusters : 0000,0001,0003,FF17
endpointId : 16
profileId : 0104
application :
outClusters : 0003,0004,0005,0006,0008,0102
initialized : true
model :
stage : 4
manufacturer :
idAsInt : 23
inClusters : 0000,0001,0003,FF17
endpointId : 17
profileId : 0104
application :
outClusters : 0003,0004,0005,0006,0008,0102
initialized : true
model :
stage : 4
manufacturer :
idAsInt : 24
inClusters : 0000,0001,0003,FF17
endpointId : 18
profileId : 0104
application :
outClusters : 0003,0004,0005,0006,0008,0102
initialized : true
model :
stage : 4

It looks like it's feasable, we would need a sample of it as we probably don't have a driver that would match it very well.

Like you would need one in hand?
Would it make sense to have a generic button driver?

sure, except zigbee buttons don't work that way, unlike Z-Wave devices which have a dedicated command class for button controllers, no such class exists for zigbee, so there's no one size fits all for button controllers, particularly across manufacturers.

That explains that. Thanks.

I've never coded anything, but I really want to try it out. So I'm trying to get this device working by some trial and error.
But there are some things which confuses me.
I expect to see the device pop up one the Zigbee logs whenever I push a button, but it doesn't. I've then taken a driver meant for the Hue Dimmer Switch and enabled the Raw Zigbee to log.trace (this was commented out) but still nothing. I then tried to change log.trace to log.debug, and still silent.
Am I missing something or do I have a device that's not compatible with Hubitat?