Hello. After some time, the google assistant integration stopped working. I had not changed my config, updated Home Assistant or even restarted it before it happened.
After updating, recreating the test and relinking my account, it still doesn’t work, though it’s very unpredictable. Sometimes it will work, then stop working again a minute later.
Here are the errors in cloud console’s logs explorer. This is after a sync attempt.
{
"insertId": "ofc3msg1bzxrbn",
"jsonPayload": {
"executionLog": {
"executionResults": [
{
"latencyMsec": "2236",
"executionType": "PARTNER_CLOUD",
"requestId": "1426971264414807130",
"actionResults": [
{
"device": {
"deviceType": "LIGHT"
},
"status": {
"statusType": "EXECUTION_BACKEND_FAILURE",
"externalDebugString": "Error querying agent backend. State: URL_TIMEOUT, reason: 4"
},
"action": {
"actionType": "STATE_QUERY"
}
},
{
"device": {
"deviceType": "LIGHT"
},
"action": {
"actionType": "STATE_QUERY"
},
"status": {
"statusType": "EXECUTION_BACKEND_FAILURE",
"externalDebugString": "Error querying agent backend. State: URL_TIMEOUT, reason: 4"
}
},
------------------------------
{
"device": {
"deviceType": "LIGHT"
},
"action": {
"actionType": "STATE_QUERY"
},
"status": {
"statusType": "EXECUTION_BACKEND_FAILURE",
"externalDebugString": "Error querying agent backend. State: URL_TIMEOUT, reason: 4"
}
}
]
}
]
},
"locale": "en-US"
},
"resource": {
"type": "assistant_action_project",
"labels": {
"project_id": "smart-home-295019"
}
},
"timestamp": "2021-08-15T10:41:25.646307828Z",
"severity": "ERROR",
"logName": "projects/smart-home-295019/logs/assistant_smarthome%2Fassistant_smarthome_logs",
"receiveTimestamp": "2021-08-15T10:41:25.646307828Z"
}
{
"insertId": "10myh0hfv3vf0q",
"jsonPayload": {
"syncLog": {
"syncs": [
{
"httpLatencyMsec": "4877",
"requestId": "16855680869298699420",
"status": "BACKEND_FAILURE"
}
]
}
},
"resource": {
"type": "assistant_action_project",
"labels": {
"project_id": "smart-home-295019"
}
},
"timestamp": "2021-08-15T10:41:22.034685967Z",
"severity": "ERROR",
"logName": "projects/smart-home-295019/logs/assistant_smarthome%2Fassistant_smarthome_logs",
"receiveTimestamp": "2021-08-15T10:41:22.034685967Z"
}
Home Assistant’s logs show no errors at all.
Does anyone know what might be causing this?