Code Monkey home page Code Monkey logo

hspi_twiliomessaging's Introduction

Homeseer Twilio Messenger PlugIn Build Status

HomeSeer plugin to send SMS Messages via Twilio. Visit the product page for more information.

Features

  • Trigger events when messages are received
  • Send SMS Text Messages using Twilio's API (account required)
  • Send messages as part of your event handling

Compatibility

  • HomeSeer 3 (Linux and Windows are both supported)

Support

Please open a GitHub issue for any questions, bugs, or feature requests.

hspi_twiliomessaging's People

Contributors

legrego avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

hspi_twiliomessaging's Issues

Triggers

Thanks for this very nice plugin!.

I would l;ike to know, When i will be out of the trials.... is the trigger gonna be faster? because now it's take somewhat 10 seconds for the trigger to fire the hs event.

Thanks

Support multiple phone numbers allowed to send command or to send text

I think currently you can only send a text to one number at a time. It would be good if you could send a text to multiple people. It does not need to be MMS, just have the plugin call Twilo and send a copy of the message to each number in the 'To' line of the event action. (I think HS does this by delimiting with ';' and no spaces between e-mail addresses)

Separately it would be cool to be able to set a group of numbers who are authorized to send text commands to HomeSeer.

Installing in HS4 get error "Could not load file or assembly 'System.Net.Http, Version=4.0.0.0..."

I am not a programmer but love to tinker with HS. Plug-In loaded successfully. When I try to sent test, I get the following message:
Could not load file or assembly 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Any advice will be much appreciated.
Apologize if I am not following proper protocol to submit this issue!
Steve...

Code cleanup

The plugin is rather disorganized right now, having been clobbered together from various examples around the Internet. I need to clean this up...

Installation

How do I install this on my HomeSeer3 linux box? I'm assuming I need to download and then compile it, then install? HomeSeer has me spoiled with one click installs, but I'm willing to get my hands dirty.

Thanks

Update Required

Was excited to find this plugin, trying to add to WAF and give her SMS updated when the dryer is done. BUT When I run a test I receive an 'Update Required' error?

Support Twilio Webhooks?

Currently, this plugin polls the Twilio API every X seconds to see if any messages have been received. Twilio supports webhooks that can notify consumers of messages without the need for polling.

Benefits

  • More immediate feedback of incoming messages. This would allow triggers to fire faster
  • The plugin can respond to the webhook with a TwMl response, which would allow us to reply to the recipient.

Drawbacks

  • Requires HomeSeer to be publicly accessible -- Twilio needs to make an HTTP(s) call into HomeSeer to notify us of the incoming message. This potentially requires networking configuration on the end-users part, which isn't very friendly. UPnP is an option, but not something I want to explore for this plugin...it's too much of a security hazard.

Allow events to be triggered by incoming SMS messages

The plugin should support polling for incoming messages, and allowing events to be driven by them based on simple string matching.

Example:

IF `twilio messaging` receives a message containing the text `foo`
THEN
  do the things

Allow use of API Key instead of account credentials

Currently only the account SID and auth token can be used to authenticate with Twilio. It would be nice if an API Key could also be used so access to the account can be revoked without having to close the account.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.