homebridge-openweathermap-temperature
v0.0.3
Published
openweathermap temperature plugin for homebridge
Downloads
4
Maintainers
Readme
homebridge-openweathermap-temperature
Supports Openweathermap-API as temperature-device. This version only supports temperature, nothing else.
Installation
- Install homebridge using: npm install -g homebridge
- Install this plugin using: npm install -g homebridge-openweathermap-temperature
Configuration
Configuration sample:
"accessories": [
{
"accessory": "OpenweathermapTemperature",
"name": "Outside Temperature",
"url": "http://api.openweathermap.org/data/2.5/weather?q=Karlsruhe,DE&APPID=APITOKEN"
}
]
This plugin acts as an interface between openweathermap and homebridge only. You will need an account on homebridge.