pmoon00 / homebridge-davisweatherlinklive

Homebridge plugin for the Davis WeatherLink Live API
MIT License
1 stars 2 forks source link

Homebridge Davis WeatherLink Live

This is a Homebridge plugin that allows you to integrate your Davis WeatherLink Live station API.

Installation

You must have Homebridge already installed, then just install the plugin by running npm install -g homebridge-davisweatherlinklive

How It Works

This will call your Davis WeatherLink Live station API. The endpoint it is designed for is /v1/current_conditions. It will look at the following JSON path for temperature and humidity.

The API will be called once at start up and polled periodically. The results will be stored in memory, to prevent slowness when opening the Home app.

Configuration

I have included an example config of the accessory in example.config.json.

Required Accessory Options

Optional Accessory Option