question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to determine the IPv4 addresses on integration starting up

See original GitHub issue

Describe the bug

Integration does not actually start monitoring Google Home devices on HA start up, never sees when alarms or timers are set because it was unable to determine the IPv4 addresses of the devices. Manual reload from the Integrations page is necessary.

Version of the integration

If you are unsure about the version check the github release here.

v1.81

Logs

On start up of HA:

2021-10-08 10:01:37 INFO (MainThread) [custom_components.google_home]
-------------------------------------------------------------------
Google Home community driven integration
This is a custom integration!
If you have any issues with this you need to open an issue here:
https://github.com/leikoilja/ha-google-home/issues
-------------------------------------------------------------------
2021-10-08 10:01:37 DEBUG (MainThread) [custom_components.google_home] Coordinator update interval is: 0:01:00
2021-10-08 10:01:37 DEBUG (MainThread) [glocaltokens.client] Initializing new GLocalAuthenticationTokens instance.
2021-10-08 10:01:37 DEBUG (MainThread) [glocaltokens.client] Set GLocalAuthenticationTokens client access_token, homegraph, access_token_date and homegraph_date to None
2021-10-08 10:01:37 DEBUG (MainThread) [glocaltokens.client] Set GLocalAuthenticationTokens client username to "c***************", password to "v******************", master_token to "a******************************************************************************************************************************************************************************************************************************" and android_id to c***************
2021-10-08 10:01:37 DEBUG (SyncWorker_5) [glocaltokens.client] Initializing models list if empty...
2021-10-08 10:01:37 DEBUG (SyncWorker_5) [glocaltokens.client] Forcing homegraph reload
2021-10-08 10:01:37 DEBUG (SyncWorker_5) [glocaltokens.client] Invalidated homegraph
2021-10-08 10:01:37 DEBUG (SyncWorker_5) [glocaltokens.client] Getting homegraph...
2021-10-08 10:01:37 DEBUG (SyncWorker_5) [glocaltokens.client] There is no stored homegraph, or it has expired, getting a new one...
2021-10-08 10:01:37 DEBUG (SyncWorker_5) [glocaltokens.client] There is no access_token stored, or it has expired, getting a new one...
2021-10-08 10:01:37 DEBUG (SyncWorker_5) [glocaltokens.client] Master token: a******************************************************************************************************************************************************************************************************************************
2021-10-08 10:01:37 DEBUG (SyncWorker_5) [glocaltokens.client] Access token: y****************************************************************************************************************************************************************************************************************************************************************************************************************************, datetime 2021-10-08 10:01:37.262251
2021-10-08 10:01:37 DEBUG (SyncWorker_5) [glocaltokens.client] [GRPC] Creating SSL channel credentials...
2021-10-08 10:01:37 DEBUG (SyncWorker_5) [glocaltokens.client] [GRPC] Creating access token call credentials...
2021-10-08 10:01:37 DEBUG (SyncWorker_5) [glocaltokens.client] [GRPC] Compositing channel credentials...
2021-10-08 10:01:37 DEBUG (SyncWorker_5) [glocaltokens.client] [GRPC] Establishing secure channel with the Google Home Foyer API...
2021-10-08 10:01:37 DEBUG (SyncWorker_5) [glocaltokens.client] [GRPC] Getting channels StructuresServiceStub...
2021-10-08 10:01:37 DEBUG (SyncWorker_5) [glocaltokens.client] [GRPC] Getting HomeGraph request...
2021-10-08 10:01:37 DEBUG (SyncWorker_5) [glocaltokens.client] [GRPC] Fetching HomeGraph...
2021-10-08 10:01:37 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Jen' for spotify integration not ready yet: 400, message='Bad Request', url=URL('https://accounts.spotify.com/api/token'); Retrying in background
2021-10-08 10:01:39 DEBUG (SyncWorker_5) [glocaltokens.client] [GRPC] Storing obtained HomeGraph...
2021-10-08 10:01:39 DEBUG (SyncWorker_5) [glocaltokens.client] Getting network devices...
2021-10-08 10:01:39 DEBUG (SyncWorker_5) [glocaltokens.scanner] Discovering devices...
2021-10-08 10:01:39 DEBUG (SyncWorker_5) [glocaltokens.scanner] Creating new Event for discovery completion...
2021-10-08 10:01:39 DEBUG (SyncWorker_5) [glocaltokens.scanner] Creating new CastListener...
2021-10-08 10:01:39 DEBUG (SyncWorker_5) [glocaltokens.scanner] Using attribute Zeroconf instance
2021-10-08 10:01:39 DEBUG (SyncWorker_5) [glocaltokens.scanner] Creating zeroconf service browser for _googlecast._tcp.local.
2021-10-08 10:01:39 DEBUG (SyncWorker_5) [glocaltokens.scanner] Waiting for discovery completion...
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.scanner] Got 0 devices. Iterating...
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] Iterating in 133 homegraph devices
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Living Room Bulb 1' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Midsomer Sun BR' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Relax' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Nightlight' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] [Device - Chromecast(id=0a8aab70-25bc-450f-b815-70b83c8420f4)] Initializing new Device instance
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] [Device - Chromecast(id=0a8aab70-25bc-450f-b815-70b83c8420f4)] Set device_name to "Chromecast", local_auth_token to "4***********************************************************************************************************", IP to "None", PORT to "None" and hardware to "Chromecast"
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] Adding Chromecast to devices list
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Foyer Door' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Office Temperature' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] [Device - Living Room Mini(id=1473a939-c243-4f97-9e40-4e44297612ca)] Initializing new Device instance
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] [Device - Living Room Mini(id=1473a939-c243-4f97-9e40-4e44297612ca)] Set device_name to "Living Room Mini", local_auth_token to "V***********************************************************************************************************", IP to "None", PORT to "None" and hardware to "Google Home Mini"
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] Adding Living Room Mini to devices list
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Bedroom Fan' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Bright' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Dimmer' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Away' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Circadian On Office' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Rainbow WC' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Relax BR' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Jen's Outlet 2' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Living Room Lightstrip' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Living Room Fan' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Neighbour Noise' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Bedroom Temperature' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Night' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Concentrate' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Ocean Dawn BR' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Jen's Outlet 1' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] [Device - Office Mini(id=38513df3-49d2-4263-bc6d-5352037088ad)] Initializing new Device instance
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] [Device - Office Mini(id=38513df3-49d2-4263-bc6d-5352037088ad)] Set device_name to "Office Mini", local_auth_token to "l***********************************************************************************************************", IP to "None", PORT to "None" and hardware to "Google Home Mini"
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] Adding Office Mini to devices list
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Circadian On Bathroom' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Hue color Lamp 8' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Savannah sunset BR' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Read' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Hue color Lamp 5' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Arctic aurora WC' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Bright' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Circadian On Hallway' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Watching TV' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] [Device - SHIELD(id=49d66b02-fe5d-4c25-adb4-2c43e62eb028)] Initializing new Device instance
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] [Device - SHIELD(id=49d66b02-fe5d-4c25-adb4-2c43e62eb028)] Set device_name to "SHIELD", local_auth_token to "2***********************************************************************************************************", IP to "None", PORT to "None" and hardware to "SHIELD Android TV"
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] Adding SHIELD to devices list
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Circadian On Kitchen' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Faint BR' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Living Room' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Early Morning' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Living Room Temperature' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Cory's Lamp' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Relax WC' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Read BR' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Energize BR' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Hue color Lamp 4' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Nightlight' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Dim BR' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Ocean Dawn WC' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Night BR' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Spring blossom' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Savannah sunset LR' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Read' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Circadian On Foyer' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Bedroom Air Conditioner' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Nightlight BR' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Concentrate LR' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Hue color Lamp 3' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Nightlight WC' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Bright' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Tropical twilight LR' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Dimmed' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Spring blossom' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Tropical twilight BR' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Cory's Charger' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Bulb 1' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Night LR' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Sunny Day' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Nightlight' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Dimmed' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Living Room Bulb 2' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Spring blossom WC' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] [Device - Bathroom speaker(id=8e4dedab-ba53-4fa1-82da-54326812b2cd)] Initializing new Device instance
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] [Device - Bathroom speaker(id=8e4dedab-ba53-4fa1-82da-54326812b2cd)] Set device_name to "Bathroom speaker", local_auth_token to "M***********************************************************************************************************", IP to "None", PORT to "None" and hardware to "Google Home Mini"
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] Adding Bathroom speaker to devices list
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Hue color Lamp 6' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Ocean Dawn LR' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Circadian On Bedroom' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Hue play 2' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Nightlight LR' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Hue color Lamp 7' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Dimmed' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Bulb 1' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Dehumidifier' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Jen's Lamp' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Arctic aurora' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Dim' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Bright WC' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Dim Twilight BR' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Dim LR' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Energize' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Nightlight' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Dim WC' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Table Lamp' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Cory's Outlet' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Dim Twilight LR' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Video Call' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] [Device - TV(id=ac3266fc-ada2-4122-8f38-25199a134581)] Initializing new Device instance
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] [Device - TV(id=ac3266fc-ada2-4122-8f38-25199a134581)] Set device_name to "TV", local_auth_token to "V***********************************************************************************************************", IP to "None", PORT to "None" and hardware to "HAT4KDTV"
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] Adding TV to devices list
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Bedroom Thermostat' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Bedroom Humidity' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Bulb 1' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Dimmed' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Living Rom Humidity' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] [Device - Bedroom Speakers(id=c2929551-8d76-4078-b985-75ccf74f7b7e)] Initializing new Device instance
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] [Device - Bedroom Speakers(id=c2929551-8d76-4078-b985-75ccf74f7b7e)] Set device_name to "Bedroom Speakers", local_auth_token to "S***********************************************************************************************************", IP to "None", PORT to "None" and hardware to "Google Nest Mini"
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] Adding Bedroom Speakers to devices list
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Relax' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Energize WC' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Dim Twilight WC' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Midsomer Sun WC' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Relax LR' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Office Thermostat' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Home' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Night WC' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Lightstrip' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Concentrate BR' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Office Humidity' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Hue color Lamp 9' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Read LR' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Bright LR' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Energize LR' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Tropical twilight WC' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Energize' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Bright' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Living Room Thermostat' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Savannah sunset WC' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Hue color lamp 10' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Circadian On Living Room' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Read WC' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Arctic aurora LR' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Concentrate' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Circadian On Storage' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Relax' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Hue play 1' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Concentrate WC' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Midsomer Sun' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Balcony Door' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] 'Bright' local_auth_token is not found in Homegraph, skipping
2021-10-08 10:01:41 DEBUG (SyncWorker_5) [glocaltokens.client] Successfully initialized 7 Google Home devices
2021-10-08 10:01:41 DEBUG (MainThread) [custom_components.google_home] Failed to fetch timers/alarms information from device Chromecast. We could not determine its IP address, the device is either offline or is not compatible Google Home device. Will try again later.
2021-10-08 10:01:41 DEBUG (MainThread) [custom_components.google_home] Failed to fetch timers/alarms information from device Living Room Mini. We could not determine its IP address, the device is either offline or is not compatible Google Home device. Will try again later.
2021-10-08 10:01:41 DEBUG (MainThread) [custom_components.google_home] Failed to fetch timers/alarms information from device Office Mini. We could not determine its IP address, the device is either offline or is not compatible Google Home device. Will try again later.
2021-10-08 10:01:41 DEBUG (MainThread) [custom_components.google_home] Failed to fetch timers/alarms information from device SHIELD. We could not determine its IP address, the device is either offline or is not compatible Google Home device. Will try again later.
2021-10-08 10:01:41 DEBUG (MainThread) [custom_components.google_home] Failed to fetch timers/alarms information from device Bathroom speaker. We could not determine its IP address, the device is either offline or is not compatible Google Home device. Will try again later.
2021-10-08 10:01:41 DEBUG (MainThread) [custom_components.google_home] Failed to fetch timers/alarms information from device TV. We could not determine its IP address, the device is either offline or is not compatible Google Home device. Will try again later.
2021-10-08 10:01:41 DEBUG (MainThread) [custom_components.google_home] Failed to fetch timers/alarms information from device Bedroom Speakers. We could not determine its IP address, the device is either offline or is not compatible Google Home device. Will try again later.
2021-10-08 10:01:41 DEBUG (MainThread) [custom_components.google_home] Finished fetching sensor data in 4.055 seconds (success: True)

After reload of integration:

2021-10-08 12:11:44 DEBUG (MainThread) [custom_components.google_home] Unloading entry...
2021-10-08 12:11:44 DEBUG (MainThread) [custom_components.google_home] Coordinator update interval is: 0:01:00
2021-10-08 12:11:44 DEBUG (MainThread) [glocaltokens.client] Initializing new GLocalAuthenticationTokens instance.
2021-10-08 12:11:44 DEBUG (MainThread) [glocaltokens.client] Set GLocalAuthenticationTokens client access_token, homegraph, access_token_date and homegraph_date to None
2021-10-08 12:11:44 DEBUG (MainThread) [glocaltokens.client] Set GLocalAuthenticationTokens client username to "c***************", password to "v******************", master_token to "a******************************************************************************************************************************************************************************************************************************" and android_id to c***************
2021-10-08 12:11:44 DEBUG (SyncWorker_14) [glocaltokens.client] Initializing models list if empty...
2021-10-08 12:11:44 DEBUG (SyncWorker_14) [glocaltokens.client] Forcing homegraph reload
2021-10-08 12:11:44 DEBUG (SyncWorker_14) [glocaltokens.client] Invalidated homegraph
2021-10-08 12:11:44 DEBUG (SyncWorker_14) [glocaltokens.client] Getting homegraph...
2021-10-08 12:11:44 DEBUG (SyncWorker_14) [glocaltokens.client] There is no stored homegraph, or it has expired, getting a new one...
2021-10-08 12:11:44 DEBUG (SyncWorker_14) [glocaltokens.client] There is no access_token stored, or it has expired, getting a new one...
2021-10-08 12:11:44 DEBUG (SyncWorker_14) [glocaltokens.client] Master token: a******************************************************************************************************************************************************************************************************************************
2021-10-08 12:11:44 DEBUG (SyncWorker_14) [glocaltokens.client] Access token: y****************************************************************************************************************************************************************************************************************************************************************************************************************************, datetime 2021-10-08 12:11:44.902568
2021-10-08 12:11:44 DEBUG (SyncWorker_14) [glocaltokens.client] [GRPC] Creating SSL channel credentials...
2021-10-08 12:11:44 DEBUG (SyncWorker_14) [glocaltokens.client] [GRPC] Creating access token call credentials...
2021-10-08 12:11:44 DEBUG (SyncWorker_14) [glocaltokens.client] [GRPC] Compositing channel credentials...
2021-10-08 12:11:44 DEBUG (SyncWorker_14) [glocaltokens.client] [GRPC] Establishing secure channel with the Google Home Foyer API...
2021-10-08 12:11:44 DEBUG (SyncWorker_14) [glocaltokens.client] [GRPC] Getting channels StructuresServiceStub...
2021-10-08 12:11:44 DEBUG (SyncWorker_14) [glocaltokens.client] [GRPC] Getting HomeGraph request...
2021-10-08 12:11:44 DEBUG (SyncWorker_14) [glocaltokens.client] [GRPC] Fetching HomeGraph...
2021-10-08 12:11:46 DEBUG (SyncWorker_14) [glocaltokens.client] [GRPC] Storing obtained HomeGraph...
2021-10-08 12:11:46 DEBUG (SyncWorker_14) [glocaltokens.client] Getting network devices...
2021-10-08 12:11:46 DEBUG (SyncWorker_14) [glocaltokens.scanner] Discovering devices...
2021-10-08 12:11:46 DEBUG (SyncWorker_14) [glocaltokens.scanner] Creating new Event for discovery completion...
2021-10-08 12:11:46 DEBUG (SyncWorker_14) [glocaltokens.scanner] Creating new CastListener...
2021-10-08 12:11:46 DEBUG (SyncWorker_14) [glocaltokens.scanner] Using attribute Zeroconf instance
2021-10-08 12:11:46 DEBUG (SyncWorker_14) [glocaltokens.scanner] Creating zeroconf service browser for _googlecast._tcp.local.
2021-10-08 12:11:46 DEBUG (SyncWorker_14) [glocaltokens.scanner] Waiting for discovery completion...
2021-10-08 12:11:46 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-285) [glocaltokens.scanner] add_service _googlecast._tcp.local., SHIELD-Android-TV-cb5f144888300f4f48c62f2a7e77344f._googlecast._tcp.local.
2021-10-08 12:11:46 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-285) [glocaltokens.scanner] add_service _googlecast._tcp.local., HAT4KDTV-569f19a4478474c6aa5a992f875430df._googlecast._tcp.local.
2021-10-08 12:11:46 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-285) [glocaltokens.scanner] add_service _googlecast._tcp.local., Google-Home-Mini-2e2c9d576ec875fe57813a81a73ea593._googlecast._tcp.local.
2021-10-08 12:11:46 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-285) [glocaltokens.scanner] add_service _googlecast._tcp.local., Google-Nest-Mini-d70d94dfb88b540f38716a8da417cd16._googlecast._tcp.local.
2021-10-08 12:11:46 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-285) [glocaltokens.scanner] add_service _googlecast._tcp.local., Chromecast-7afd6429eb8851ed0be420d59cba1fbb._googlecast._tcp.local.
2021-10-08 12:11:46 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-285) [glocaltokens.scanner] add_service _googlecast._tcp.local., Google-Nest-Mini-b40be407b756b2268abba8d43dfe2126._googlecast._tcp.local.
2021-10-08 12:11:46 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-285) [glocaltokens.scanner] add_service _googlecast._tcp.local., Google-Cast-Group-2a8a61510cc940b0a07c0228f6c6a809._googlecast._tcp.local.
2021-10-08 12:11:46 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-285) [glocaltokens.scanner] add_service _googlecast._tcp.local., Google-Home-Mini-ad7cff8fd3e59da8288cb02658f38977._googlecast._tcp.local.
2021-10-08 12:11:46 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-285) [glocaltokens.scanner] add_service _googlecast._tcp.local., Google-Home-Mini-6ccaee51aeb5a473ca162feb7b1efa7c._googlecast._tcp.local.
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.scanner] Got 9 devices. Iterating...
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.scanner] Add discovered device: NetworkDevice(name='SHIELD', ip_address='10.128.2.11', port=8009, model='SHIELD Android TV', unique_id='3A9F6B89BD8D4775335C33FD16DD340C')
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.scanner] Add discovered device: NetworkDevice(name='TV', ip_address='10.128.2.2', port=8009, model='HAT4KDTV', unique_id='04B1BF47B8AF1659CBB5933BFD1FC219')
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.scanner] Add discovered device: NetworkDevice(name='Office Mini', ip_address='10.128.3.5', port=8009, model='Google Home Mini', unique_id='859B12F748B71E72812EF4CFF7B08891')
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.scanner] Add discovered device: NetworkDevice(name='Right Speaker', ip_address='10.128.3.15', port=8009, model='Google Nest Mini', unique_id='A4AEE649A8F8693D404E6552F0D9C3B5')
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.scanner] Add discovered device: NetworkDevice(name='Chromecast', ip_address='10.128.2.5', port=8009, model='Chromecast', unique_id='B849AF0E8047F2C1F7E7FBE8B59912BC')
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.scanner] Add discovered device: NetworkDevice(name='Left Speaker', ip_address='10.128.3.16', port=8009, model='Google Nest Mini', unique_id='C254DED36801F8296BF4ADBF5112C22A')
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.scanner] Skip discovered cast group: Bedroom Speakers
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.scanner] Add discovered device: NetworkDevice(name='Bathroom speaker', ip_address='10.128.3.2', port=8009, model='Google Home Mini', unique_id='8319AD0901D2DCB4AAB3CC905ED3E851')
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.scanner] Add discovered device: NetworkDevice(name='Living Room Mini', ip_address='10.128.3.4', port=8009, model='Google Home Mini', unique_id='14FEB86813A0D5C02F50F5CBF2C10AB7')
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] Iterating in 133 homegraph devices
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Living Room Bulb 1' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Midsomer Sun BR' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Relax' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Nightlight' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] Looking for 'Chromecast' (id=B849AF0E8047F2C1F7E7FBE8B59912BC) in local network
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] [Device - Chromecast(id=0a8aab70-25bc-450f-b815-70b83c8420f4)] Initializing new Device instance
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] [Device - Chromecast(id=0a8aab70-25bc-450f-b815-70b83c8420f4)] network_device is provided, using its IP and PORT
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] [Device - Chromecast(id=0a8aab70-25bc-450f-b815-70b83c8420f4)] Set device_name to "Chromecast", local_auth_token to "4***********************************************************************************************************", IP to "10.128.2.5", PORT to "8009" and hardware to "Chromecast"
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] Adding Chromecast to devices list
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Foyer Door' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Office Temperature' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] Looking for 'Living Room Mini' (id=14FEB86813A0D5C02F50F5CBF2C10AB7) in local network
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] [Device - Living Room Mini(id=1473a939-c243-4f97-9e40-4e44297612ca)] Initializing new Device instance
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] [Device - Living Room Mini(id=1473a939-c243-4f97-9e40-4e44297612ca)] network_device is provided, using its IP and PORT
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] [Device - Living Room Mini(id=1473a939-c243-4f97-9e40-4e44297612ca)] Set device_name to "Living Room Mini", local_auth_token to "V***********************************************************************************************************", IP to "10.128.3.4", PORT to "8009" and hardware to "Google Home Mini"
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] Adding Living Room Mini to devices list
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Bedroom Fan' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Bright' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Dimmer' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Away' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Circadian On Office' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Rainbow WC' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Relax BR' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Jen's Outlet 2' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Living Room Lightstrip' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Living Room Fan' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Neighbour Noise' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Bedroom Temperature' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Night' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Concentrate' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Ocean Dawn BR' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Jen's Outlet 1' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] Looking for 'Office Mini' (id=859B12F748B71E72812EF4CFF7B08891) in local network
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] [Device - Office Mini(id=38513df3-49d2-4263-bc6d-5352037088ad)] Initializing new Device instance
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] [Device - Office Mini(id=38513df3-49d2-4263-bc6d-5352037088ad)] network_device is provided, using its IP and PORT
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] [Device - Office Mini(id=38513df3-49d2-4263-bc6d-5352037088ad)] Set device_name to "Office Mini", local_auth_token to "l***********************************************************************************************************", IP to "10.128.3.5", PORT to "8009" and hardware to "Google Home Mini"
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] Adding Office Mini to devices list
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Circadian On Bathroom' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Hue color Lamp 8' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Savannah sunset BR' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Read' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Hue color Lamp 5' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Arctic aurora WC' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Bright' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Circadian On Hallway' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Watching TV' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] Looking for 'SHIELD' (id=3A9F6B89BD8D4775335C33FD16DD340C) in local network
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] [Device - SHIELD(id=49d66b02-fe5d-4c25-adb4-2c43e62eb028)] Initializing new Device instance
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] [Device - SHIELD(id=49d66b02-fe5d-4c25-adb4-2c43e62eb028)] network_device is provided, using its IP and PORT
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] [Device - SHIELD(id=49d66b02-fe5d-4c25-adb4-2c43e62eb028)] Set device_name to "SHIELD", local_auth_token to "2***********************************************************************************************************", IP to "10.128.2.11", PORT to "8009" and hardware to "SHIELD Android TV"
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] Adding SHIELD to devices list
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Circadian On Kitchen' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Faint BR' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Living Room' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Early Morning' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Living Room Temperature' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Cory's Lamp' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Relax WC' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Read BR' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Energize BR' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Hue color Lamp 4' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Nightlight' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Dim BR' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Ocean Dawn WC' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Night BR' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Spring blossom' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Savannah sunset LR' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Read' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Circadian On Foyer' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Bedroom Air Conditioner' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Nightlight BR' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Concentrate LR' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Hue color Lamp 3' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Nightlight WC' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Bright' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Tropical twilight LR' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Dimmed' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Spring blossom' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Tropical twilight BR' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Cory's Charger' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Bulb 1' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Night LR' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Sunny Day' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Nightlight' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Dimmed' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Living Room Bulb 2' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Spring blossom WC' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] Looking for 'Bathroom speaker' (id=8319AD0901D2DCB4AAB3CC905ED3E851) in local network
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] [Device - Bathroom speaker(id=8e4dedab-ba53-4fa1-82da-54326812b2cd)] Initializing new Device instance
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] [Device - Bathroom speaker(id=8e4dedab-ba53-4fa1-82da-54326812b2cd)] network_device is provided, using its IP and PORT
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] [Device - Bathroom speaker(id=8e4dedab-ba53-4fa1-82da-54326812b2cd)] Set device_name to "Bathroom speaker", local_auth_token to "M***********************************************************************************************************", IP to "10.128.3.2", PORT to "8009" and hardware to "Google Home Mini"
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] Adding Bathroom speaker to devices list
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Hue color Lamp 6' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Ocean Dawn LR' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Circadian On Bedroom' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Hue play 2' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Nightlight LR' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Hue color Lamp 7' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Dimmed' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Bulb 1' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Dehumidifier' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Jen's Lamp' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Arctic aurora' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Dim' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Bright WC' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Dim Twilight BR' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Dim LR' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Energize' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Nightlight' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Dim WC' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Table Lamp' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Cory's Outlet' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Dim Twilight LR' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Video Call' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] Looking for 'TV' (id=04B1BF47B8AF1659CBB5933BFD1FC219) in local network
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] [Device - TV(id=ac3266fc-ada2-4122-8f38-25199a134581)] Initializing new Device instance
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] [Device - TV(id=ac3266fc-ada2-4122-8f38-25199a134581)] network_device is provided, using its IP and PORT
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] [Device - TV(id=ac3266fc-ada2-4122-8f38-25199a134581)] Set device_name to "TV", local_auth_token to "V***********************************************************************************************************", IP to "10.128.2.2", PORT to "8009" and hardware to "HAT4KDTV"
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] Adding TV to devices list
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Bedroom Thermostat' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Bedroom Humidity' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Bulb 1' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Dimmed' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Living Rom Humidity' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] Looking for 'Bedroom Speakers' (id=C254DED36801F8296BF4ADBF5112C22A) in local network
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] [Device - Left Speaker(id=c2929551-8d76-4078-b985-75ccf74f7b7e)] Initializing new Device instance
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] [Device - Left Speaker(id=c2929551-8d76-4078-b985-75ccf74f7b7e)] network_device is provided, using its IP and PORT
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] [Device - Left Speaker(id=c2929551-8d76-4078-b985-75ccf74f7b7e)] Set device_name to "Left Speaker", local_auth_token to "S***********************************************************************************************************", IP to "10.128.3.16", PORT to "8009" and hardware to "Google Nest Mini"
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] Adding Left Speaker to devices list
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Relax' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Energize WC' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Dim Twilight WC' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Midsomer Sun WC' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Relax LR' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Office Thermostat' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Home' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Night WC' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Lightstrip' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Concentrate BR' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Office Humidity' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Hue color Lamp 9' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Read LR' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Bright LR' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Energize LR' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Tropical twilight WC' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Energize' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Bright' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Living Room Thermostat' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Savannah sunset WC' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Hue color lamp 10' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Circadian On Living Room' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Read WC' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Arctic aurora LR' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Concentrate' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Circadian On Storage' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Relax' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Hue play 1' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Concentrate WC' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Midsomer Sun' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Balcony Door' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] 'Bright' local_auth_token is not found in Homegraph, skipping
2021-10-08 12:11:48 DEBUG (SyncWorker_14) [glocaltokens.client] Successfully initialized 7 Google Home devices
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Chromecast - https://10.128.2.5:8443/setup/assistant/alarms
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Living Room Mini - https://10.128.3.4:8443/setup/assistant/alarms
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Office Mini - https://10.128.3.5:8443/setup/assistant/alarms
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device SHIELD - https://10.128.2.11:8443/setup/assistant/alarms
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Bathroom speaker - https://10.128.3.2:8443/setup/assistant/alarms
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device TV - https://10.128.2.2:8443/setup/assistant/alarms
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Left Speaker - https://10.128.3.16:8443/setup/assistant/alarms
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to SHIELD, API returned 404. The device(hardware='SHIELD Android TV') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device SHIELD
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device SHIELD - https://10.128.2.11:8443/setup/assistant/alarms/volume
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to SHIELD, API returned 404. The device(hardware='SHIELD Android TV') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device SHIELD
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device SHIELD - https://10.128.2.11:8443/setup/assistant/notifications
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to SHIELD, API returned 404. The device(hardware='SHIELD Android TV') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved alarms and timers from Bathroom speaker. Response: {'alarm': [], 'timer': []}
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Bathroom speaker
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Bathroom speaker - https://10.128.3.2:8443/setup/assistant/alarms/volume
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Chromecast, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Chromecast
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Chromecast - https://10.128.2.5:8443/setup/assistant/alarms/volume
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved alarms and timers from Living Room Mini. Response: {'alarm': [], 'timer': []}
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Living Room Mini
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Living Room Mini - https://10.128.3.4:8443/setup/assistant/alarms/volume
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved alarms and timers from Office Mini. Response: {'alarm': [{'date_pattern': {'day': 8, 'month': 10, 'year': 2021}, 'fire_time': 1633709995000.0, 'id': 'alarm/5536a56b-5dfd-4285-4ad9-e36d52409f43', 'status': 1, 'time_pattern': {'hour': 12, 'minute': 19, 'second': 55}}], 'timer': []}
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Office Mini
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Office Mini - https://10.128.3.5:8443/setup/assistant/alarms/volume
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Chromecast, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Chromecast
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Chromecast - https://10.128.2.5:8443/setup/assistant/notifications
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Bathroom speaker - Volume: 0.510000
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Bathroom speaker
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Bathroom speaker - https://10.128.3.2:8443/setup/assistant/notifications
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Chromecast, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Living Room Mini - Volume: 1.000000
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Living Room Mini
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Living Room Mini - https://10.128.3.4:8443/setup/assistant/notifications
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Office Mini - Volume: 0.714286
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Office Mini
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Office Mini - https://10.128.3.5:8443/setup/assistant/notifications
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Bathroom speaker - Enabled: False
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Office Mini - Enabled: False
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Living Room Mini - Enabled: False
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to TV, API returned 404. The device(hardware='HAT4KDTV') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device TV
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device TV - https://10.128.2.2:8443/setup/assistant/alarms/volume
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to TV, API returned 404. The device(hardware='HAT4KDTV') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device TV
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device TV - https://10.128.2.2:8443/setup/assistant/notifications
2021-10-08 12:11:48 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to TV, API returned 404. The device(hardware='HAT4KDTV') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-10-08 12:11:50 DEBUG (MainThread) [custom_components.google_home] Left Speaker device timed out while performing a request to it - Raw data: None
2021-10-08 12:11:50 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Left Speaker
2021-10-08 12:11:50 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Left Speaker - https://10.128.3.16:8443/setup/assistant/alarms/volume
2021-10-08 12:11:52 DEBUG (MainThread) [custom_components.google_home] Left Speaker device timed out while performing a request to it - Raw data: None
2021-10-08 12:11:52 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Left Speaker
2021-10-08 12:11:52 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Left Speaker - https://10.128.3.16:8443/setup/assistant/notifications
2021-10-08 12:11:54 DEBUG (MainThread) [custom_components.google_home] Left Speaker device timed out while performing a request to it - Raw data: None
2021-10-08 12:11:54 DEBUG (MainThread) [custom_components.google_home] Finished fetching sensor data in 9.596 seconds (success: True)

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:13 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
CoryAlbrechtcommented, May 31, 2022

