0.0.1 • Published 1 year ago
@seven.io/homebridge-sms v0.0.1
Homebridge plugin to send SMS via seven.io.
Useful for homekit alarms and sensors. Set an automation to message in case of a water leak, smoke detection or so.
Your apiKey can be retrieved from Dashboard->Developer
Installation
- Install homebridge: npm i -g homebridge
- Install plugin: npm i -g @seven.io/homebridge-sms
- Update config.jsonconfiguration file
Configuration Example
Example config.json:
{
   "accessories": [
       {
           "accessory": "Sms77Sms",
           "apiKey": "InsertSuperSecretSms77ApiKey",
           "debug": false,
           "flash": false,
           "foreign_id": null,
           "from": "MyBookStore",
           "label": null,
           "name": "SMS to employees on smoke detection",
           "no_reload": false,
           "performance_tracking": false,
           "text": "Emergency: The smoke detection has triggered!",
           "to": [
               "+49876543210",
               "+490123456789"
           ],
           "ttl": null
       }
   ]
}Support
Need help? Feel free to contact us.
0.0.1
1 year ago