Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong forecast dates #168

Closed
3 tasks done
Basanon opened this issue Oct 17, 2023 · 5 comments
Closed
3 tasks done

Wrong forecast dates #168

Basanon opened this issue Oct 17, 2023 · 5 comments

Comments

@Basanon
Copy link

Basanon commented Oct 17, 2023

Checklist

  • I have filled out the template to the best of my ability.
  • This only contains 1 feature request (if you have multiple feature requests, open one feature request for each feature request).
  • This issue is not a duplicate feature request of previous feature requests.

Is your feature request related to a problem? Please describe.

The weather forecast has been shifted by a 24 hours, relative to the original on Gismeteo
IMG_5843
IMG_5844

Describe the solution you'd like

Remove 24 hours forecast shift from integration

Describe alternatives you've considered

n/a

Additional context

n/a

@Vsesil
Copy link

Vsesil commented Jan 5, 2024

В телеге сказали, что нужно добавить hass.formatEntityState, но куда добавить не говорят. Если эта информация вам будет полезна, то поделитесь решением.

@Pro100x3mal
Copy link

Pro100x3mal commented Feb 10, 2024

Подтверждаю, такая же проблема. Дата прогноза смещена на сутки

@FRSTR
Copy link

FRSTR commented Mar 5, 2024

Можно починить так:
Используя редактор, например Studio Code Server для HA, открыть папку с установкой (/config/custom_components/gismeteo, во всяком случае у меня сюда установлено), далее открыть api.py и найти строку содержащую вот эту часть "dt_util.as_local(datetime.utcfromtimestamp(fc_time)", у меня это 387ая строка. Я всю эту строку поменял вот так:
ATTR_FORECAST_TIME: datetime.fromtimestamp(fc_time).isoformat(),

И после перезапуска HA всё заработало как надо.

у себя сделал поверх изменений которые запостил другой добрый самаритянен - #165 (comment)

@Bagunda
Copy link

Bagunda commented Mar 20, 2024

Было:
image
Стало:
image

Прогноз погоды немного улучшился, но, всё-равно, данные в Home Assistant не соответствуют прогнозу на сайте:
image

@FRSTR
Copy link

FRSTR commented Mar 28, 2024

Прогноз погоды немного улучшился, но, всё-равно, данные в Home Assistant не соответствуют прогнозу на сайте

Кстати у меня так было в первый день после фикса, я потом вручную заставил обновиться и всё заработало. По прошествии времени у вас не исправилось? Если нет, возможно у вас таймзона сильно смещена конечно, но мне кажется доложно работать на всём континенте

Limych pushed a commit that referenced this issue May 11, 2024
…codeql-action-3

Bump github/codeql-action from 2 to 3
@Limych Limych closed this as completed May 17, 2024
Limych pushed a commit that referenced this issue Oct 5, 2024
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.8 to 0.4.9.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.4.8...v0.4.9)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants