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.
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
Example config with one station:
{
"platforms": [
{
"platform" : "DmiPlatform",
"apikey" : "xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx",
"stations": [
{
"stationid": "06186",
"stationname": "Landbohøjskolen"
}
]
}
]
}