Hi all,
In the past my HA was linked to Google Assistant,
didn’t use it for long period of time and tried it once again yesterday, without any luck…
Nabu Case cloud
I get the following error:
[hass_nabucasa.cloud_api] Fetched https://remotestate.nabucasa.com/request_sync (404)
Tried to follow any possible article still didn’t manage to fix it, after adding it through the Google Home I get not link.
Steps:
- Set up the component within configuration YAML,
- Opened the Google Home app to add integration
- Logged in to Nabu Casa
- Approved the consent screen to link the app
- Went back to HA cloud settings
- In Google Home - not integration connected
- In Google Linked Account - I see a well-integrated Hass.io 3rd party at the time I linked it
- Clicking “Sync Entities to Google” results:
Google Assistant is not activated
Before you can use Google Assistant, you need to activate the Home Assistant Cloud skill for Google Assistant in the Google Home app.
- Error in HA logs as the above.
Google Assistant
Same goes here, followed the guide of how to add the integration,
getting the same result - cannot link the HA to Google Home.
Within Google Home the integration is not being added,
in HA I see logs that the integration is being synced with error:
DEBUG (MainThread) [homeassistant.components.google_assistant.http] Response on https://homegraph.googleapis.com/v1/devices:reportStateAndNotification with data {'requestId': 'abc', 'agentUserId': '55bff554ff5a4ad091d7cd84844072be', 'payload': {'devices': {'states': {'switch.abc': {'online': True, 'on': False}}}}} was {
"error": {
"code": 404,
"message": "Requested entity was not found.",
"status": "NOT_FOUND"
}
}
ERROR (MainThread) [homeassistant.components.google_assistant.http] Request for https://homegraph.googleapis.com/v1/devices:reportStateAndNotification failed: 404
In Google Cloud logs there is an error:
{
"textPayload": "SYNC: Request ID aaa update devices failed: CANCELLED",
"insertId": "k9bpbgfsa4osa",
"resource": {
"type": "assistant_action",
"labels": {
"action_id": "SMART_HOME_SYNC",
"version_id": "",
"project_id": "PROJECTID"
}
},
"timestamp": "2022-05-07T06:36:19.399679759Z",
"severity": "ERROR",
"logName": "projects/PROJECTID/logs/actions.googleapis.com%2Factions",
"receiveTimestamp": "2022-05-07T06:36:19.406135231Z"
}
When it didn’t work with the previous Google Project I set up a new one, same result…
Both itnergations
tried to reduce the number of entities being synced and their domains.
What am I doing wrong?