OK, I switched over to Docker containers rather than Supervised (as well as switching from a Ubuntu VM to a dedicated Debian box) and I believe that the issue I was having was related to this: https://github.com/home-assistant/supervisor/issues/3127

The HA Supervisor requires that for multiple interfaces you enter a default gateway on every interface, and I had my VM on my private VLAN and my public VLAN so Supervisor wanted gateway on both of them. And, frustratingly, once you tried to set network stuff via the Supervisor you can’t really unset because it refuses to save an interface that does not have a default gateway. You can change it with nmtui, but Supervisor would randomly change things back. I never did figure out what would make it do that but sometimes a restart of Core would and other times would not, some times a restart of the supervisor would and other times would not.

Long story short, that really screws up mDNS whether through avahi or systemd-resolved.

1reaction
Raul-7-7commented, Oct 15, 2021

@leikoilja Sorry for the delay, crazy week at work. Anyway, I was getting the same error, (IP address), however after upgrading to core-2021.10.4 for HA, I am unable to reproduce the issue, I rebooted over 10 times, Host, HA, you name it! no longer an issue (at least for me) integration loads no problem. Let me know I can help in anyway. Cheers,

Read more comments on GitHub >

github_iconTop Results From Across the Web

How To Fix the “Server IP Address Could Not Be Found” Error
1. Check the Basics · Check your internet connection and router. · Restart your computer. · Use an Incognito or private browsing window...
Read more >
Unable to accurately detect IP's after Ezoic Integration
A good way to check is to open Wordfence > Tools > Live Traffic and see if the traffic has unique IP addresses....
Read more >
How to Find IP Addresses on a Network and Monitor their Usage
Learn how to find IP addresses on your network with just a few commands, and map devices on your network and the IP...
Read more >
Troubleshoot self-hosted integration runtime - Azure
Learn how to troubleshoot self-hosted integration runtime issues in Azure Data Factory and Azure Synapse Analytics pipelines.
Read more >
7 Common Network Issues and How to Resolve Them Fast
1. Duplicate IP Addresses · 2. IP Address Exhaustion · 3. DNS Problems · 4. Single Workstation Unable to Connect to the Network...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found