I have been using the paid version of the app for a few weeks and really love the functionality of it. I have encountered a few issues that I hope you can help with:
I use a Honeywell thermostat and on the web UI the status icons (Circles at the top) will indicate Idle, Heat, Cool…etc. In the app it doesn’t indicate anything but other status icons like Dark Sky or whatever do display temp., humidity, etc. correctly.
I have noticed a considerable increase in batter usage over the past several days. At the end of the day Ariela’s battery usage is second only to Android OS. I have start at boot, and start after update and auto reconnect all turned off. both turned off.
After the last update, when you enter the app after some time without use, it takes a long time to display the UI, getting on a white screen.
I use Web UI.
Noob question, and struggling to find an answer in the forum as search is a bit naff on my phone, but could anyone quickly explain what the differences are in the two mqtt client options are? Homeassistant
And Build-in
The home assistant MQTT uses Home Assistant API to simulate an MQTT client. The build-in is a real MQTT client that will going to need to be setup. The benefits of Home Assistant MQTT is that it will not require another connection. Its downside is that it cannot be used for example with MQTT Camera sensor from Ariela.
Please let me know if you have any other questions.
Hope you find out until now about When will there be an official Home Assistant for Android app??? which announce that a new Home Assistant android official app is in the works.
What i wanted to say is that having the new official app is a very good news, but as it was stated in that announcement, they encourage other Home Assistant apps to be developed and available for you guys.
Knowing this, i want to let you know that Ariela development will still continue, bugs will be fixed and many new features will be added in the future.
Thank you very much for using Ariela, and i really appreciate the good words, kind reviews, bugs / features reported. Such kind of interaction with you, makes me proceed further in order to deliver a good experience for Home Assistant on Android devices.
Hey @Ionut!
Your app is really awesome, thanks for that!
I have a question.
I’ve updated to latest version, and I’m not sure if it’s my fault or not, but the new json_attributes_topic sensor is not working for me.
Btw, your sensor isn’t discovered automatically by Home Assistant? If you don’t have MQTT discovery enabled you can enable it by having this entry in your configuration.yaml
# Example configuration.yaml entry
mqtt:
discovery: true
discovery_prefix: homeassistant
I thought I missed something. I waited to update to new version, to be in front of my pc and see how the json_attributes_topic worked, and I couldn’t figure out why I had that error
Best dev
Uhm, to be honest I’m using the Hassio Mosquitto broker with a custom config to fetch data from cloudmqtt, and I don’t really know if it’s disabled or not. I’ll check but I think I must remove the integration first.
Another question: Why does mqtt phone camera can only be used with Builtin broken? What is the limitation?
Because the MQTT Home Assistant one its emulating MQTT via Home Assistant API and unfortunately i didn’t find a way to send binary data (eg: images) without a custom component installed. The build in MQTT client from Ariela its a 100% MQTT client, meaning that i can send & receive any type of data.