Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

homebridge-blinds-udp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-blinds-udp

A Homebridge plugin to control blinds trough UDP packets - inspired by Homebridge-NooLite-HTTP-Blinds by JenRus

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

homebridge-blinds-udp

Control your Blinds through UDP packets

*inspired by Homebridge-NooLite-HTTP-Blinds by JenRus


Creating and maintaining Homebridge plugins consume a lot of time and effort, if you would like to share your appreciation, feel free to "Star" or donate.

Click here to review more of my plugins.


config.json

{
        "accessory": "BlindsUDP",
        "name": "My Blinds",
        "host": "192.168.0.X",
        "port": 80,
        "up_payload": "874652395hjui4d98523",
        "down_payload": "8932y4123545j5k245325",
        "stop_payload": "43523632641512",
        "motion_time": "5000"
}

Configuration Params

ParameterDescriptionRequired
namename of the accessory
hostendpoint for whatever is receiving these requests
portport of destination
up_payloadpayload for the up state (open)
down_payloadpayload for the down state (close)
stop_payloadpayload for the stop state
motion_timetime which your blind needs to move from up to down (ms)

Help

  • Make sure to specify a port and host in the config file.

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-blinds-udp
  3. Update your config file

Keywords

FAQs

Package last updated on 27 Dec 2017

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc