Aloha is a Home/Away mobile app based on wifi network, rather than location. Currently, it only supports Philips Hue.
For the moment, the only way to install Aloha is by cloning this repository and following the Development section.
- 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
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).
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).
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.
Aloha is made available under the Apache 2 License.