Skip to content
This repository was archived by the owner on Feb 14, 2022. It is now read-only.
/ homebridge-dmi Public archive

Simple Homebridge Plugin that fetches the current weather from DMI.dk

License

Notifications You must be signed in to change notification settings

mbjedk/homebridge-dmi

Repository files navigation

Homebridge DMI

This plugin for Homebridge adds meteorological observation: temperature and humidity data data from DMI owned stations located in Denmark and Greenland and exposes them in Homekit. This plugin is not affiliated with DMI and is made for testing-purposes only.

Requirements:

API-key for DMI metObs - Instructions

Stationid(s): See list of stations here (NB: Swap INSERTAPIKEY with your own API-key): https://dmigw.govcloud.dk/metObs/v1/station?type=Synop&api-key=INSERTAPIKEYHERE

Configuration

Example config with one station:

{
"platforms": [
  {
      "platform" : "DmiPlatform",
      "apikey" : "xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx",
      "stations": [
        {
          "stationid": "06186",
          "stationname": "Landbohøjskolen"
        }
      ]
    }
]
}

About

Simple Homebridge Plugin that fetches the current weather from DMI.dk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published