Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android Auto sensors display #3248

Closed
woniol opened this issue Jan 20, 2023 · 9 comments · Fixed by #3732
Closed

Android Auto sensors display #3248

woniol opened this issue Jan 20, 2023 · 9 comments · Fixed by #3732
Labels
Android Auto enhancement New feature or request

Comments

@woniol
Copy link

woniol commented Jan 20, 2023

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

I'm after my first tests of Android Auto support. I looks really promising.
Would it be possible to add there sensors display in addition to all the currently available domains?
Posiibility of favourites selection would be needed for that as well, because of the possible number of sensor entieties.

Describe alternatives you've considered, if any

Additional context

@woniol woniol added the enhancement New feature or request label Jan 20, 2023
@dshokouhi
Copy link
Member

Posiibility of favourites selection would be needed for that as well, because of the possible number of sensor entieties.

already requested #3219

@dshokouhi
Copy link
Member

so asides from sensor and binary_sensor is there any other non actionable domains? camera won't qualify as we cannot show an image like that in the car.

@dshokouhi
Copy link
Member

There is one issue here, we can only display a certain amount of entities. The grid item list also only allows certain character lengths, its also not recommended to display items that have no action which a sensor has no action. I am not sure this is something we should add given the limitations and considerations but lets see if other users really need this.

@GSzabados
Copy link

camera won't qualify as we cannot show an image like that in the car.

Have you seen the Weather&Radar app? Maybe we could disguise it as a map... 😉

@dshokouhi
Copy link
Member

Maybe we could disguise it as a map... 😉

we should not do anything against Googles requirements. Android Auto/Automotive has a much stricter review process. Images can only be a background image but not anything a user woudl want to look closely at.

image

@GSzabados
Copy link

GSzabados commented Jul 25, 2023

Then I have no idea how the Weather & Radar app has permission to display weather radar data on a map...

Anyhow, sensor data would be great. Groups would be good also. I have some grouped lights, which would be easier to control.

Other groups, like motion sensors, I believe they fall under the binary_sensor category.

@dshokouhi
Copy link
Member

Then I have no idea how the Weather & Radar app has permission to display weather radar data on a map...

Displaying a map is actually something a POI or Navigation app can use, most likely they are a POI app whereas we are a IOT app

Anyhow, sensor data would be great

I am hesitant to add a Sensor category because for most user they will never see all of them given that each vehicle has its own list limit which will impact this. I can see if it works for a sensor/binary sensor under favorites.

Groups would be good also. I have some grouped lights, which would be easier to control.

please open a separate feature request for this as this request is about adding support for sensors. In the meantime its nothing a template entity can't fix :)

Other groups, like motion sensors, I believe they fall under the binary_sensor category.

thats not a group ;)

https://www.home-assistant.io/integrations/group/

@GSzabados
Copy link

I am hesitant to add a Sensor category because for most user they will never see all of them given that each vehicle has its own list limit which will impact this. I can see if it works for a sensor/binary sensor under favorites.

I agree with you on this. The amount of Sensors would be too many, only a few in the Favourites would work well.

@dshokouhi
Copy link
Member

@GSzabados a bit off topic but old style groups do not work, try to recreate your light groups using the UI. Then the lights will be part of the light domain and you can add them without needing to update the app. A bit better this way so you can also dim them as a whole etc...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Android Auto enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants