Ariela - Home Assistant Android Client - Updates Thread

Hi, @Ionut. Can you fix the way of display time in usual Entities card.
In HA it looks like this:


In Ariela like this:
Thank You.

For sure i can, please enable debug mode in Ariela and send me Ariela logs :slight_smile:
Btw, the description timestamps, its showing x minutes ago or x hours ago correct?

Send you logs little bit later,

Yes

Iā€™m running version 1.3.7.7.

I was configuring some notifications using the doc: http://ariela.surodev.com/2019/05/08/push-notifications-2/

Iā€™ve had no luck getting using option tag and dismiss. My goal is to get garage notifications to ovewrite the open notification when the garage door is closed?

With this configured I get no notification

message: Garage Cover Closed
title: HASS Notification
data:
  tag: 1000
  dismiss: true

Any idea what I am missing?

Fixed with dismiss: false.

Hello all,

Ariela version 1.3.8.1 is out.
Whatā€™s new:

  • NEW: added custom message that force the alarm sensor updates
  • fixed Roku card issue when the button is visible
  • fixed setup issue when the wifi name is not populated
  • fixed issue when the notification items data produces TransactionTooLargeException
  • add support for device_class timestamp sensors
  • updated Google libraries

This version will be the last for this year and please stay tuned on the next year for some new cool features. I wanna thank you guys for the support and using the app and i want to wish you all Merry Christmas and a happy new year.

Thank you.

Still no new custom card like button-card ? :roll_eyes:

Not for the moment, but for sure in January :smiley:

1 Like

Hello, when this fix 'll arrive?

Now i am on vacation, when i get back to work next year i will take care of lot of things. Sorry for delay

Hi!

+1 for this issue :slight_smile:

hi, iā€™m trying to setup the HANotify component but it is not working with trial app. it says Firebase notification are disabled.

is it not working with trial app or has this feature been disabled permanently?

i was looking to use Ariela for actionable notifications on Android phone.

i have done all setup as per below doc:
http://ariela.surodev.com/2018/11/08/push-notifications/

and i can see component is avialble in HA in serviceā€¦ however since Firebase notifications are disabled in app (grayed out) nothing happens when i click submit in HA for service call neighter i see any error in HA log.

please advise.

Hello,

The HANotify its deprecated and will be removed in the future. Instead you should use mobile_app notification which basically in Ariela uses Firebase too. More details you can find here: http://ariela.surodev.com/2019/05/08/push-notifications-2/
Please let me know if you have any other questions.
Best regards,
Ionut

Hello,
I use now somfy RTS cover, due to the fact that it is RF433 home assistant doesnā€™t know the state of the cover, so in the web front end if the cover state is closed but in reality not, I can push the close cover button, but in Ariela not, could you let the button open/close always active?
Thx.

Hi,
Yes, i know about this issue. Next Ariela version will have this fixed.

hello,
since yesterday I cannot connect to my home assistant anymore using your app
update: nevermind it was pihole what ruined it

1 Like

@Ionut thank you for all the improvements to the app. I would like to request something for your consideration. is it possible to have ā€œFull Screen Modeā€ expanded to real FULL screen mode.

I use a samsung 10.
This is full screen in Ariela

This is full screen in homeassistant android app

1 Like

Let me see what i can do about this :smiley:

Hi @Ionut

Short question, in Common setting I can set a name for the device. But the sensors appearing in HA show both the new name and a name for the phone itself. This canā€™t be right?

Iā€™ve given the phone a name arielam30 but the sensor will show sensor.stigh_mate_30_pro_arielam30_availability_sensor where part of the name is the name of the phone itself (stigh_mate_30_pro).

Ionut,
Is there a way to figure out what webhook ID your app uses? Since on of the .105x updates I am seeing a lot of unregistered webhook errors in my log. I use gpslogger that uses a webhook and mobile apps. Not sure what is causing the error, but I am getting a lot of them.
Thanks.

Trigger some action in Ariela and look at Developer Tools/Logs -> Load full log if an unidentified webhook is triggered. I managed to find that Ariela app needed to be reregiterd that way.
Best, JR