r-renato / ha-climacell-weather

Climacell weather provider integration is a custom component for Home Assistant. The climacell platform uses the Climacell API as a source for meteorological data for your location.
MIT License
46 stars 10 forks source link

Hourly forecast is not pulling back correct values #24

Open jmutnick opened 4 years ago

jmutnick commented 4 years ago

The hourly forecast values are not bringing back the correct values.

Examples: The current forecast and the 0h forecast differ greatly. When I use postman to access the Climacell API using my system's lat and long, the values do not match the values on the sensors.

r-renato commented 4 years ago

Hi, put the component in debug mode and check the api response data, you can use it to compare it with the sensors data.

jmutnick commented 4 years ago

I think I found a bug in their API. I get different temps when I include the weather_code field in the API and the same happens in home assistant with weather condition in the hourly configuration.