Zigbee plant monitor Outdoor GXM01

I have got paired the GXM01 Zigbee plant monitor on my Tasmota Zigbee bridge.
However on the console I have not found the Humidity and temperature variables:

04:56:42.330 MQT: tele/tasmota_2D3B58/RESULT = {“ZbState”:{“Status”:21,“Message”:“Pairing mode enabled”}}
04:56:42.334 MQT: stat/tasmota_2D3B58/RESULT = {“ZbPermitJoin”:“Done”}
04:56:55.735 ZIG: {“ZbEZSPReceived”:“23000300170CC6BA8A0A3438C1A404”}
04:56:55.787 ZIG: {“ZbEZSPReceived”:“2400170CC6BA8A0A3438C1A40203FFFF”}
04:56:59.538 ZIG: {“ZbEZSPReceived”:“23000301170CC6BA8A0A3438C1A404”}
04:56:59.690 ZIG: {“ZbEZSPReceived”:“2400170CC6BA8A0A3438C1A401000000”}
04:56:59.693 MQT: tele/tasmota_2D3B58/RESULT = {“ZbState”:{“Status”:34,“IEEEAddr”:“0xA4C138340A8ABAC6”,“ShortAddr”:“0x0C17”,“ParentNetwork”:“0x0000”,“JoinStatus”:1,“Decision”:0}}
04:57:00.242 MQT: tele/tasmota_2D3B58/RESULT = {“ZbState”:{“Status”:30,“IEEEAddr”:“0xA4C138340A8ABAC6”,“ShortAddr”:“0x0C17”,“PowerSource”:false,“ReceiveWhenIdle”:false,“Security”:false}}
04:57:00.392 MQT: tele/tasmota_2D3B58/RESULT = {“ZbState”:{“Status”:32,“ActiveEndpoints”:[“0x01”]}}
04:57:00.548 MQT: tele/tasmota_2D3B58/SENSOR = {“ZbReceived”:{“0x0C17”:{“Device”:“0x0C17”,“ModelId”:“TS0601”,“Manufacturer”:“_TZE200_myd45weu”,“ZCLVersion”:3,“AppVersion”:72,“PowerSource”:3,“0000/FFFE”:0,“Endpoint”:1,“LinkQuality”:50}}}
04:57:01.539 ZIG: {“ZbEZSPReceived”:“9B00C6BA8A0A3438C1A406”}
04:57:02.094 MQT: tele/tasmota_2D3B58/RESULT = {“ZbState”:{“Status”:33,“Device”:“0x0C17”,“Endpoint”:“0x01”,“ProfileId”:“0x0104”,“DeviceId”:“0x0051”,“DeviceVersion”:1,“InClusters”:[“0x0004”,“0x0005”,“0xEF00”,“0x0000”],“OutClusters”:[“0x0019”,“0x000A”]}}
04:57:04.201 ZIG: Zigbee Devices Data saved in File System (356 bytes)
04:57:05.621 MQT: tele/tasmota_2D3B58/SENSOR = {“ZbReceived”:{“0x0C17”:{“Device”:“0x0C17”,“EF00/0205”:16,“Endpoint”:1,“LinkQuality”:61}}}
04:57:05.770 MQT: tele/tasmota_2D3B58/SENSOR = {“ZbReceived”:{“0x0C17”:{“Device”:“0x0C17”,“EF00/0203”:0,“Endpoint”:1,“LinkQuality”:48}}}
04:57:05.921 MQT: tele/tasmota_2D3B58/SENSOR = {“ZbReceived”:{“0x0C17”:{“Device”:“0x0C17”,“EF00/020F”:100,“Endpoint”:1,“LinkQuality”:53}}}
04:57:06.079 MQT: tele/tasmota_2D3B58/SENSOR = {“ZbReceived”:{“0x0C17”:{“Device”:“0x0C17”,“EF00/040E”:2,“Endpoint”:1,“LinkQuality”:61}}}
04:57:06.719 MQT: tele/tasmota_2D3B58/SENSOR = {“ZbReceived”:{“0x0C17”:{“Device”:“0x0C17”,“EF00?11”:“00A351”,“Endpoint”:1,“LinkQuality”:61}}}
04:57:06.871 MQT: tele/tasmota_2D3B58/SENSOR = {“ZbReceived”:{“0x0C17”:{“Device”:“0x0C17”,“AppVersion”:72,“0000/FFE2”:56,“0000/FFE4”:0,“Endpoint”:1,“LinkQuality”:58}}}
04:57:12.172 MQT: tele/tasmota_2D3B58/SENSOR = {“ZbReceived”:{“0x0C17”:{“Device”:“0x0C17”,“0000/FFDF”:“\f”,“Endpoint”:1,“LinkQuality”:61}}}
04:57:12.321 MQT: tele/tasmota_2D3B58/SENSOR = {“ZbReceived”:{“0x0C17”:{“Device”:“0x0C17”,“EF00/0205”:16,“Endpoint”:1,“LinkQuality”:63}}}
04:57:12.472 MQT: tele/tasmota_2D3B58/SENSOR = {“ZbReceived”:{“0x0C17”:{“Device”:“0x0C17”,“EF00/0203”:0,“Endpoint”:1,“LinkQuality”:63}}}
04:57:16.773 MQT: tele/tasmota_2D3B58/SENSOR = {“ZbReceived”:{“0xDB82”:{“Device”:“0xDB82”,“AppVersion”:78,“0000/FFE2”:56,“0000/FFE4”:0,“Endpoint”:1,“LinkQuality”:68}}}
04:57:17.571 MQT: tele/tasmota_2D3B58/SENSOR = {“ZbReceived”:{“0x0C17”:{“Device”:“0x0C17”,“EF00/020F”:100,“Endpoint”:1,“LinkQuality”:63}}}
04:57:17.721 MQT: tele/tasmota_2D3B58/SENSOR = {“ZbReceived”:{“0x0C17”:{“Device”:“0x0C17”,“EF00/040E”:2,“Endpoint”:1,“LinkQuality”:63}}}
04:57:17.954 ZIG: Auto-responder: ZbSend {“Device”:“0x0C17”,“Cluster”:“0x000A”,“Endpoint”:1,“Response”:“000A/0007”:1313837}
04:57:17.959 MQT: tele/tasmota_2D3B58/SENSOR = {“ZbReceived”:{“0x0C17”:{“Device”:“0x0C17”,“Cluster”:10,“Read”:[7],“ReadNames”:{“LocalTime”:true},“Endpoint”:1,“LinkQuality”:63}}}

The device ID is 0x0C17 Has someone a suggestion?

I found out myself that it worked in Home assistant with the tasmota bridge and the following sensor configuration in the configuration.yaml file:

plantensensor

- unique_id: "18de9a91-c805-4cd6-b6dd-189eefc3f738"
  name: "Plantensensor vocht1"
  state_topic: "tele/tasmota_2D3B58/SENSOR"
  value_template: "{{ value_json['ZbReceived']['0x0C17']['EF00/0203'] }}"
  availability_topic: "tele/tasmota_2D3B58/LWT"
  payload_available: "Online"
  payload_not_available: "Offline"
  qos: 0
  device_class: "humidity"
  unit_of_measurement: '%' 

- unique_id: "c878f4d5-3d28-88fe-bd1b-44284dcfc4bc"
  name: "Plantensensor temperatuur1"
  state_topic: "tele/tasmota_2D3B58/SENSOR"
  value_template: "{{ value_json['ZbReceived']['0x0C17']['EF00/0205'] }}"
  availability_topic: "tele/tasmota_2D3B58/LWT"
  payload_available: "Online"
  payload_not_available: "Offline"
  qos: 0
  device_class: "temperature"
  unit_of_measurement: '°C'