Socket
Socket
Sign inDemoInstall

homebridge-twilio-sms-cooloff

Package Overview
Dependencies
48
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    homebridge-twilio-sms-cooloff

Homebridge plugin to send SMSes with a static message using Twilio api (paid service) - with cooloff


Version published
Weekly downloads
1
Maintainers
1
Install size
17.3 MB
Created
Weekly downloads
 

Readme

Source

Modified from https://github.com/qata/homebridge-twilio-sms#readme

homebridge-twilio-sms-coolof

Homebridge plugin to send SMSes with static text. This plugin uses Twilio api, which is a paid service at a fair price - www.Twilio.com.

Very good use for homekit alarms and sensor, you can set an automation to SMS your phone if your alarm is triggered, there is a water leak or smoke detected.

Twilio configuraions

To use this plugin, you need to signup to their website and get a phone number from their service it will use you in the config as twilioNumber.

the accountSid and authToken can be retrieved from https://www.twilio.com/console/account/settings

After you set all of those, you can move forward to installing the plugin on homebridge.

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-twilio-sms
  3. Update your configuration file. See sample-config.json in this repository for a sample.

Configuration

Please read carefully Twilio configurations first

Config.json sample:

"accessories": [
       {
           "accessory": "Twilio",
           "name": "SMS Lottie",
           "accountSid": "4352435f45f423456d652643dxre",
           "authToken": "RVGH54CG45G5TG354GRT45T45G4G",
           "messageBody": "The dehumidifier is full",
           "toNumbers": ["+445287563029", "+445287563483"],
           "twilioNumber": "+445287562349",
           "automaticallySwitchOff": true ,
           "cooloff_milliseconds": 10000
       }
   ]

Keywords

FAQs

Last updated on 03 Sep 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc