home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
71.82k stars 30.08k forks source link

Tomorrow.io temperature and humidity attributes missing #104120

Closed PhilippeP62 closed 10 months ago

PhilippeP62 commented 10 months ago

The problem

Current temperature and humidity attributes are missing from the entity. entity state in HA:

temperature_unit: °C pressure_unit: hPa wind_speed_unit: km/h visibility_unit: km precipitation_unit: mm forecast:

What version of Home Assistant Core has the issue?

core-2023.11.2

What was the last working version of Home Assistant Core?

core-2023.11.2

What type of installation are you running?

Home Assistant OS

Integration causing the issue

tomorrow.io

Link to integration documentation on our website

https://www.home-assistant.io/integrations/tomorrowio

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

it seems to work on t.io side : realtime weather api response

{ "data": { "time": "2023-11-17T09:57:00Z", "values": { "cloudBase": 0.63, "cloudCeiling": 0.63, "cloudCover": 100, "dewPoint": 4.81, "freezingRainIntensity": 0, "humidity": 71, "precipitationProbability": 0, "pressureSurfaceLevel": 997.88, "rainIntensity": 0, "sleetIntensity": 0, "snowIntensity": 0, "temperature": 10.19, "temperatureApparent": 10.19, "uvHealthConcern": 0, "uvIndex": 0, "visibility": 15.33, "weatherCode": 1001, "windDirection": 204.31, "windGust": 2.63, "windSpeed": 0.69 } }, "location": { "lat": 43.653480529785156, "lon": -79.3839340209961, "name": "Old Toronto, Toronto, Golden Horseshoe, Ontario, Canada", "type": "administrative" } }

home-assistant[bot] commented 10 months ago

Hey there @raman325, @lymanepp, mind taking a look at this issue as it has been labeled with an integration (tomorrowio) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `tomorrowio` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign tomorrowio` Removes the current integration label and assignees on the issue, add the integration domain after the command.

(message by CodeOwnersMention)


tomorrowio documentation tomorrowio source (message by IssueLinks)

PhilippeP62 commented 10 months ago

It might be on T.io side after all , now there is this message on their status page.

Identified - Data from a third party is causing intermittencies in Tomorrow.io API data. We're working to get data flowing as normal again. Nov 17, 2023 - 10:54 UTC

PhilippeP62 commented 10 months ago

It's back , but is it normal that the attribute just disappear when there is no actual data ?