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
73.47k stars 30.69k forks source link

Wind Chill missing #71803

Closed junalmeida closed 2 years ago

junalmeida commented 2 years ago

The problem

Not sure if this is only a local problem with my station, or general problem with the Environment Canada APIs, but I believe I should report the Wind Chill value is missing for a good while.

What version of Home Assistant Core has the issue?

core-2022.5.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

environment_canada

Link to integration documentation on our website

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

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

I can see some error messages, but it seems unrelated to the issue.

Logger: homeassistant.components.environment_canada
Source: helpers/update_coordinator.py:197
Integration: Environment Canada (documentation, issues)
First occurred: May 11, 2022, 11:44:52 AM (2 occurrences)
Last logged: 2:17:34 AM

Timeout fetching environment_canada weather data
Logger: homeassistant.components.environment_canada
Source: helpers/update_coordinator.py:204
Integration: Environment Canada (documentation, issues)
First occurred: May 11, 2022, 11:45:11 AM (3 occurrences)
Last logged: May 12, 2022, 8:28:37 PM

Error requesting environment_canada radar data: Cannot connect to host geo.weather.gc.ca:443 ssl:default [Connect call failed ('10.0.0.1', 443)]
Error requesting environment_canada radar data: 502, message='Proxy Error', url=URL('https://geo.weather.gc.ca/geomet?lang=en&service=WMS&version=1.3.0&request=GetCapabilities&layer=RADAR_1KM_RRAI')
Error requesting environment_canada radar data: Cannot connect to host geo.weather.gc.ca:443 ssl:default [Try again]

Additional information

image

probot-home-assistant[bot] commented 2 years ago

environment_canada documentation environment_canada source (message by IssueLinks)

probot-home-assistant[bot] commented 2 years ago

Hey there @gwww, @michaeldavie, mind taking a look at this issue as it has been labeled with an integration (environment_canada) you are listed as a code owner for? Thanks! (message by CodeOwnersMention)

michaeldavie commented 2 years ago

As noted in the documentation, wind chill data is only available when the temperature is below 0ºC.

junalmeida commented 2 years ago

Oh interesting I missed that, thx