Xiaomi Aqara temp/hum sensor also report data on basic cluster

While crawling over zigbee2mqtt sources, I saw something I’ve missed.

The xiaomi Aqara temp/hum sensors have poor updates rate in Deconz.
I can see that z2mqtt also grab temp/hum data also from the basic cluster too. Seems aqara device is also reporting some values there.

018-8-31 12:38:31 - debug: Recieved zigbee message with data {“cid”:“genBasic”,“data”:{“65281”:{“1”:3205,“4”:5032,“5”:14,“6”:[0,2],“10”:43665,“100”:1956,“101”:5656}}} 2018-8-31 12:38:31 - info: MQTT publish, topic: ‘zigbee2mqtt/living_temp’, payload: ‘{“temperature”:19.72,“linkquality”:26,“humidity”:53.17,“battery”:“100.00”,“voltage”:3205}’ 2018-8-31 12:38:31 - debug: Recieved zigbee message with data {“cid”:“genBasic”,“data”:{“65281”:[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,1956,5656]}} … …

Issue was discussed here on their side: Xiaomi WSDCGQ01LM Update Frequency · Issue #327 · Koenkk/zigbee2mqtt · GitHub

Does Deconz also can parse those basic cluster data and mix them with other related clusters ?
How do we port this to DDF ?
Thanks

Also here on Zigpy

I see here Deconz can read those, but It doesn’t seems those value are then added to reported temperature/humidity of their related clusters, so they are discarded aren’t they ?