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

homebridge-broadlink-s1c

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-broadlink-s1c

Homebridge plugin for Broadlink S1C - SmartOne Alarm Kit

  • 3.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

Broadlink S1C plugin for Homebridge. This plugins only reads the status of the current sensors. no ability to control the alarm state (yet).

Inspired and forked from homebridge-broadlink-platform By @smka

New version 3.0, should solve the digital envelope routines:EVP_DecryptFinal error and improve stability and response

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.


Installation

  1. Config your S1C device and sensors with default e-Control app (for the first time)
  2. Install homebridge using: (sudo) npm install -g homebridge
  3. Install this plugin using: (sudo) npm install -g homebridge-broadlink-s1c
  4. Update your configuration file. See example: config-sample.json.
  5. Now you can read your window/door sensors status and control the host alarm states using homebridge, homekit and siri.

Config file Sample

"platforms": [
    {
        "platform": "broadlinkS1C",
        "name": "S1C",
        "ip": "10.0.0.X",
        "stayMode": "disarm",
        "awayMode": "full_arm",
        "nightMode": "part_arm",
        "alarmSound": true,
        "notificationSound": false,
        "motionTimeout": 30
    }
],

Configuration

ParameterDescriptionRequiredDefault
platformalways "broadlinkS1C"-
namename of the Platform / Host-
ip                            The ip address of the device. (use either ip or mac address)or mac    -  
mac                           The mac address of the device. (use either ip or mac address)or ip    -  
stayMode"disarm" / "full_arm" / "part_arm" On HomeKit Stay     "disarm"
awayMode"disarm" / "full_arm" / "part_arm" On HomeKit Away     "full_arm"
nightMode"disarm" / "full_arm" / "part_arm" On HomeKit Night     "part_arm"
alarmSoundtrue / false - set the alarm sound when triggeredtrue
useFanSpeedtrue / false - set the beep sound on sensors notificationfalse
motionTimeoutTime in seconds of which motion sensor can be retriggered**30

** any vaue for the motionTimeout less than 30 seconds will be retriggered always since it's the minimum delay than can be set in the broadlink app, most recommeneded to set it for 30s delay instead of the default 6 minutes.

Keywords

FAQs

Package last updated on 14 Jan 2018

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