Closed formatBCE closed 1 year ago
Hey there @frenck, mind taking a look at this issue as it has been labeled with an integration (open_meteo
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
open_meteo documentation open_meteo source (message by IssueLinks)
I have the same display issue as @formatBCE . I am in time_zone America/Denver and on container version 2023.2.4, no errors in the logs. Appending T00:00:00 to the forecast datetime element using dev tools to manually override the value results in the day of week showing correctly, so it seems the date string by itself without time is indeed the problem:
I seem to be having the same issue. However, I am not using open_mateo. I have my own weather station that feeds to Weather Underground. I get a weather entity from that.
This morning, it switched to Sunny at 4AM, and then at 3PM, it switched to Clear-Night.
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
It's not stale, and still reproducible. I moved to different integration.
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
The problem
Open Meteo integration reports incorrect day name in forecast. First of all, I checked server and client device time zone setting and it's correct, as well as Home zone coordinates. Time zome I live in is PST (America/Vancouver). On screenshot, there's time card with correct time/date and day name, and Open Meteo forecast information. Check the first day - it's showing day back from now, but temp/weather info for today.
On second screenshot you may see forecast info at the same moment.
Most probably, the problem is in parsing date string from datetime field (for other integrations it seems to be timestamp, but here it's string representation). I tried to use template to parse this date to day, and it works correctly.
There was another issue open for this topic, but closed as stale. Please check this out https://github.com/home-assistant/core/issues/79064.
What version of Home Assistant Core has the issue?
2023.2.3
What was the last working version of Home Assistant Core?
Unknown
What type of installation are you running?
Home Assistant OS
Integration causing the issue
open_meteo
Link to integration documentation on our website
https://www.home-assistant.io/integrations/open_meteo
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response