Skip to content

氣象資料開放平臺的 hourly api 回傳格式有修改 #20

Description

@chaowei-dev

氣象資料開放平臺的 hourly api 回傳格式有修改

也就是這個 api:opendata.cwa.gov.tw/api/v1/rest/datastore/F-D0047-093

原本回傳會間隔 3 小時

但現在官方那邊回傳的格式改成每一個小時

{
  "DataTime": "2025-05-04T01:00:00+08:00",
  "ElementValue": [
    {
      "Temperature": "24"
    }
  ]
},
{
  "DataTime": "2025-05-04T02:00:00+08:00",
  "ElementValue": [
    {
      "Temperature": "24"
    }
  ]
},
{
  "DataTime": "2025-05-04T03:00:00+08:00",
  "ElementValue": [
    {
      "Temperature": "24"
    }
  ]
},

所以在 homeassistant 的氣象卡中,天氣和時間會對不上

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions