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
72.72k stars 30.45k forks source link

Nederlandse Spoorwegen integration does not use HA time zone #40152

Closed janjbrand closed 3 years ago

janjbrand commented 4 years ago

The problem

Nederlandse Spoorwegen integration does not use HA time zone, but uses the time zone of my Raspberry Pi. The sensor sensor.time is showing the right time, but the integrations showed routes for one hour ago (winter time). After setting the time zone of my Raspberry Pi to Europe/Amsterdam, it shows the right routes.

Environment

Problem-relevant configuration.yaml

homeassistant:
  time_zone: Europe/Amsterdam

sensor:
  - platform: nederlandse_spoorwegen
    api_key: NS_API_KEY
    routes:
      - name: Ede-Amsterdam Zuid
        from: Ed
        to: Asdz

Traceback/Error logs

Additional information

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

Hey there @yarmom, mind taking a look at this issue as its been labeled with an integration (nederlandse_spoorwegen) you are listed as a codeowner for? Thanks! (message by CodeOwnersMention)

GHToine commented 3 years ago

Having the same problem. Because I'm running HassIO I can't reach the raspi-config, I can't change the time zone of my PI. Like to know if there is an solution.

github-actions[bot] commented 3 years ago

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.

DjehutiC commented 3 years ago

Having the same problem. Because I'm running HassIO I can't reach the raspi-config, I can't change the time zone of my PI. Like to know if there is an solution.

Same here