0.1.1 • Published 8 years ago

homebridge-daylight v0.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

homebridge-daylight

Daylight plugin for Homebridge that publishes a HomeKit accessory that emits an approximation of the expected amount of daylight according to the sunrise and sunset schedule for the configured location.

Time PeriodCurrent Light Level
Before Sunrise0.0001lux
During Sunrise0.0001lux to 100000.000lux (gradual)
Between Sunrise & Sunset100000.000lux
During Sunset100000.000lux to 0.0001lux (gradual)
After Sunset0.0001lux

This is intended for use in triggering scenes using sunrise and sunset.

Installation

  1. Install Homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-daylight
  3. Use the Google Geocoder Tool to get your location coordinates.
  4. Update your Homebridge config.json using the sample below.

Configuration

{
  "accessory": "Daylight",
  "location": {
    "lat": 37.3316936,
    "lng": -122.0302191
  },
  "name": "Daylight Sensor"
}

Fields:

  • accessory must be "Daylight" (required).
  • location contains your location coordinates (required).
  • name is the name of the published accessory (required).
0.1.1

8 years ago

0.1.0

8 years ago