Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openhab/openhab-android
openHAB client for Android
https://github.com/openhab/openhab-android
android app homeautomation java kotlin openhab openhab-client smarthome
Last synced: about 2 months ago
JSON representation
openHAB client for Android
- Host: GitHub
- URL: https://github.com/openhab/openhab-android
- Owner: openhab
- License: epl-2.0
- Created: 2014-04-12T12:09:03.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T13:50:38.000Z (about 2 months ago)
- Last Synced: 2024-10-27T15:14:59.437Z (about 2 months ago)
- Topics: android, app, homeautomation, java, kotlin, openhab, openhab-client, smarthome
- Language: Kotlin
- Homepage: https://play.google.com/store/apps/details?id=org.openhab.habdroid
- Size: 54.7 MB
- Stars: 599
- Watchers: 49
- Forks: 315
- Open Issues: 83
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## Introduction
This app is a native client for openHAB which allows easy access to your sitemaps.
The documentation is available at [www.openhab.org/docs/](https://www.openhab.org/docs/apps/android.html).## Features
* Control your openHAB server and/or [openHAB Cloud instance](https://github.com/openhab/openhab-cloud), e.g., an account with [myopenHAB](http://www.myopenhab.org/)
* Receive notifications through an openHAB Cloud connection, [read more](https://www.openhab.org/docs/configuration/actions.html#cloud-notification-actions)
* Change items via NFC tags
* Send voice commands to openHAB
* [Send alarm clock time to openHAB](https://www.openhab.org/docs/apps/android.html#alarm-clock)
* [Supports wall mounted tablets](https://www.openhab.org/docs/apps/android.html#permanent-deployment)
* [Tasker](https://play.google.com/store/apps/details?id=net.dinglisch.android.taskerm) action plugin included
## Beta builds
Beta builds are distributed via [GitHub](https://github.com/openhab/openhab-android/releases) and [F-Droid](https://f-droid.org/packages/org.openhab.habdroid.beta). Those builds can be installed alongside the stable version.
On Google Play you can opt-in to get updates of stable versions before others: https://play.google.com/apps/testing/org.openhab.habdroid
## Localization
Concerning all `strings.xml` files at [mobile/src/\*/res/values-\*/](mobile/src/main/res/)
All language/regional translations are managed with [Crowdin](https://crowdin.com/).
Please do NOT contribute translations as pull requests against the `mobile/src/*/res/values-*/strings.xml` files directly, but submit them through the Crowdin web service:- [https://crowdin.com/project/openhab-android](https://crowdin.com/project/openhab-android)
Thanks for your consideration and contribution!
## Setting up development environment
If you want to contribute to Android application we are here to help you to set up development environment. openHAB client for Android is developed using Android Studio.
- Download and install [Android Studio](https://developer.android.com/studio)
- Check out the latest code from GitHub via Android Studio
- Install SDKs and Gradle if you get asked
- Click on "Build Variants" on the left side and change the build variant of the module "mobile" to "fullStableDebug".You are ready to contribute!
Before producing any amount of code please have a look at [contribution guidelines](CONTRIBUTING.md)
## Build flavors
An optional build flavor "foss" is available for distribution through F-Droid. This build has FCM and crash reporting removed and will not be able to receive push notifications from openHAB Cloud.
For using map view support in the "full" build flavor, you need to visit the [Maps API page](https://developers.google.com/maps/android) and generate an API key via the 'Get a key' button at the top. Then add a line in the following format to the 'gradle.properties' file (either in the same directory as this readme file, or in $HOME/.gradle): `mapsApiKey=`, replacing `` with the API key you just obtained.
## Trademark Disclaimer
Product names, logos, brands and other trademarks referred to within the openHAB website are the property of their respective trademark holders. These trademark holders are not affiliated with openHAB or our website. They do not sponsor or endorse our materials.
Google Play and the Google Play logo are trademarks of Google Inc.