Skip to content

Use Siri to control LightwaveRF devices via SiriProxy and a LightwaveRF Wifi Link.

Notifications You must be signed in to change notification settings

ianperrin/siriproxy-lwrf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SiriProxy LightwaveRF Controller

About

A Plugin for Siri Proxy to send commands to LightwaveRF devices via a LightwaveRF Wifi Link.

Prerequisites

Important Notes

  • This plugin does not require a Jailbreak and any settings made can be fully reversed/uninstalled if required.
  • This plugin is neither developed, nor endorsed by lightwaverf.com, do not contact them about problems or issues you encounter with this plugin. If you're having problems with the plugin, open an issue on github.

Installation

Install SiriProxy. Some instructions for doing this on a RaspberryPi can be found here: http://www.hometoys.com/emagazine/2013/02/siri-home-automation-integration-from-start-to-finish-brpart-2--raspberry-pi-installation/2090

Edit the SiriProxy config file (~/.siriproxy/config.yml) so that it contains the following lines, e.g.

- name: 'Lwrf'
  git: 'git://github.com/ianperrin/siriproxy-lwrf.git'

To support the ability to update rooms and devices from the LightwaveRF servers, add the lwrfemail and lwrfpin options to the SiriProxy config file (~/.siriproxy/config.yml), e.g.

- name: 'Lwrf'
  git: 'git://github.com/ianperrin/siriproxy-lwrf.git'
  lwrfemail: '[email protected]'
  lwrfpin: '1234'

To view debug information, set the debug option to true in the SiriProxy config file (~/.siriproxy/config.yml), e.g.

- name: 'Lwrf'
  git: 'git://github.com/ianperrin/siriproxy-lwrf.git'
  debug: true 

Re-bundle SiriProxy, e.g.

cd ~/SiriProxy
rvmsudo siriproxy bundle
rvmsudo bundle install
rvmsudo siriproxy server

Test the plugin by saying the following command:

"Test Lightwave"

Siri should respond by saying something like:

"LightWave is in my control!"

Siri should also display the path of the LightwaveRF Gem config file, e.g.

"LightWave is in my control using the config file ~/root/lightwaverf-config.yml"

Use this path to edit the config file so that it contains the correct host, rooms and devices for your LightwaveRF setup, e.g.

sudo nano ~/root/lightwaverf-config.yml

If you have uploaded your LightwaveRF database to the server and set the lwrfemail and lwrfpin options in the SiriProxy config file, your rooms and devices configuration can be automatically updated by saying the following command:

"Update my Lightwave data"

Usage

Turn devices on/off by saying things like:

  • Turn 'on' the 'light' in the 'lounge'
  • Turn 'on' the 'lounge' 'light'
  • Turn the 'light' in the 'lounge' 'off'
  • Turn the 'lounge' 'light' 'on'

Dim devices by saying things like:

  • Dim the 'light' in the 'lounge' to '50' percent
  • Dim the 'light' in the 'lounge' to '50'
  • Dim the 'lounge' 'light' to '75' percent
  • Set the 'lounge' 'light' to '75'
  • Set the level on the 'lounge' 'light' to '75'

Update LightwaveRF Gem config file with data from the LightwaveRF servers

  • Update LightWave config
  • Update my LightWave configuration
  • Download my LightWave device list
  • Download LightWave data

Version History

  • 0.0.3 - Initial Release
  • 0.0.5 - Added a wider range of natural language commands, rooms and device validation against the config file and support for dimming
  • 0.0.6 - Removed the need to edit the plugin by dynamically creating Siri commands based on the rooms in the LightwaveRF gem configuration file
  • 0.0.7 - Added debug option to print messages to log. Set debug: true in the config file as per installation notes
  • 0.0.8 - Updated to support LightwaveRF Gem 0.3.0 and added the ability to update room and device information from the LightwaveRF servers

To Do

  • Support other methods from the LightwaveRF Gem including sequences, energy and timers
  • Support aliases for room and device names
  • Prompt user for options if room or device names can't be found
  • Support commands to display the power usage logs/graphs

Licensing

Copyright (c) 2013, Ian Perrin

Re-use of my code is fine under a Creative Commons 3.0 Non-commercial, Attribution, Share-Alike license. In short, this means that you can use my code, modify it, do anything you want. Just don't sell it and make sure to give me a shout-out. Also, you must license your derivatives under a compatible license (sorry, no closed-source derivatives). If you would like to purchase a more permissive license (for a closed-source and/or commercial license), please contact me directly. See the Creative Commons site for more information.

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

About

Use Siri to control LightwaveRF devices via SiriProxy and a LightwaveRF Wifi Link.

Resources

Stars

Watchers

Forks

Languages