# Android Auto

If you have a car that supports Android Auto, HD+ will let you control your Hubitat devices from the car screen.

![](https://359348802-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mk-IVGVr8G2SBHju4g7%2Fuploads%2F2zozTVpK7KI3XaDy2EW1%2Fimage.png?alt=media\&token=7b19fbbd-9ead-4f29-a504-d63b491f556f)![](https://359348802-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mk-IVGVr8G2SBHju4g7%2Fuploads%2FHmt78KyqC4cRJtrn5qPr%2Fimage.png?alt=media\&token=e430a288-8037-4425-9392-ee90a908bf19)

![](https://359348802-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mk-IVGVr8G2SBHju4g7%2Fuploads%2FsmgW3xwarb9I9JsRkvaE%2Fimage.png?alt=media\&token=1be99695-1eb7-45a1-b48d-bc75c3f56a7f)![](https://359348802-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mk-IVGVr8G2SBHju4g7%2Fuploads%2FBv76ei7aizqy0mCph6ai%2Fimage.png?alt=media\&token=83aa5a63-edd8-4d05-8214-57e06203302f)

**Requirements**

* To start, this feature requires a car that supports [Android Auto](https://www.android.com/auto/) and an Android device connected via USB or wirelessly
  * NOTE: There's something *similar* called Android Automotive or Android Auto OS.. this is when a car runs a full Android OS and can install apps which can be run without a connected phone.
  * I might look into supporting Android Auto OS in the future if there's enough demand
* You'll also need the HD+ app. The production version can be found [here](https://play.google.com/store/apps/details?id=com.jpage4500.hubitat) but today you'll **also** need to subscribe to the [beta version](https://play.google.com/apps/testing/com.jpage4500.hubitat) since I haven't released it to production yet.
  * Make sure you have version 1.0.1984 or greater
  * NOTE: Android Auto **requires** the app to be installed from Google Play so you won't be able to use the sideloaded apk version

**Usage**

* First, make sure you can login to HD+ with your phone and that you have some devices displayed
* Next, connect your phone to your car (USB or wirelessly)
* You should see HD+ show up as an app. Open it!
* By default, HD+ will only show device types that can be controlled or viewed in a car interface -- switches, lights, locks, doors, HSM, thermostats.

**Configuration**

* Once your device has been connected to an Android Auto car, a new setting shows up in HD+ called "Android Auto". This lets you control what devices and what order they should display in.
* To add or remove devices from the list, use the little red "+" button
* You can also re-arrange devices by touching and dragging the little icon on the right side

![](https://359348802-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mk-IVGVr8G2SBHju4g7%2Fuploads%2FTNdnN0HQnIwX3BGM4daR%2Fimage.png?alt=media\&token=bec22aee-d700-4173-97a2-7e4d6df8a54e)![](https://359348802-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mk-IVGVr8G2SBHju4g7%2Fuploads%2FqVDJDPe2HlRWENUZrkwN%2Fimage.png?alt=media\&token=5fa75015-8c44-47b1-b939-90b79e3c378a)

Here's some other notes:

* I'm only supporting (showing) devices that I can display in some way with the very limited options that I have. Generally speaking any kind of switch or sensor.
* By default I'm showing all switches and sensor-type devices but you can configure it using the phone app
* I don't handle every possible device type just yet. I started with the simple ones (lights, switches, valves, locks and similar)
* I'll try to handle any other useful device type one by one.. for example, HSM lets you 'arm' or 'disarm'; The thermostat device type lets you send UP/DOWN commands
* It'll continue to evolve.. my wife's car has Android Auto support but I don't so I won't be using it that often.. so feel free to give feedback or suggestions!
* In order to use an app with Android Auto you **must** be using the Google Play version. This is something built-into Android Auto

**Links**

* [HD+ Hubitat Android Auto Support](https://community.hubitat.com/t/hd-android-auto-support/118392)
* [HD+ Hubitat Support Page](https://community.hubitat.com/t/release-hd-android-dashboard/41674) -- I always post new versions here and I'll *try* to post anything auto related to this thread too but just in case...

## Future Plans

Google supports a 'tabbed' UI navigation but it's not available until V6 of the car API. I can't even test with it. But, I'll be ready to add it when it is.

![](https://359348802-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mk-IVGVr8G2SBHju4g7%2Fuploads%2Fox6WpzGKUSujp9Gp8yoj%2Fimage.png?alt=media\&token=06147186-c56b-4371-9acd-e46157370b98)

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://joe-page-software.gitbook.io/hubitat-dashboard/features/android-auto.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
