Continue Discussion 18 replies
March 2021

brent

Nice! What’s the place for feature requests? With the High-accuracy mode, it would be great to be able to automatically have that turn on when within a certain distance of a zone, then have it turn back off once the zone is entered. Particularly useful when arriving home for having that detected quickly. It looks like it would be possible to do that with HA sending the right notifications to the phone, but it’d be nice to have that happen on the phone side. I currently use OwnTracks and Tasker to accomplish something similar, but I wouldn’t mind doing away with OwnTracks.

2 replies
March 2021

dshokouhi Amazing contributor

https://github.com/home-assistant/android/issues/new?assignees=&labels=enhancement&template=feature_request.md&title=

Make sure to be specific and to also break up different points if possible, don’t try to add more than 1 thing otherwise the request may get closed prematurely.

Try using the proximity sensor https://www.home-assistant.io/integrations/proximity/ for now.

I agree turning off high accuracy when you enter any zone does sound useful, we already get geofencing alerts and send them as events.

March 2021

simonc

I think at the very least providing the option to have high accuracy turned on when phone is charging (often the case when travelling in the car)

2 replies
March 2021

dshokouhi Amazing contributor

there is a setting for high accuracy mode to be automated based on a connected bluetooth device which would work when you are in the car :slight_smile:

March 2021

edersong

Any plan to support Wear OS?

1 reply
March 2021

Gergo.io

I’m excited to try out the BLE Transmitter. It makes so much sense to build this into the main app. I particularly like the option to hopefully be able to stop/start it with an automated command. With my current BLE app, it sometimes stops transmitting once a week or so and I have to send an actionable notification to reopen the app. This way I should just be able to fix it without user interaction.

March 2021 ▶ edersong

dshokouhi Amazing contributor

Support is planned, currently there has been some work done in the backend but nothing worthy of mentioning in the blog post. All that is really done is that the team has created a non-functional package which is basically the first baby step. I don’t really know how long it will take for anything to be ready for use, I don’t own any wear OS devices so I wouldn’t be contributing to this area yet.

March 2021

oscarb

My imagination can’t keep up with all these possibilities, thanks for an awesome update!

One cool thing you can do now is sending a notification on movement in the hallway, with a picture taken by a nearby camera of course, and then in that notification have a reply button so that whatever text you enter there is then read out loud by some speaker to the person who entered. :nerd_face:

March 2021 ▶ simonc

Hellis81 Solution Institution

In the thread with intents, there is a link to the Waze thread, in that thread there is a link to a very cheap bluetooth receiver you can have in the car.

March 2021

muniter

I just want to thank the contributors for this amazing app. The amount of sensors and possibilities is just amazing. Thank you @dshokouhi for your contributions and willingness to reply on many posts. I’m loving the BLE beacon feature.

March 2021

oischinger

Did anyone figure out if there’s a way to set the intent category or component?

1 reply
March 2021 ▶ oischinger

dshokouhi Amazing contributor

Not supported yet, the docs outline everything we currently support. Feel free to submit a feature request on GitHub

Edit: if possible give us an example of something that uses the category/component so it can be tested

March 2021

CentralCommand

I follow all the app updates super closely and somehow I still missed this. Definitely something I’ll be trying out, I really wanted to use room-assistant but couldn’t get it to talk to my phone before. Thanks for the update!

March 2021

chriss158 Great contributor

Great idea to enable the sensor when entering a specific zone :+1: I created a PR for that.

1 reply
March 2021 ▶ chriss158

Hellis81 Solution Institution

But you don’t want high accuracy mode when you are home.
Something needs to be a trigger for it to switch of when you get home.

1 reply
March 2021 ▶ Hellis81

chriss158 Great contributor

Yep exactly that i tried to accomplish with the expanded zones. The expanded zone triggers on and the original zone triggers off.

1 reply
March 2021 ▶ chriss158

brent

That expanded zone feature looks absolutely perfect! Thanks!

Might need to tweak the wording a bit with the settings. Based on those screenshots, there doesn’t appear to be any indication that when using an expanded zone, high accuracy mode turns back off within the zone itself.

1 reply
March 2021 ▶ brent

chriss158 Great contributor

Yes you are right. Tried to use a different wording for now in the app itself. It’s hard to describe that setting in a one liner.
I tried to describe this feature in the docs. https://github.com/home-assistant/companion.home-assistant/pull/472