Socket
Book a DemoInstallSign in
Socket

homebridge-lanbon

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-lanbon

Simple UDP switches for Homebridge - stateful and radio-button/multi-switch (forked from homebridge-http-multiswitch)

latest
Source
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

homebridge-lanbon

Lanbon switch plugin for Homebridge - stateful switches

  • Forked from homebridge-udp-multiswitch

Configuration Params

ParameterDescriptionRequired
namename of the accessory
switch_type1 (for one gang) or 2 (for 2 gang) or 3 (for 3 gang)
multi_switcharray of names for each gang (default: [1, 2, 3])
hostbroadcast address (eg: 192.168.1.255)
device_iddevice id of switch

Example configuration

{
        "accessory": "LanbonSwitch",
        "name": "Bedroom",
        "switch_type": 3,
        "multi_switch": ["Chandelier", "Wall mount", "Hidden light"],
        "host": "192.168.1.255",
        "device_id": "201504xxxx",
}

Installation

  • Install homebridge using: npm install -g homebridge
  • Install homebridge-http using: npm install -g homebridge-lanbon
  • Update your config file

Reference

  • https://jan.newmarch.name/IoT/Home/Lanbon/

Keywords

homebridge-plugin

FAQs

Package last updated on 28 Dec 2022

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