0.0.2 • Published 4 years ago

homebridge-wled-segment v0.0.2

Weekly downloads
5
License
ISC
Repository
github
Last release
4 years ago

homebridge-wled-segment

Description

This homebridge plugin exposes a WLED RGB(W) device 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://102.168.1.133",
       "segment": 0
     }
]

Core

KeyDescriptionDefault
accessoryMust be WLEDSegmentN/A
nameName to appear in the Home appN/A
apirouteRoot URL of your deviceN/A
segmentSegment to controlN/A

Options fields

KeyDescriptionDefault
pollIntervalTime (in seconds) between device polls300
timeoutTime (in milliseconds) until the accessory will be marked as Not Responding if it is unreachable3000
portPort for your HTTP listener (if enabled)2000
modelAppears under the Model field for the accessoryplugin
serialAppears under the Serial field for the accessoryapiroute
manufacturerAppears under the Manufacturer field for the accessoryauthor
firmwareAppears under the Firmware field for the accessoryversion