0.0.1 • Published 4 years ago

homebridge-wled-simple v0.0.1

Weekly downloads
7
License
ISC
Repository
-
Last release
4 years ago

homebridge-wled-simple

Description

This homebridge plugin exposes a WLED RGB device to Apple's HomeKit. Heavily based on homebridge-web-rgb.

Installation

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

Configuration

"accessories": [
     {
       "accessory": "WLEDSimple",
       "name": "Moodlight Livingroom",
       "apiroute": "http://102.168.1.133"
     }
]

Core

KeyDescriptionDefault
accessoryMust be WLEDSimpleN/A
nameName to appear in the Home appN/A
apirouteRoot URL of your deviceN/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