There is no video yet, but maybe i could do one in the future.
Please send me the logs so i can investigate. Note that its possible that the NFC tags are redirected to another app if its set to be default one which handle NFC tags.
Hi, I have MQTT bluetooth tracking enabled. How would i go about converting/adding the detected BT devices to the known_devices.yaml so that each detected BT device can have its own entity instead of just being listed as [object Object]?
Edit:
it looks like I see a possibility to edit the example template from http://ariela.surodev.com/2019/01/08/bluetooth/ to have something similar to {{ trigger.payload_json.discovered_devices[0].mac = 'aa.bb.cc.dd.ee.ff' }} ?
Haven’t used this for a while but looking at it now it appears to have developed really well!
The one thing that’s missing for me, is being able to change Ariela settings via MQTT. You can do this with zanzito. It means I can turn GPS logging down to minimal when I’m at home, and up to every 5 seconds when I’m approaching a zone (such as work). This can help remove false positives from other automations that rely on my arrival in a zone [mainly notifying my wife that I’ve arrived at work, etc].
It’s a great feature; but not one Ican currently see how to implement in Ariela. Is it something you might consider?
Yes,
Now i am currently working on a 2 way MQTT comunication:
use Home Assistant to sent / receive MQTT data
use build in MQTT client to send / receive data.
Plan is to support almost all features that zanzito has (excepting ones that rely on SMS / Phone functions)
Please let me know if you have any other questions
apply progress theme color for thermostat / light lovelace cards
apply chart color based on the theme selected (sensor lovelace card)
small UI updates in thermostat advanced controls
ui updates in the MQTT sensors screen
fixed device tracker issue when device name ended with “_”
NOTE: PLEASE CHECK IF YOUR DEVICE NAME ENDS WITH “_” IN KNOWN_DEVICES.YAML, AND IF DOES PLEASE REMOVE THAT CHARACTER, ELSE THE DEVICE TRACKER WILL FAIL TO UPDATE. THIS CHANGE WAS INTRODUCED BY HOME ASSISTANT AS DEPRECATED.
A question about Hassio version 0.88, I’ve come across a problem with - I think, the location of the addon of the notifier and was wondering if you knew a fix on this? Error throws out;
Integrations need to be in their own folder. Change notify/fcm-android.py to fcm-android/notify.py. This will stop working soon.
I see this is a new thing to 0.88 and don’t others having this issue?
Again, as always - LOVING your work glad to be a bug reporter (going on my CV!!!)
One more question - you know much about templates? I want a battery sensor to show two images depending on the device being on charge nor not? Thought I’d test my luck as I use this app to now track battery status (still looking forward to native device tracking to replace life360) and you’re pretty clued up!
Eitherway - Thanks for the help, gonna point this out to a few other devs!
Maybe you should check the list size being greater then 0. Also Ariela do not guarantee that devices discovered will have always same position, so you may want to check other items in the list too.
I am still enjoying this but I think I need to turn auto updates off as you update so often that almost every time my phone loses connection with my HA after an update.
It wont update MQTT location/battery info etc on my or my wife’s phones. It’s fixed just by opening the app and letting it connect.
Other than that, I find it quite reliable as my only location tracking system.
The last few days, I was having some issue with Device tracker feature. I configured my Home WiFi, but sometimes HA shows me like 400 meters away, when I’m at home. Is there any way to add some config like owntracks, where you can define the max_gps_accuracy ?
Another thing, could you investigate about put a “clear cache” feature for people who use Web UI + Lovelace ?
I will see what i can do about this.
LE: its a little bit strange, what really happens is that if Ariela is connected to a home wifi network, it will ignore the GPS coordinates and it will use the “zone.home” coordinates (marking you in this way as home). Can you check if “zone.home” entity coordinates are correct?
This feature it will be ready somewhere next week. Just want to reorganize the application Settings and i think i can squeeze this feature too.