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

Missing _0d in forcast #16

Closed guice closed 3 years ago

guice commented 3 years ago

According to the docs:

daily [...] forecast_observations (integer)(Optional) Number of days for which you would like to receive forecast. The valid values are numbers starting from 1 to 15. Any condition from monitored_conditions (forecast) will generate a sensor with entityid d. Default value: 5

I do only see 1-n values, but your weather card shows a _0d setting:

https://github.com/r-renato/ha-card-weather-conditions#current-layer-example-of-card-setup

    forecast:
      temperature_high:
        day_1: sensor.cc_test_max_temperature_0d
      temperature_low:
        day_1: sensor.cc_test_min_temperature_0d

Where do I get Zero day, "Today", min and max values?

r-renato commented 3 years ago

Sorry, a little bug. Just a alert, some sensors have changed name. For example sensor.cc_test_max_temperature_0d is changed in sensor.cc_test_temperature_max_0d.

Thanks, Renato

guice commented 3 years ago

Just a alert, some sensors have changed name. For example sensor.cc_test_max_temperature_0d is changed in sensor.cc_test_temperature_max_0d.

Thanks for the heads up. Yeah. I was looking for _0d with that thought in mind (did notice a change in the "max" spot).

I've updated, and I see _0d sensors now. Although, they are pretty far off. I don't suppose elevation is playing a factor here? Their website is showing accurate. I'll add another ticket on this.

r-renato commented 3 years ago

Thanks, at moment the climacell API don't support the elevation. Renato