Ariela - Home Assistant Android Client

Perfect, thank you

Hi!

Sorry for disturbing you again with Roku card :slight_smile:

Latest fix doesn’t help - “dark volume up” buttons still persist in Ariela UI. What should I do to fix it? Re-install application or clear cache?

Thank you!

Indeed that should be fixed. Can you share Ariela logs so i can check it out? Thank you.

Send you logs to email.

Something like this would be amazing for Ariela to have built into it

There is already a ticket for that on the Ariela Github :wink:

And also 80% implemented and never tested out :))

1 Like

If you need a tester let me know I have 6 of the Google WiFi devices and multiple pixel phones.

1 Like

Hello lonut, thank you for your app and the constant extensions and improvements. I have two Google Home, here I often create a timer using a voice command, which can then be displayed in the “Home” app. In the past, you could have the Google Assistant timers and alarms displayed as a sensor in HA, but this is no longer possible because Google has changed something. Would it be possible to integrate the timers displayed in the “Home” app as sensors in the “Ariela” app?

Thank you very much for the suggestion. Let me see what i van do about it.

Switching to manual UI fixes the issue. Thanks!

1 Like

Glad to hear that.

Hi!

I’ve got a question about media card. In web UI I see buttons (volume up and volume down), but in Ariela Volume management looks like slider.
Web UI:


Ariela App:

My TV works only with Volume Up/Down commands and didn’t support slider.
Please, could you explain, is it possible to view buttons instead of slider in app? May be this is some settings, that I should write in Lovelace?

Code of this player is very simple:

media:    
  - platform: smartir
    name: 'Телевизор детская'
    unique_id: childroom_tv
    device_code: 1060
    controller_data: 192.168.xx.xx

Thank you and Happy New Year :slight_smile:

Let me see what i can do about this in the next year :smiley: Happy new year :smiley:

Hi,

I was wonderring, is it possible to get a notification on my Android (OnePlus), with a video?
Right now I use the:

data:
  image: xxxxxx

But that of course doesn’t work with a video .mp4 file.

I use the Ariela app with the HANotify component.

I could add video support for it but the video will not be able to be previewed in the notification. Instead the video will be opened if you will click on it. This is a limitation from Android system.

I guess the image will do it for me then :slight_smile: I was just curious.
Thanks!

Well, what maybe we can do is something like: you also put image, but if you put video parameter Ariela will open that video url you send. How is this?

I have been occasionally working on this too.
In the notification image works just fine.
If I put a camera live stream into a url tag that works too.

But if I put a camera url, file location, or an entity ID into the stream_source tag, it goes to a loading screen and never loads. I’m not sure what I am doing wrong, but the stream_source tag just doesn’t seem to work for me.

can you provide a video link that i can use to test myself?