The WEB ui interface in Ariela it should work same as in Chrome for example. Can you confirm the issue is only in Ariela?
Yes, i confirm the issue is with Ariela only. in chrome the swipe card works as intended.
in Ariela, the card is displayed, but it doesnât âswipeâ. If you poke the progress bar (bottom slider line) it jumps, but itâs uncontrollable.
Hello everyone,
In the next period (until 20 April) i will be traveling so updates to Ariela will not be available like it was until now. After 20, the updates rate will be like normal.
Sorry for inconvenience.
I will investigate this.
Is there any limitations on the size of floorplan-drawings in ariela? It doesnât show up for me, just a black bar.
Iâm experiencing some problems streaming my cameras using the generic platform. Sorry if I missed it in a post above.
When opening the camera in the Ariela app a spinning wheel just shows and nothing happens.
If I open the lovelace on the same device in my chrome browser I get the stream immediately.
Any clues?
Can you share a picture from the spinning wheel and camera? Thank you. Also if you can send the logs it would be great.
I did the process after enabling debugging mode and did also sent you a Screenshot. I hope you have received it
Thanks for looking into it.
I saw it. I see that you are using web ui. I will have to investigate the issue and reproduce and see whatâs really happening? Quick question: in chrome / firefox on the phone, this works fine?
Yes it does.
Oh sorry I forgot to mention that!
Hi,
I tested the Find my car example and I noticed that sometimes is it not so reliable.
Thereâs a way to improve it? Maybe sending position more often than at status change?
Thank you in advance
Ok, i will investigate.
Maybe you can do an automation that also update the sensor of the bluetooth when the device tracker position change? Still i can add an option that will update more frequent.
Also, i am back from my travel This means the Ariela updates will be like it was before
Hello all,
Version 1.3.2.0 is out.
Whatâs new:
- updated MQTT sesors configuration
- updated Portuguese localization
- updated German localization
Please test it and let me know how it goes.
Hello,
Version 1.3.2.1 is out.
Whatâs new:
- fixed media player entity display issue
- fixed issue with front camera detection
- set show_header_toggle to true if not set
- NEW: Spanish localization
Please test it and let me know how it goes. Thank you.
Hello all,
Version 1.3.2.2 is out.
Whatâs new:
- NEW: webview mode: added possibility to refresh page (reload)
- added ability to scroll badges in order to fit more items
- fixed Fan speed selection issue
- other UI changes
Please test it and let me know how it goes. Thank you.
Regarding webview in v1.3.2.2, I donât see âwebview modeâ in settings. Is it the same as Settings>UI>WebUI?
Yes. That is the mode
hi @Ionut , i use this automation:
service: notify.android
data_template:
title: cam
message: move
data:
image: 'https://img.elo7.com.br/product/zoom/17BB2A6/sapo-cururu-galinha-pintadinha.jpg'
And i receive this notify on my cellphone:
But when i click on frog, the image does not get large. any alternative?
since last nights upgrade to 0.92 Arielas fcm-component seems broken:
getting this on my server console:
2019-04-25 08:08:56 ERROR (MainThread) [homeassistant.components.homeassistant] Integration fcm-android not found when trying to verify its notify platform.
so, not getting push notifications anymore
Components are created in <config>/custom_components/<integration name>/
. Always make sure you create at least an empty __init__.py
file in that folder.
In custom_components/fcm-android/ folder please create a file called __init__.py
I will update also the repository with new instructions.
Please let me know if works
My HANotify component is recognised, but just causes HA to hang on start-up. Pretty much have to disable it for now until whatever causing it is fixed.