Extract Values form MQTT String

Hello,

I want to read temperature and humidity values from a mqtt broker.
multiple esp8622 are reportign to this mqtt broker
But they are somehow special formatted…

the topic the values get reported is Raumklima/sensordata
i can read the reported strings but i am not able to separate the value from the string

The values i get from the topic are:

WZ,id=WemosD1WZ Luftfeuchte=43.98
WZ,id=WemosD1WZ Temperatur=23.73
Bad,id=WemosD1Bad Luftfeuchte=55.21
Bad,id=WemosD1Bad Temperatur=22.65

I’d like to use Temperature and Humidity seperatly for each room.