0.0.1 • Published 3 years ago

homebridge-sms77-voice v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Sms77.io Logo

Homebridge plugin to make text-to-speech calls via Sms77.

Useful for homekit alarms and sensors. Set an automation to make a call in case of a water leak, smoke detection or so.

Your apiKey can be retrieved from Dashboard->Developer

Installation

  1. Install homebridge: npm i -g homebridge
  2. Install plugin: npm i -g homebridge-sms77-voice
  3. Update config.json configuration file

Configuration Example

Example config.json:

{
    "accessories": [
        {
            "accessory": "Sms77Voice",
            "apiKey": "InsertSuperSecretSms77ApiKey",
            "debug": false,
            "from": "MyBookStore",
            "name": "SMS to employees on smoke detection",
            "text": "Emergency: The smoke detection has triggered!",
            "to": [
                "+49876543210",
                "+490123456789"
            ],
            "xml": false
        }
        }

Support

Need help? Feel free to contact us.

MIT