Hey @Ionut
can u add support for lovelace secondaryinfo-entity-row?
Thx
Hello,
Not sure exactly what you mean. Can you post a screenshot of this?
Thank you for reporting this. I will investigate.
Hello all,
Version 1.3.3.1 is out.
What’s new:
- Changed badges UI look
- small other UI changes
- Fixed Mobile App notification event issue
- fixed mobile_app typo
I was running into an issue where Ariela was crashing every 5 seconds and sent you the logs, but its working now after the latest update.
Thank you!
Also, the push notifications and actionable events work really well. Can’t wait to mess around with it more.
Glad to hear it works.
Please let me know if you find any issues.
I bought Ariela Pro in the first few days it was on the Play Store. It worked at the time, but the app hasn’t worked for me in months. I uninstalled and reinstalled it earlier today. I can get through the setup process, including logging into my Home Assistant instance, but Ariela Pro crashes immediately.
When I start the Ariela after the setup is done it just crashes. I’m running the latest Home Assistant (0.93.1 right now) on a local Intel Linux box with hass.io in a Docker container.
My phone is a Samsung Galaxy Note 4 running Android 6.1 (ancient, I know).
Can i send you a debug apk so you can send me the logs? Also can you confirm that now you have latest version?
@ lonut
So gave up on the swipe cards. For some reason they just dont behave well with Ariela. But I quite like the app and modified my webUI to suit. I got Pro versions and it works great!!!
One suggestion: The documentation needs to say that some features may not work for users that are not part of the HA admin group. (if it does, apologies)
In this specific case TTS to Speech. Got it set up in my phone and worked right away. I then tried to get it working in my wife’s and it just wouldn’t. Did the obvious…accused her of downloading a virus on her phone which dint go well
So played more with it and once I added her to admin, the feature worked.
I’m know experimenting with the mqtt front/back camera and I’m struggling. Set up built in mqtt client and tested as follows
Topic
homeassistant/camera/android_juan_ariela_backcamera
Payload
homeassistant/camera/android_juan_ariela_backcamera/get_backcamera
When I open camera.juan_ariela_back_camera in dev it shows nothing.
I’ve emailed the log.
Thank you
Hello,
Thank you very much for the support.
Thank you for the suggestion i will see what i can do about that
Regarding camera, the topic which you should send is the “trigger” that Ariela camera instructions tells about. In your case the topic is “homeassistant/camera/android_juan_ariela_backcamera/get_backcamera” without any payload.
Please let me know if works.
Hello Ionut!
I’m facing an UI issue since the update that added the force vertical behaviour option.
Every page in my UI is defined like this:
- title: xyz
panel: true
cards:
- type: horizontal-stack
cards:
- type: vertical-stack
cards:
- type: abc
- type: abc
- type: abc
- type: vertical-stack
cards:
- type: abc
- type: abc
- type: abc
So it always fill the screen and I can decide the order of cards.
On pc it works, but on mobile the WebUI sucks, that’s why I was using the native view. But now Ariela uses only half the screen to show the panels. I’ve tried both enabling and disabling the “force vertical behaviour” option, and by using “auto” or 1 in the “Card Columns” option, but with no success.
I think that probably the “panel: true” option should be ignored when you parse the yaml to draw it on screen.
What do you think about that? Do you need more info to replicate the issue?
Thanks again for your work!
Thank you for your response. I tried as suggested, but it generates an unreadable file. I used this script
ariela_test:
alias: Ariela test
sequence:
- service_template: mqtt.publish
data_template:
topic: homeassistant/camera/android_juan_ariela_backcamera/get_backcamera
payload_template: ''
- service: camera.snapshot
data_template:
entity_id: camera.juan_ariela_back_camera
filename: /config/www/doorbell/tmp/ariela_{{now().strftime('%Y%m%d_%H%M')}}.jpg
it saves a file, but it’s not a picture. Another issue is if you set the broker to build-in then tts to speech doesnt work.
Sure, I’m willing to try the debug APK. I am trying to run Ariela Pro version 1.3.3.1.
I sent you a PM with my email address.
The image will not be available immediately so the camera.snapshot should be triggered with delay. Does the camera updates in Web UI ?
Thank you, i will check.
I will investigate and tell you the results.
Thank you for your help. I dont get anyhting in the WebUI. In fact when I execute the script I get this pop up:
failed to call script… a bytes-like object is required, not ‘NoneType’
I also wanted to provide one more positive feedback:
I’ve been using HTML5 push for about 2 years and Im know running it side by side with this app’s mobile notification. Today in the morning HTML5 missed 6 messages when compared to the ariela built in platform… Thank you !!!
Hi Ionut, I opened an issue regarding these vertical and horizontal stacks some time ago.
Christiana is working on that. regards
Please try with this simple script and see if its working
'1558345338386':
alias: New Script
sequence:
- data:
topic: homeassistant/camera/android_juan_ariela_backcamera/get_backcamera
service: mqtt.publish
Glad to hear that its working
Funny thing: Cristiana (my girlfriend) is still me I used her name when creating that email and remained like that
great.
Ok, I keep on calling you Christiana anyway
At least until this issue is fixed
Hello,
Version 1.3.3.2 is out.
What’s new:
- NEW: support for Lovelace Picture card
- NEW: added option to enable / disable scroll down refresh in Web Ui
- NEW: add possibility to set the horizontal-stack card number of visible items
- fixed invalid thermostat command send when changing values
- fixed invalid cover grayed out buttons
- fixed entity-button icon
- small device tracker improvements
- small UI changes