#google_assistant integration ports devices to google home, but always offline

3 messages · Page 1 of 1 (latest)

long crater
#

Hi anyone kind enough to help, here's the info and issues in as compact as I can make it

OS: Unraid (Inside a Docker Container, connected to the internet via Cloudflare).

What did I try to do: Following this: https://www.home-assistant.io/integrations/google_assistant/ I wanted to get my home assistant devices to sync over to my google home app and be controllable via the google assistant. The devices ported over, All 58 of them, the only issue is they're all reported as offline all the time.

Troubleshooting done:
Logs: 2025-02-09 16:49:15.115 ERROR (MainThread) [homeassistant.components.google_assistant.http] Request for https://homegraph.googleapis.com/v1/devices:reportStateAndNotification failed: 404

Implies that I might have fat fingered some credentials, I double checked the project_id, and the service account json (same directory as configuration file.

Here's my configuration.yaml:

# Loads default set of integrations. Do not remove.
default_config:

# Load frontend themes from the themes folder
frontend:
  themes: !include_dir_merge_named themes

automation: !include automations.yaml
  script: !include scripts.yaml
  scene: !include scenes.yaml

http:
  trusted_proxies: <cloudflare IP>
  use_x_forwarded_for: true

google_assistant:
  project_id: assistant-ha-device-sync
  service_account: !include SERVICE_ACCOUNT.json
  report_state: true
  expose_by_default: true

Any help would be massive ❤️

Home Assistant

Setup for Google Assistant integration

long crater
#

Bump

long crater
#

bump