Git Product home page Git Product logo

homebridge-davisweatherlinklive's Introduction

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.

  • Temperature - data.conditions[0].temp
  • Humidity - data.conditions[0].hum

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

  • pollingIntervalSeconds - Set this to the seconds value you want to periodically poll your Davis WeatherLink Live station API. DEFAULT: 300
  • temperatureUnitOfMeasure - Choose "C" or "F". DEFAULT: C

homebridge-davisweatherlinklive's People

Contributors

jontg avatar pmoon00 avatar

homebridge-davisweatherlinklive's Issues

Request - Mask Sensors

Request a means of hiding some sensors of a device from Home, to allow for situations where other sensors are already being used to provide this data.

Request: Turn off sensor if unavailable

This provides an air quality sensor. My weatherlink does not have a AQ sensor, and I would like to get rid of it.

Please include a way to enable or disable sensors used in the product.

Other than that, GREAT JOB.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.