RSS
← All posts
Homeassistant

Garmin and Home Assistant Integration

Dmitrii Balabanov
Dmitrii Balabanov
December 18, 2024 · 3 min read

Continuing the series of articles, this one focuses on integrating Garmin watches with Home Assistant.

As I explored further ideas for enhancing my smart home, I realized the need to control it directly from my smartwatch. If you have an Apple Watch, this functionality is available out of the box (even if Siri isn’t the sharpest tool in the shed, it gets the job done). However, Garmin users face a more adventurous path to setup.

Getting Started

The first step is to install the GarminHomeAssistant app from the IQ Store. The installation process is straightforward and standard. The project’s source code is available on GitHub (link), which also contains detailed setup instructions.

Configuration Steps

The setup process consists of two main parts:

  1. Obtaining an access token for Home Assistant’s API.
  2. Configuring the app for smart home control.

For the first step, I won’t go into much detail. A Long-Lived Token can be obtained through Home Assistant’s interface. Here’s some documentation for reference: Long-Lived Access Token. Disclaimer: This token provides full access to your smart home. If you control security-related devices (locks/cameras), be cautious about the potential risks of sharing this key with Garmin or the app’s developer.

Configuration Example

Let’s dive deeper into the second step. My configuration example is available on GitHub. Using GitHub Pages, I make this file accessible at this link for the watch setup.

The configuration defines the menu structure in the Garmin app. Each menu item can be one of the following types: template, tap, toggle, or group.

Results

Here are a few photos of the final setup on the watch. Happy automating! App Menu