Skip to content

vsaarinen/homebridge-lights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-lights

A Homebridge plugin that controls a custom light solution by sending out HTTP requests based on Siri requests.

Configuration

Add the following to your Homebridge configuration file for each light, where light_id is the the ID of the light, server_address is the address of your home automation server and username and password your credentials to said server:

{
  [...]
  "accessories": [
    {
      "accessory": "light",
      "name": "Living room",
      "light_id": "1",
      "server_address": "https://your.server.address",
      "username": "your_username",
      "password": "your_password"
    },
    {
      "accessory": "light",
      "name": "Dining room",
      "light_id": "2",
      "server_address": "https://your.server.address",
      "username": "your_username",
      "password": "your_password"
    },
    [...]
  ],
}

About

A Homebridge plugin to control custom-made light switches with HTTP requests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published