Homebridge tempature not responding

I have been using homebridge for a while now with a cc2531 sniffer and zigbee2mqtt, in the nodebox I see that the temprature is coming through fine, but it does not transfer to homebridge and finally my ios device. Who could guide me through this?

Zigbee2MQTT:info 2020-09-07 13:03:58: MQTT publish: topic ‘zigbee2mqtt/Sensor_Beneden’, payload ‘{“battery”:100,“humidity”:70.14,“linkquality”:115,“pressure”:1024.3,“temperature”:21.4,“voltage”:3035}’

"bridge": {
*** “name”: “Homebridge E566”,***
*** “username”: “0E:7A:29:47:AA:88”,***
*** “port”: 51400,***
*** “pin”: “693-70-028”***
*** },***
*** “accessories”: [***
*** {***
*** “type”: “temperatureSensor”,***
*** “name”: “Woonkamer”,***
*** “url”: “mqtt://localhost:1883”,***
*** “mqttOptions”: {***
*** “keepalive”: 0***
*** },***
*** “mqttPubOptions”: {***
*** “retain”: true***
*** },***
*** “logMqtt”: true,***
*** “confirmationIndicateOffline”: true,***
*** “accessory”: “mqttthing”***
*** },***
*** {***
*** “type”: “temperatureSensor”,***
*** “name”: “zolder”,***
*** “url”: “mqtt://localhost:1883”,***
*** “mqttPubOptions”: {***
*** “retain”: true***
*** },***
*** “accessory”: “mqttthing”***
*** }***