Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justin-credible/smart-home-mobile
:house: :iphone: A cross-platform mobile application used to control several smart home devices.
https://github.com/justin-credible/smart-home-mobile
archived cordova home-automation ionic ionic-framework ip-camera mobile-app smart-home
Last synced: 3 days ago
JSON representation
:house: :iphone: A cross-platform mobile application used to control several smart home devices.
- Host: GitHub
- URL: https://github.com/justin-credible/smart-home-mobile
- Owner: Justin-Credible
- License: mit
- Created: 2014-11-04T18:36:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-03-22T03:55:09.000Z (over 4 years ago)
- Last Synced: 2024-06-21T07:47:40.798Z (5 months ago)
- Topics: archived, cordova, home-automation, ionic, ionic-framework, ip-camera, mobile-app, smart-home
- Language: HTML
- Homepage: https://www.justin-credible.net/2015/11/10/smart-home-mobile/
- Size: 14.1 MB
- Stars: 33
- Watchers: 8
- Forks: 18
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Smart Home Mobile App
=============================![banner](.readme/banner.jpg)
![dashboard banner](.readme/dashboard-banner.jpg)[![Build Status](https://travis-ci.org/Justin-Credible/Smart-Home-Mobile.svg?branch=master)](https://travis-ci.org/Justin-Credible/Smart-Home-Mobile)
[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)A cross-platform mobile application used to control several smart home devices.
* [Iris Smart Home](http://www.lowes.com/cd_Iris_239939199_) (by Lowes)
* Lighting / Smart Plugs
* Locks
* Contact Sensors
* Thermostat
* Alarms (intrusion, fire, water leak, etc)
* [IrrigationCaddy](http://irrigationcaddy.com) (*work in progress*)
* IP Video Cameras## Why? ##
I wanted to have a single mobile app to control all of my smart home devices. While Iris has a mobile app, it lacks a few features that I wanted (direct streaming of IP cameras) and only works with Iris devices.
I also wanted to have an app that would be easily extensible so I can add support for non-Iris devices as I add them to my home (eg IrrigationCaddy, Philips Hue bulbs, etc).
## Supported Platforms ##
The mobile app is cross-platform and supports the following platforms:
* Android
* iOS
* Windows 10
* Windows 10 IoT on Raspberry Pi 2It is built with Ionic, TypeScript, and AngularJS (among others) using the [Ionic-TypeScript-Starter](https://github.com/Justin-Credible/Ionic-TypeScript-Starter) starter project.
See [`getting-started.md`](https://github.com/Justin-Credible/Smart-Home-Mobile/blob/master/getting-started.md) for information on how to build and run the application.
## Integration APIs ##
### Iris ###
I'm using the AlertMe v5 RESTful API for interacting with Iris. Lowe's does not provide public documentation on their API (which is based on the AlertMe API), but I've found that it is pretty close so far. I've included the API docs that I've found on the web in `resources/misc/IrisApi-v5`.
### IrrigationCaddy ###
IrrigationCaddy also does not provide a public API, but using an HTTP debugging proxy I've been able to sniff the traffic and document it enough to use some basic features. Once complete, this will be located in `resources/IrrigationCaddyApi`.
### IP Video Cameras ###
While each IP camera can be quite different, they usually all have at least one thing in common: an HTTP daemon serving up static images and/or mjpeg content. The mobile app allows the user to enter these URLs (static or streaming) for each camera.
## License ##
Copyright © 2015 Justin Unterreiner.
Released under an MIT license; see [LICENSE](https://github.com/Justin-Credible/Ionic-TypeScript-MDHA-Starter/blob/master/LICENSE) for more information.