🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

homebridge-wled-simple

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-wled-simple

Platform for WLED

latest
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

homebridge-wled-simple

Description

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

Installation

  • Install homebridge
  • Install this plugin: npm install -g homebridge-wled-simple
  • 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

Keywords

homebridge-plugin

FAQs

Package last updated on 11 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts