Ariela - Home Assistant Android Client

This apps looks really promising but I was a bit disappointed when I tried to browse my Lovelace UI and barely half of my cards were rendered. What’s stopping you from just enabling full html rendering? It seems like an impossible task to maintain a specific implementation for every card that is used in lovelace. Even though your update speed is incredible at the moment I hesitate to invest in something that requires updates for every change. If you just manage a generic compatibility with lovelace then I’m on board! :wink:

Another topic. The only way to disable the permanent notification seems to be to disable all notifications for the app. I would like to be able to notify in case of alarm but not have the permanent one. That should be possible, right?

The plan is to support at least the official lovelace cards and custom ones to be implemented by number of requests. Indeed its very hard to support all those custom cards, but i believe is doable. Regarding web view mode, Ariela already support this feature, and you can enable it from application settings.

Regarding notifications, you can just only disable the permanent notification group and the icon will not be shown.

Hello,

Version 1.2.9.1 is out.
What’s new:

  • do not show measurement in badges status
  • states UI: do not show hidden entities as badges
  • minor UI changes to MQTT sensors activity
  • glance card: handle show name attribute
  • glance card: handle columns attribute
  • glance card: handle show_status attribute
  • entity filter card: fix display issue
  • fixed invalid icon display in lovelace button cards
  • fixed crash in firebase notification when invalid color was set

Little spoiler: new theme for tomorrow’s update: Dark Green
device-2019-02-20-113115

1 Like

Hi, first of all, thanks for the great app. Purchased pro about 10 minutes in, it’s certainly good enough to pay for!

A humble request: I know supporting custom cards is hard, but I would ask if you could prioritize the MonsterCard, which is, I think, essential to keep track of new devices, automations and things of that nature.

Perhaps you could have people vote for the most popular custom cards to help prioritize implementation.

I also appreciate the separate thread for feature updates, following this one can be like drinking from a fire hose.

Hello,
Thank you for the support.
I will add MonsterCard to my top of the TODO list.

Regarding future updates thread, one can be found here: Ariela - Home Assistant Android Client - Updates Thread

2 Likes

Never has a developer ever responded to me this fast about anything. I will add the update thread to my watched threads so I won’t miss any updates :slight_smile:

I respond fast and i fix issues / add new features even faster :stuck_out_tongue:

Screenshot_20190220-075046
And with web ui checked in settings:
Screenshot_20190220-075020

I will vote for custom card-modder the only one to fully customize every card

That is picture element card and is not yet supported by Ariela.

Noted !

I’m just getting started with HA.

I don’t suppose anyone has made a video of Ariela in action?

Great work with the app, loving it!

Although I’m having issues with scanned NFC tags not being reported back to HA. Always seem to have the “unknown” state, any ideas? MacroDroid app on phone has no issues reading the NFC tags in my home.

Also, how does the light sensor work? Seems it’s polling the sensor even if screen is off? Can’t really confirm it but it feels my battery is draining much faster last few days since started using Ariela. I have GPS updates set to 15min / 100m

There is no video yet, but maybe i could do one in the future.

Please send me the logs so i can investigate. Note that its possible that the NFC tags are redirected to another app if its set to be default one which handle NFC tags.

Yes, data will be send even if screen is off.

1 Like

Hi, I have MQTT bluetooth tracking enabled. How would i go about converting/adding the detected BT devices to the known_devices.yaml so that each detected BT device can have its own entity instead of just being listed as [object Object]?

image

Edit:
it looks like I see a possibility to edit the example template from http://ariela.surodev.com/2019/01/08/bluetooth/ to have something similar to
{{ trigger.payload_json.discovered_devices[0].mac = 'aa.bb.cc.dd.ee.ff' }} ?

Yes you can have something like that, but not that mac address is “:” separated , not “.”. Eg: “aa:bb:cc:dd:ee:ff”

Haven’t used this for a while but looking at it now it appears to have developed really well!

The one thing that’s missing for me, is being able to change Ariela settings via MQTT. You can do this with zanzito. It means I can turn GPS logging down to minimal when I’m at home, and up to every 5 seconds when I’m approaching a zone (such as work). This can help remove false positives from other automations that rely on my arrival in a zone [mainly notifying my wife that I’ve arrived at work, etc].

It’s a great feature; but not one Ican currently see how to implement in Ariela. Is it something you might consider?

Thanks,

James

Yes,
Now i am currently working on a 2 way MQTT comunication:

  1. use Home Assistant to sent / receive MQTT data
  2. use build in MQTT client to send / receive data.

Plan is to support almost all features that zanzito has (excepting ones that rely on SMS / Phone functions)
Please let me know if you have any other questions

Hello all,

Version 1.2.9.2 is out.
What’s new

  • NEW: Dark Green theme
  • apply progress theme color for thermostat / light lovelace cards
  • apply chart color based on the theme selected (sensor lovelace card)
  • small UI updates in thermostat advanced controls
  • ui updates in the MQTT sensors screen
  • fixed device tracker issue when device name ended with “_”

NOTE: PLEASE CHECK IF YOUR DEVICE NAME ENDS WITH “_” IN KNOWN_DEVICES.YAML, AND IF DOES PLEASE REMOVE THAT CHARACTER, ELSE THE DEVICE TRACKER WILL FAIL TO UPDATE. THIS CHANGE WAS INTRODUCED BY HOME ASSISTANT AS DEPRECATED.

1 Like

A question about Hassio version 0.88, I’ve come across a problem with - I think, the location of the addon of the notifier and was wondering if you knew a fix on this? Error throws out;

Integrations need to be in their own folder. Change notify/fcm-android.py to fcm-android/notify.py. This will stop working soon.

I see this is a new thing to 0.88 and don’t others having this issue?

Thanks

Dave