Skip to content

floreno/homebridge-wled-segment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

homebridge-wled-segment

Description

This homebridge plugin exposes a WLED RGB(W) strip with segments as individual bulbs to Apple's HomeKit. Heavily based on homebridge-wled-simple and heavily based on homebridge-web-rgb.

Installation

  1. Install homebridge
  2. Install this plugin: npm install -g homebridge-wled-segment
  3. Update your config.json file

Configuration

"accessories": [
     {
       "accessory": "WLEDSegment",
       "name": "Moodlight Livingroom",
       "apiroute": "http://wled.me",
       "segment": 0
     }
]

Core

Key Description Default
accessory Must be WLEDSegment N/A
name Name to appear in the Home app N/A
apiroute Root URL of your device N/A
segment Segment to control 0

Options fields

Key Description Default
pollInterval Time (in seconds) between device polls 300
timeout Time (in milliseconds) until the accessory will be marked as Not Responding if it is unreachable 3000
port Port for your HTTP listener (if enabled) 2000
model Appears under the Model field for the accessory plugin
serial Appears under the Serial field for the accessory apiroute
manufacturer Appears under the Manufacturer field for the accessory author
firmware Appears under the Firmware field for the accessory version

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%