Skip to content

Commit

Permalink
Added Android app to remote control home assistant
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Oct 7, 2013
1 parent 5397148 commit f30587c
Show file tree
Hide file tree
Showing 4 changed files with 662 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,19 @@ The following API commands are currently supported:
parameter: event_data - object encoded as JSON string (optional)
Fires an 'event_name' event containing data from 'event_data'

Android remote control
----------------------

Using [Tasker for Android](https://play.google.com/store/apps/details?id=net.dinglisch.android.taskerm) I built an Android app that:

* provides buttons to control the lights and the chromecast
* sent updates every 30 minutes on the battery status
* sent updates when the phone is being charged via usb or wireless

The [APK](https://raw.github.com/balloob/home-assistant/master/android-tasker/Home_Assistant.apk) and [Tasker project XML](https://raw.github.com/balloob/home-assistant/master/android-tasker/Home_Assistant.prj.xml) can be found in [/android-tasker/](https://github.com/balloob/home-assistant/tree/master/android-taster)

![screenshot-android-tasker.jpg](https://raw.github.com/balloob/home-assistant/master/docs/screenshot-android-tasker.png)

Architecture
---------------------------

Expand Down
Binary file added android-tasker/Home_Assistant.apk
Binary file not shown.
Loading

0 comments on commit f30587c

Please sign in to comment.