Want to present you an Android client for Home Assistant on which i worked in last months.
Note: this thread has been created only for posting here updates that Ariela receives. For any issues, requests etc, please use this thread: Ariela - Home Assistant Android Client
Some of the key features of the app:
MQTT device sensors
lovelace configuration
device tracker using GPS + battery information
new Home Assistant AUTH support
ability to search Home Assistant server while configuring
ability to configure the app for external usage ( the app will differentiate when its running on local network
or remote and it will try to connect remotely only if this is configured)
small memory footprint
Firebase notifications support
widgets support
The application is still in development so please let me know what kind of features you would like to see in it.
Note that automatic server discovery will work only if your Home Assistant server is running on http mode with default 8123 server. If you are using https or running on another port you can skip this.
After the Ariela says that the connection is successful the credentials screen will going to appear.
If running Home Assistant version lower then 0.78 leave the username blank and fill the password only. If you are running Home Assistant 0.78 or greater, put your user name and password and hit connect. As a option the weblogin is also available.
Patreon support: developing Ariela is done in the spare time. Because of that some features or bugs fixing may arrive later then i wish. If you want to help me by putting more time in Ariela development, introduce new features, fixing bugs etc you can do this by using Patreon. It is not required to use this service, but any help i will really appreciate it. Patreon link: https://www.patreon.com/arielahomeassistant
Why the iPhone is 500$ in US but 550 Euro in Italy?
The price i put in play store is 3.99$ . Depending the country, a VAT is also added and the currency is also changed. From those 3.99$, 40% is taken by Google.
Thank you for the support. The PRO app is a different app so you will have to reconfigure everything. The free version you can use it if you want to connect to another HA server, but if you do not you can uninstall it.
Let’s say you have installed Ariela on your Android TV device. Using this new update you will be able to start Netflix (on your Android TV) from the Home Assistant.
So: you will be able to start applications from phone using Home Assistant.
Wowww… What a great feature!! Is there a way to know which app is running on the device? And the same question for bluetooth… Is there any way to know which device is paired?
I have the running app option in my TODO list.
For bluetooth please check Bluetooth – Ariela
The JSON attributes contain bonded_devices which is a JSON array of devices that are currently paired (bonded). Note that a paired (bonded) device doesn’t mean that your phone is connected with (HFP/A2DP/PAN)
Something like this should work.
alias: open kodi
trigger:
… your trigger …
condition:
… your condition …
action:
- data:
topic: homeassistant/sensor/APPS_SENSOR_ID/startapp
payload: org.xbmc.kodi
service: mqtt.publish
I need to be able to set the mqtt broker. Is this possible?
disregard
I have a separate MQTT server from home assistant, and my values from ariela weren’t showing up, so I assumed it was because they were being sent to HA, but one of them just popped in, so I think I’m good, disregard, thanks for the AWESOME app. Loving your release schedule!
Thank you for the support, i am glad you like the app.
About lovelace, if you use HA version 0.84 or greater try to enable the editing mode in HA.
About wear, this is on my TODO list.
This is in my TODO list. Still, if HA is able to communicate with your broker, Ariela will be too.