PWS to MQTT dispatcher addon for Home Assistant

Hello,
I integrated https://github.com/peterzen/hass-pws-mqtt-addon into HA.
I noticed various errors reading data from the PWS via MQTT.
I reported the problem on github, but no reaction!

MQTT:

{"receiverTime":"07:43 12/31/2024", "receiverTimestamp":1735627380, "temperatureIndoor":23.4, "humidityIndoor":40, "pressureAbsolute":1025.8, "pressureRelative":1026, "temperature":1.5, "humidity":90, "dewPoint":0, "windDir":192, "windDirCardinal":"SSW ⬆️", "windSpeed":16.6, "windGust":24.1, "windChill":-2.8, "solarRadiation":32.4, "uv":0, "uvi":0, "precipHourlyRate":NaN, "precipDaily":NaN, "precipWeekly":0, "precipMonthly":0, "precipYearly":0, "heatIndex":60.5}

Problem:
→ “precipHourlyRate”:NaN
→ “precipDaily”:NaN
→ Also, “solarRadiation” is not the correct name. It is “Max Daily Gust”

When I look via “MQTT Explorer” it’s the same result