driemworks / aloha

Wifi-network based Home/Away for smart devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ALOHA


Aloha is a Home/Away mobile app based on wifi network, rather than location. Currently, it only supports Philips Hue.

Installation

For the moment, the only way to install Aloha is by cloning this repository and following the Development section.

Development

Current status of development:

  • register device with bridge
  • remote authentication
  • access token refresh
  • view and manage scenes stored on the Hue Bridge
  • UI design improvements/enhancements
  • increase code coverage
  • test on android
  • test on iOS

Getting Started

To run Aloha locally, you must either be connected to the same wifi network as a Philips Hue Bridge, or run an emulator (like this one).

Pre-Requisites

Aloha is developed with:

  • the angular flavor of nativescript. Using npm, install Nativescript
npm i -g nativescript
  • restdb to store data. You'll need to get an api key (it's free up to a certain number of requests/month).

Usage

Run on android using

tns run android

Run on iOS with

tns run ios

Note: This project has never been built for iOS, so no guarantee everything will work smoothly.In fact it almost definitely won't.

License

Aloha is made available under the Apache 2 License.

About

Wifi-network based Home/Away for smart devices


Languages

Language:JavaScript 65.5%Language:C 12.0%Language:C++ 9.1%Language:TypeScript 7.4%Language:Java 5.0%Language:HTML 0.7%Language:CSS 0.3%Language:Objective-C 0.1%Language:Python 0.0%Language:Shell 0.0%Language:Batchfile 0.0%