Hello Ionut
sorry for the late reply
I attach a screenshot of the application that wakes up the screen with the use of the proximity sensor.
My idea was to have a tablet with ariela running in full screen mode and when you go there to see the screen the proximity would understand that someone is in front of the screen( 30-40 cm) and then wake up the tablet.
Feature request: Would you be able to add support for the custom:bar-card?
It uses less screen real estate than the gauges card. So is great for phone use.
You can use the Updates Position setting to use a lower value and also the priority setting (set to GPS). These settings could improve the detection a lot and better then the update interval.
Distance between location option its only used in order to NOT send a location update that its less x meters. This option was implemented for the case when you can receive location updates even if you have set some settings for the app, but another app can also trigger some updates and implicitly Ariela receive those too.
The update position its only an identifier that will represent the “accuracy” of the tracking. Lower the value, better the results and possible more battery usage.
Distance between a location means:
Asumming you have X location (previous send location to HA) and Y (new location received by Ariela from GPS and its under processing).
If the distance setting is not 0, Ariela will calculate the distance in meters between X and Y. If the distance calculated is greater the the settings value, then Y will not be send to HA.
Your questions indicates me that those settings needs a better ordering so let me see what i can do about it and i believe a better explanation in that screen
Trying to understand the settings within the app to track when on the Wifi home network that it reports Home, Wifi. Then report on when it say GPS when away. Or does it just report GPS at all times even if on Wifi?
Also, how can a picture be added to the badge for tracking? Currently this is done by the following entry in “known_devices.yaml” file.
If Ariela detects that you are connected on a Wifi network that you assigned as being home (zone.home) then Ariela will ignore any GPS data at this point and inform HA that you are home.
If not current wifi with assigned zone is detected then Ariela sends the GPS location.
You can use entity configuration to put the picture.
I’ve got a question about custom Roku-card. I’ve done some minor changes in UI (in .js file of Roku module). Is it possible to view this changes in Ariela UI?
For example, this is card view, that I changed (some changes in icons and rows):
Well this is not quite possible for now. If the official card will have these functions implemented (like custom setting a icon for each button) i will highly support this function too.
You can check Issues · MCrissDev/Ariela · GitHub for any issues / features that i want to implement to Ariela. Of course i have some surprises in the near future so please stay tuned