leikoilja / ha-google-home

Home Assistant Google Home custom component
MIT License
435 stars 73 forks source link

Unable to set alarm volume #314

Closed gary-reyes closed 3 years ago

gary-reyes commented 3 years ago

https://github.com/leikoilja/ha-google-home/pull/309 indicates that the volume should be able to be set. According to the docs, there should be number entities for google home devices. None of these number devices show up anywhere.

Is there something that I am missing? Can someone please confirm they can see these entities?

Home Assistant 2021.8.7 Google Home: 1.7.0

2021-08-17 19:56:53 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration google_home which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-08-17 19:56:53 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration browser_mod which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-08-17 19:56:53 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration spotcast which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-08-17 19:56:53 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration wyzeapi which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-08-17 19:56:53 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-08-17 19:56:53 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration googlewifi which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-08-17 19:59:53 DEBUG (MainThread) [glocaltokens.client] Initializing new GLocalAuthenticationTokens instance.
2021-08-17 19:59:53 DEBUG (MainThread) [glocaltokens.client] Set GLocalAuthenticationTokens client access_token, homegraph, access_token_date and homegraph_date to None
2021-08-17 19:59:53 DEBUG (MainThread) [glocaltokens.client] Set GLocalAuthenticationTokens client username to "g***************", password to "r***************", master_token to "" and android_id to
2021-08-17 19:59:53 DEBUG (SyncWorker_13) [glocaltokens.client] There is no stored master_token, logging in using username and password
2021-08-17 19:59:53 DEBUG (SyncWorker_13) [glocaltokens.client] There is no stored android_id, generating a new one
2021-08-17 19:59:53 DEBUG (SyncWorker_13) [glocaltokens.client] Generating android id...
2021-08-17 19:59:53 DEBUG (SyncWorker_13) [glocaltokens.client] Generated android id: a3e212dfbc4d7018
2021-08-17 19:59:53 DEBUG (SyncWorker_13) [glocaltokens.client] Master token: a******************************************************************************************************************************************************************************************************************************
2021-08-17 19:59:53 INFO (MainThread) [custom_components.google_home]
2021-08-17 19:59:53 DEBUG (MainThread) [custom_components.google_home] Coordinator update_interval is: 0:03:00
2021-08-17 19:59:53 DEBUG (MainThread) [glocaltokens.client] Initializing new GLocalAuthenticationTokens instance.
2021-08-17 19:59:53 DEBUG (MainThread) [glocaltokens.client] Set GLocalAuthenticationTokens client access_token, homegraph, access_token_date and homegraph_date to None
2021-08-17 19:59:53 DEBUG (MainThread) [glocaltokens.client] Set GLocalAuthenticationTokens client username to "g***************", password to "r***************", master_token to "a******************************************************************************************************************************************************************************************************************************" and android_id to a***************
2021-08-17 19:59:53 DEBUG (SyncWorker_9) [glocaltokens.client] Initializing models list if empty...
2021-08-17 19:59:53 DEBUG (SyncWorker_9) [glocaltokens.client] Forcing homegraph reload
2021-08-17 19:59:53 DEBUG (SyncWorker_9) [glocaltokens.client] Invalidated homegraph
2021-08-17 19:59:53 DEBUG (SyncWorker_9) [glocaltokens.client] Getting homegraph...
2021-08-17 19:59:53 DEBUG (SyncWorker_9) [glocaltokens.client] There is no stored homegraph, or it has expired, getting a new one...
2021-08-17 19:59:53 DEBUG (SyncWorker_9) [glocaltokens.client] There is no access_token stored, or it has expired, getting a new one...
2021-08-17 19:59:53 DEBUG (SyncWorker_9) [glocaltokens.client] Master token: a******************************************************************************************************************************************************************************************************************************
2021-08-17 19:59:54 DEBUG (SyncWorker_9) [glocaltokens.client] Access token: y**************************************************************************************************************************************************************************************************************************************************************************************************************************, datetime 2021-08-17 19:59:54.034986
2021-08-17 19:59:54 DEBUG (SyncWorker_9) [glocaltokens.client] [GRPC] Creating SSL channel credentials...
2021-08-17 19:59:54 DEBUG (SyncWorker_9) [glocaltokens.client] [GRPC] Creating access token call credentials...
2021-08-17 19:59:54 DEBUG (SyncWorker_9) [glocaltokens.client] [GRPC] Compositing channel credentials...
2021-08-17 19:59:54 DEBUG (SyncWorker_9) [glocaltokens.client] [GRPC] Establishing secure channel with the Google Home Foyer API...
2021-08-17 19:59:54 DEBUG (SyncWorker_9) [glocaltokens.client] [GRPC] Getting channels StructuresServiceStub...
2021-08-17 19:59:54 DEBUG (SyncWorker_9) [glocaltokens.client] [GRPC] Getting HomeGraph request...
2021-08-17 19:59:54 DEBUG (SyncWorker_9) [glocaltokens.client] [GRPC] Fetching HomeGraph...
2021-08-17 19:59:55 DEBUG (SyncWorker_9) [glocaltokens.client] [GRPC] Storing obtained HomeGraph...
2021-08-17 19:59:55 DEBUG (SyncWorker_9) [glocaltokens.client] Getting network devices...
2021-08-17 19:59:55 DEBUG (SyncWorker_9) [glocaltokens.scanner] Discovering devices...
2021-08-17 19:59:55 DEBUG (SyncWorker_9) [glocaltokens.scanner] Creating new Event for discovery completion...
2021-08-17 19:59:55 DEBUG (SyncWorker_9) [glocaltokens.scanner] Creating new CastListener...
2021-08-17 19:59:55 DEBUG (SyncWorker_9) [glocaltokens.scanner] Using attribute Zeroconf instance
2021-08-17 19:59:55 DEBUG (SyncWorker_9) [glocaltokens.scanner] Creating zeroconf service browser for _googlecast._tcp.local.
2021-08-17 19:59:55 DEBUG (SyncWorker_9) [glocaltokens.scanner] Waiting for discovery completion...
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] add_service _googlecast._tcp.local., Google-Nest-Hub-Max-98dd84026a54503d06f465e849d2be34._googlecast._tcp.local.
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Initializing GoogleDevice...
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Set self name to Kitchen Hub, IP to 192.168.86.79, PORT to 8009 and model to Google Nest Hub Max
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] add_service _googlecast._tcp.local., Chromecast-36cd4d0d089215863851437385787a22._googlecast._tcp.local.
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Initializing GoogleDevice...
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Set self name to Master Bedroom TV, IP to 192.168.86.20, PORT to 8009 and model to Chromecast
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] add_service _googlecast._tcp.local., Google-Home-Mini-fa4cd205e1a522a54f53df20325a056d._googlecast._tcp.local.
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Initializing GoogleDevice...
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Set self name to Garage Right, IP to 192.168.86.38, PORT to 8009 and model to Google Home Mini
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] add_service _googlecast._tcp.local., Google-Home-Mini-01a407793ec22b09afe09355d10d1551._googlecast._tcp.local.
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Initializing GoogleDevice...
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Set self name to Garage Left, IP to 192.168.86.56, PORT to 8009 and model to Google Home Mini
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] add_service _googlecast._tcp.local., Google-Cast-Group-3b74c60a7e494ec1906fb3eb6c9afbb6._googlecast._tcp.local.
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Initializing GoogleDevice...
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Set self name to Garage, IP to 192.168.86.56, PORT to 32000 and model to Google Cast Group
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] add_service _googlecast._tcp.local., Google-Cast-Group-e46323f19c5a4ecb8c2f6d7129a43e11._googlecast._tcp.local.
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Initializing GoogleDevice...
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Set self name to Garage Area, IP to 192.168.86.56, PORT to 32028 and model to Google Cast Group
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] add_service _googlecast._tcp.local., Google-Home-58aae5276968769db446d0b02ce8e377._googlecast._tcp.local.
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Initializing GoogleDevice...
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Set self name to Living Room, IP to 192.168.86.43, PORT to 8009 and model to Google Home
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] add_service _googlecast._tcp.local., Google-Home-Max-80f3592a5fc7907a2b9b2086ae56bdde._googlecast._tcp.local.
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Initializing GoogleDevice...
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Set self name to Family Room Left, IP to 192.168.86.65, PORT to 8009 and model to Google Home Max
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] add_service _googlecast._tcp.local., Google-Cast-Group-851153b68dbc4e708f3b89ea2acc06ad._googlecast._tcp.local.
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Initializing GoogleDevice...
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Set self name to Family Room, IP to 192.168.86.65, PORT to 32000 and model to Google Cast Group
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] add_service _googlecast._tcp.local., Chromecast-6eeed64a98757e81fa72f475d50210a0._googlecast._tcp.local.
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Initializing GoogleDevice...
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Set self name to Kids Room TV, IP to 192.168.86.55, PORT to 8009 and model to Chromecast
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] add_service _googlecast._tcp.local., Google-Home-5b935f8141cafc2cab33c83f2a50101a._googlecast._tcp.local.
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Initializing GoogleDevice...
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Set self name to Entryway, IP to 192.168.86.51, PORT to 8009 and model to Google Home
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] add_service _googlecast._tcp.local., Google-Cast-Group-520f626ec9294444b19cf6d83cd92332-1._googlecast._tcp.local.
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Initializing GoogleDevice...
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Set self name to Living Area, IP to 192.168.86.51, PORT to 32178 and model to Google Cast Group
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] add_service _googlecast._tcp.local., Google-Cast-Group-91fb4e37b9e64cbdb4ce192267406c65._googlecast._tcp.local.
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Initializing GoogleDevice...
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Set self name to Home, IP to 192.168.86.51, PORT to 32174 and model to Google Cast Group
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] add_service _googlecast._tcp.local., Google-Home-Max-363e18eb76fd8f463aa024f023935bda._googlecast._tcp.local.
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Initializing GoogleDevice...
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Set self name to Family Room Right, IP to 192.168.86.28, PORT to 8009 and model to Google Home Max
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] add_service _googlecast._tcp.local., Google-Home-bfe4a7eff3145818da2ad563e8eb3bdb._googlecast._tcp.local.
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Initializing GoogleDevice...
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Set self name to Master Bathroom Left, IP to 192.168.86.69, PORT to 8009 and model to Google Home
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] add_service _googlecast._tcp.local., Google-Cast-Group-6914fb5327ef4416b7bccd87b42dd4f1._googlecast._tcp.local.
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Initializing GoogleDevice...
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Set self name to Master Bathroom, IP to 192.168.86.69, PORT to 32000 and model to Google Cast Group
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] add_service _googlecast._tcp.local., Google-Cast-Group-ed276fe8ea7f4875839ff7f9e6aff206._googlecast._tcp.local.
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Initializing GoogleDevice...
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Set self name to Master Area, IP to 192.168.86.69, PORT to 32161 and model to Google Cast Group
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] add_service _googlecast._tcp.local., Google-Home-f1f858e78d4483f6c8d8cec490262031._googlecast._tcp.local.
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Initializing GoogleDevice...
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Set self name to Master Bedroom, IP to 192.168.86.48, PORT to 8009 and model to Google Home
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] add_service _googlecast._tcp.local., Google-Home-fc319ef4d59c2194ce1da6926c0da833._googlecast._tcp.local.
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Initializing GoogleDevice...
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Set self name to Master Bathroom Right, IP to 192.168.86.70, PORT to 8009 and model to Google Home
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] add_service _googlecast._tcp.local., Google-Home-56d300199be7786b0c8ff7113fd21f6f._googlecast._tcp.local.
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Initializing GoogleDevice...
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Set self name to Dining Room, IP to 192.168.86.33, PORT to 8009 and model to Google Home
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] add_service _googlecast._tcp.local., Google-Home-Mini-835df0c883cda3bde293ed5a9d392a8a._googlecast._tcp.local.
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Initializing GoogleDevice...
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Set self name to Kids Room, IP to 192.168.86.52, PORT to 8009 and model to Google Home Mini
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] add_service _googlecast._tcp.local., Chromecast-3660d789f6573d2e2538edab1e388903._googlecast._tcp.local.
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Initializing GoogleDevice...
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Set self name to Guest Room TV, IP to 192.168.86.66, PORT to 8009 and model to Chromecast
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] add_service _googlecast._tcp.local., Google-Home-Mini-9767647292bb1fcfeec69c688d938bed._googlecast._tcp.local.
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Initializing GoogleDevice...
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Set self name to Guest Room, IP to 192.168.86.73, PORT to 8009 and model to Google Home Mini
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] add_service _googlecast._tcp.local., Chromecast-5cf2bfc197c5b75627678e5bd921b9f9._googlecast._tcp.local.
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Initializing GoogleDevice...
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Set self name to Living Room TV, IP to 192.168.86.68, PORT to 8009 and model to Chromecast
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] add_service _googlecast._tcp.local., google-nest-hub-dc1db972f6c8be4ca292e69eae0ada39._googlecast._tcp.local.
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Initializing GoogleDevice...
2021-08-17 19:59:55 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Set self name to Garage Hub, IP to 192.168.86.240, PORT to 8009 and model to Google Nest Hub
2021-08-17 19:59:56 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] update_service _googlecast._tcp.local., google-nest-hub-dc1db972f6c8be4ca292e69eae0ada39._googlecast._tcp.local.
2021-08-17 19:59:56 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Initializing GoogleDevice...
2021-08-17 19:59:56 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Set self name to Garage Hub, IP to 192.168.86.240, PORT to 8009 and model to Google Nest Hub
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.scanner] Got 26 devices. Iterating...
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.scanner] Appending new device: {name:Kitchen Hub,ip:192.168.86.79,port:8009,model:Google Nest Hub Max}
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.scanner] Appending new device: {name:Master Bedroom TV,ip:192.168.86.20,port:8009,model:Chromecast}
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.scanner] Appending new device: {name:Garage Right,ip:192.168.86.38,port:8009,model:Google Home Mini}
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.scanner] Appending new device: {name:Garage Left,ip:192.168.86.56,port:8009,model:Google Home Mini}
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.scanner] Appending new device: {name:Garage,ip:192.168.86.56,port:32000,model:Google Cast Group}
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.scanner] Appending new device: {name:Garage Area,ip:192.168.86.56,port:32028,model:Google Cast Group}
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.scanner] Appending new device: {name:Living Room,ip:192.168.86.43,port:8009,model:Google Home}
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.scanner] Appending new device: {name:Family Room Left,ip:192.168.86.65,port:8009,model:Google Home Max}
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.scanner] Appending new device: {name:Family Room,ip:192.168.86.65,port:32000,model:Google Cast Group}
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.scanner] Appending new device: {name:Kids Room TV,ip:192.168.86.55,port:8009,model:Chromecast}
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.scanner] Appending new device: {name:Entryway,ip:192.168.86.51,port:8009,model:Google Home}
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.scanner] Appending new device: {name:Living Area,ip:192.168.86.51,port:32178,model:Google Cast Group}
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.scanner] Appending new device: {name:Home,ip:192.168.86.51,port:32174,model:Google Cast Group}
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.scanner] Appending new device: {name:Family Room Right,ip:192.168.86.28,port:8009,model:Google Home Max}
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.scanner] Appending new device: {name:Master Bathroom Left,ip:192.168.86.69,port:8009,model:Google Home}
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.scanner] Appending new device: {name:Master Bathroom,ip:192.168.86.69,port:32000,model:Google Cast Group}
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.scanner] Appending new device: {name:Master Area,ip:192.168.86.69,port:32161,model:Google Cast Group}
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.scanner] Appending new device: {name:Master Bedroom,ip:192.168.86.48,port:8009,model:Google Home}
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.scanner] Appending new device: {name:Master Bathroom Right,ip:192.168.86.70,port:8009,model:Google Home}
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.scanner] Appending new device: {name:Dining Room,ip:192.168.86.33,port:8009,model:Google Home}
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.scanner] Appending new device: {name:Kids Room,ip:192.168.86.52,port:8009,model:Google Home Mini}
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.scanner] Appending new device: {name:Guest Room TV,ip:192.168.86.66,port:8009,model:Chromecast}
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.scanner] Appending new device: {name:Guest Room,ip:192.168.86.73,port:8009,model:Google Home Mini}
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.scanner] Appending new device: {name:Living Room TV,ip:192.168.86.68,port:8009,model:Chromecast}
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.scanner] Appending new device: {name:Garage Hub,ip:192.168.86.240,port:8009,model:Google Nest Hub}
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.scanner] Appending new device: {name:Garage Hub,ip:192.168.86.240,port:8009,model:Google Nest Hub}
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] Iterating in 140 homegraph devices
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Bathroom Sink' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Living Room' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Garage camera' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Kids Room door' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Freezer door' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Side Door' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Family Room humidity' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Master Bedroom Main Fan' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Family Room temperature' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Garage temperature' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Master Bedroom door' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Upstairs Vacuum' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Entryway' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] Looking for 'Master Bathroom' in local network
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Master Bathroom(id=1427e366-fe25-478e-90cc-dc9a27adc0e3)] Initializing new Device instance
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Master Bathroom(id=1427e366-fe25-478e-90cc-dc9a27adc0e3)] google_device is provided, using it's IP and PORT
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Master Bathroom(id=1427e366-fe25-478e-90cc-dc9a27adc0e3)] Set device_name to "Master Bathroom", local_auth_token to "3***********************************************************************************************************", IP to "192.168.86.69", PORT to "32000" and hardware to "Google Home"
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] Adding Master Bathroom to devices list
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] Looking for 'Master Bedroom TV' in local network
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Master Bedroom TV(id=14be488d-99da-4dd8-9f8a-69b0531acca3)] Initializing new Device instance
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Master Bedroom TV(id=14be488d-99da-4dd8-9f8a-69b0531acca3)] google_device is provided, using it's IP and PORT
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Master Bedroom TV(id=14be488d-99da-4dd8-9f8a-69b0531acca3)] Set device_name to "Master Bedroom TV", local_auth_token to "A***********************************************************************************************************", IP to "192.168.86.20", PORT to "8009" and hardware to "Chromecast"
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] Adding Master Bedroom TV to devices list
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Patio Side' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Chest Freezer door' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Entryway Router' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Restroom Exhaust Fan' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Master Bedroom Main' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] Looking for 'Entryway' in local network
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Entryway(id=1e258727-8cbd-4aab-9cc0-5a671d38d1db)] Initializing new Device instance
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Entryway(id=1e258727-8cbd-4aab-9cc0-5a671d38d1db)] google_device is provided, using it's IP and PORT
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Entryway(id=1e258727-8cbd-4aab-9cc0-5a671d38d1db)] Set device_name to "Entryway", local_auth_token to "v***********************************************************************************************************", IP to "192.168.86.51", PORT to "8009" and hardware to "Google Home"
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] Adding Entryway to devices list
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Sink' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Master Bedroom Diffuser Lamp' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Washer door' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Guest Room door' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Front door' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Treadmill' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Master Bedroom Router' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Dining Room Hallway' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] Looking for 'Dining Room' in local network
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Dining Room(id=2fd368ef-916c-461a-8e9f-6e922d8e8331)] Initializing new Device instance
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Dining Room(id=2fd368ef-916c-461a-8e9f-6e922d8e8331)] google_device is provided, using it's IP and PORT
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Dining Room(id=2fd368ef-916c-461a-8e9f-6e922d8e8331)] Set device_name to "Dining Room", local_auth_token to "g***********************************************************************************************************", IP to "192.168.86.33", PORT to "8009" and hardware to "Google Home"
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] Adding Dining Room to devices list
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Master Bathroom' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Master Bathroom Humidity' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] Looking for 'Guest Room' in local network
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Guest Room(id=347bdff4-74bf-4639-8983-10256ef859fe)] Initializing new Device instance
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Guest Room(id=347bdff4-74bf-4639-8983-10256ef859fe)] google_device is provided, using it's IP and PORT
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Guest Room(id=347bdff4-74bf-4639-8983-10256ef859fe)] Set device_name to "Guest Room", local_auth_token to "O***********************************************************************************************************", IP to "192.168.86.73", PORT to "8009" and hardware to "Google Home Mini"
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] Adding Guest Room to devices list
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'OnHub router' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Fridge temperature' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Kitchen Diffuser' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Dishwasher door' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Mini Fridge door' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Master Bedroom TV' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Laundry Room door' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Master Bathroom door' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Dining Room Main' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Master Bathroom Bath' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Strip' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] Looking for 'Kitchen Hub' in local network
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Kitchen Hub(id=57c48a06-2003-4f27-86e7-5674275dc753)] Initializing new Device instance
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Kitchen Hub(id=57c48a06-2003-4f27-86e7-5674275dc753)] google_device is provided, using it's IP and PORT
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Kitchen Hub(id=57c48a06-2003-4f27-86e7-5674275dc753)] Set device_name to "Kitchen Hub", local_auth_token to "h***********************************************************************************************************", IP to "192.168.86.79", PORT to "8009" and hardware to "Google Nest Hub Max"
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] Adding Kitchen Hub to devices list
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Master Bedroom Diffuser' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Accent' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Attic' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Restroom Air Freshener' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] Looking for 'Living Room' in local network
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Living Room(id=59eb1817-d1a1-425c-baef-e97fc93e2039)] Initializing new Device instance
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Living Room(id=59eb1817-d1a1-425c-baef-e97fc93e2039)] google_device is provided, using it's IP and PORT
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Living Room(id=59eb1817-d1a1-425c-baef-e97fc93e2039)] Set device_name to "Living Room", local_auth_token to "g***********************************************************************************************************", IP to "192.168.86.43", PORT to "8009" and hardware to "Google Home"
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] Adding Living Room to devices list
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Attic door' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Breakfast' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Dryer' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Entryway Diffuser' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Downstairs' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Entryway Main' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] Looking for 'Kids Room TV' in local network
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Kids Room TV(id=5eaf4d20-d9e1-4ff1-8bf0-04aeecc9f565)] Initializing new Device instance
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Kids Room TV(id=5eaf4d20-d9e1-4ff1-8bf0-04aeecc9f565)] google_device is provided, using it's IP and PORT
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Kids Room TV(id=5eaf4d20-d9e1-4ff1-8bf0-04aeecc9f565)] Set device_name to "Kids Room TV", local_auth_token to "V***********************************************************************************************************", IP to "192.168.86.55", PORT to "8009" and hardware to "Chromecast"
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] Adding Kids Room TV to devices list
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Patio gate' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] Looking for 'Living Room TV' in local network
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Living Room TV(id=608d32d9-0939-40b8-ac05-90eb974df804)] Initializing new Device instance
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Living Room TV(id=608d32d9-0939-40b8-ac05-90eb974df804)] google_device is provided, using it's IP and PORT
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Living Room TV(id=608d32d9-0939-40b8-ac05-90eb974df804)] Set device_name to "Living Room TV", local_auth_token to "b***********************************************************************************************************", IP to "192.168.86.68", PORT to "8009" and hardware to "Chromecast"
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] Adding Living Room TV to devices list
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Upstairs Main' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Garage Router' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Bloom' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Attic Router' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Living Room Lamp' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Garage Main' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Kids Room' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Spray' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Master Bedroom humidity' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Back Door' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Master Bathroom Sink' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Porch' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Living Room humidity' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Family Room Main' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Entryway Vacuum' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Kids Room Main' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Stairs' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Side door' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Kids Room humidity' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Decorative' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'OnHub router' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] Looking for 'Family Room' in local network
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Family Room(id=885554dd-7220-456b-a7a7-88349bee07e4)] Initializing new Device instance
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Family Room(id=885554dd-7220-456b-a7a7-88349bee07e4)] google_device is provided, using it's IP and PORT
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Family Room(id=885554dd-7220-456b-a7a7-88349bee07e4)] Set device_name to "Family Room", local_auth_token to "Q***********************************************************************************************************", IP to "192.168.86.65", PORT to "32000" and hardware to "Google Home Max"
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] Adding Family Room to devices list
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Stand Mixer' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Kitchen Plug' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Bubbles' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Living Room Main' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Master Bathroom Main' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Master Bedroom temperature' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] Looking for 'Garage Hub' in local network
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Garage Hub(id=973a1f65-9a4a-4f94-8533-3f6f3a6b2542)] Initializing new Device instance
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Garage Hub(id=973a1f65-9a4a-4f94-8533-3f6f3a6b2542)] google_device is provided, using it's IP and PORT
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Garage Hub(id=973a1f65-9a4a-4f94-8533-3f6f3a6b2542)] Set device_name to "Garage Hub", local_auth_token to "n***********************************************************************************************************", IP to "192.168.86.240", PORT to "8009" and hardware to "Google Nest Hub"
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] Adding Garage Hub to devices list
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Guest Room temperature' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Garage Cover' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Fridge door' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Fridge humidity' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Guest Room humidity' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Living Room Center' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Medicine Taken' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Kids Room Lamp' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Restroom temperature' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Living Room TV' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Guest Room TV' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Patio Main' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Master Bathroom Exhaust Fan' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Mini Fridge temperature' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Server' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Attic temperature' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Restroom Main' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Guest Room Main' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Entryway Diffuser Lamp' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Security System' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Garage door' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Garbage Disposal' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'OnHub router' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Chest Freezer temperature' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Sprinkler' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] Looking for 'Kids Room' in local network
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Kids Room(id=d65ef1f6-3801-48fc-af98-091e1afa1d80)] Initializing new Device instance
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Kids Room(id=d65ef1f6-3801-48fc-af98-091e1afa1d80)] google_device is provided, using it's IP and PORT
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Kids Room(id=d65ef1f6-3801-48fc-af98-091e1afa1d80)] Set device_name to "Kids Room", local_auth_token to "x***********************************************************************************************************", IP to "192.168.86.52", PORT to "8009" and hardware to "Google Home Mini"
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] Adding Kids Room to devices list
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] Looking for 'Guest Room TV' in local network
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Guest Room TV(id=d7006040-fba8-4a39-acdc-247fa3d03b82)] Initializing new Device instance
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Guest Room TV(id=d7006040-fba8-4a39-acdc-247fa3d03b82)] google_device is provided, using it's IP and PORT
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Guest Room TV(id=d7006040-fba8-4a39-acdc-247fa3d03b82)] Set device_name to "Guest Room TV", local_auth_token to "P***********************************************************************************************************", IP to "192.168.86.66", PORT to "8009" and hardware to "Chromecast"
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] Adding Guest Room TV to devices list
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Front Door' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Laundry Room temperature' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Dishwasher' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Food Processor' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Upstairs Hallway' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Freezer temperature' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Kids Room Fan' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Master Bedroom Lamp' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Washer' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Back Side' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Kids Room TV' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'OnHub router' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Dryer door' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Kitchen Diffuser Lamp' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Kitchen Main' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Laundry Room humidity' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Bathroom Main' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Garage' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Garage Door' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Back door' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Bathroom Air Freshener' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] Looking for 'Master Bedroom' in local network
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Master Bedroom(id=f7f1f02d-aa02-4f09-bfab-8628f9cc1c29)] Initializing new Device instance
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Master Bedroom(id=f7f1f02d-aa02-4f09-bfab-8628f9cc1c29)] google_device is provided, using it's IP and PORT
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Master Bedroom(id=f7f1f02d-aa02-4f09-bfab-8628f9cc1c29)] Set device_name to "Master Bedroom", local_auth_token to "F***********************************************************************************************************", IP to "192.168.86.48", PORT to "8009" and hardware to "Google Home"
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] Adding Master Bedroom to devices list
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Back' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] Looking for 'Garage' in local network
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Garage(id=f87d5f1f-44fe-481d-99a0-1bbea98f2ff7)] Initializing new Device instance
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Garage(id=f87d5f1f-44fe-481d-99a0-1bbea98f2ff7)] google_device is provided, using it's IP and PORT
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] [Device - Garage(id=f87d5f1f-44fe-481d-99a0-1bbea98f2ff7)] Set device_name to "Garage", local_auth_token to "0***********************************************************************************************************", IP to "192.168.86.56", PORT to "32000" and hardware to "Google Home Mini"
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] Adding Garage to devices list
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] 'Guest Room Lamp' local_auth_token is not found in Homegraph, skipping
2021-08-17 19:59:57 DEBUG (SyncWorker_9) [glocaltokens.client] Successfully initialized 15 Google Home devices
2021-08-17 19:59:57 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Master Bathroom - https://192.168.86.69:8443/setup/assistant/alarms
2021-08-17 19:59:57 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Master Bedroom TV - https://192.168.86.20:8443/setup/assistant/alarms
2021-08-17 19:59:57 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Entryway - https://192.168.86.51:8443/setup/assistant/alarms
2021-08-17 19:59:57 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Dining Room - https://192.168.86.33:8443/setup/assistant/alarms
2021-08-17 19:59:57 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Guest Room - https://192.168.86.73:8443/setup/assistant/alarms
2021-08-17 19:59:57 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Kitchen Hub - https://192.168.86.79:8443/setup/assistant/alarms
2021-08-17 19:59:57 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Living Room - https://192.168.86.43:8443/setup/assistant/alarms
2021-08-17 19:59:57 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Kids Room TV - https://192.168.86.55:8443/setup/assistant/alarms
2021-08-17 19:59:57 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Living Room TV - https://192.168.86.68:8443/setup/assistant/alarms
2021-08-17 19:59:57 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Family Room - https://192.168.86.65:8443/setup/assistant/alarms
2021-08-17 19:59:57 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Garage Hub - https://192.168.86.240:8443/setup/assistant/alarms
2021-08-17 19:59:57 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Kids Room - https://192.168.86.52:8443/setup/assistant/alarms
2021-08-17 19:59:57 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Guest Room TV - https://192.168.86.66:8443/setup/assistant/alarms
2021-08-17 19:59:57 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Master Bedroom - https://192.168.86.48:8443/setup/assistant/alarms
2021-08-17 19:59:57 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Garage - https://192.168.86.56:8443/setup/assistant/alarms
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Guest Room.
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Guest Room
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Guest Room - https://192.168.86.73:8443/setup/assistant/alarms/volume
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Master Bathroom.
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Master Bathroom
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Master Bathroom - https://192.168.86.69:8443/setup/assistant/alarms/volume
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Entryway.
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Entryway
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Entryway - https://192.168.86.51:8443/setup/assistant/alarms/volume
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Master Bedroom.
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Master Bedroom
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Master Bedroom - https://192.168.86.48:8443/setup/assistant/alarms/volume
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Guest Room - Volume: 0.714286
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Guest Room
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Guest Room - https://192.168.86.73:8443/setup/assistant/notifications
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Kitchen Hub.
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Kitchen Hub
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Kitchen Hub - https://192.168.86.79:8443/setup/assistant/alarms/volume
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Master Bathroom - Volume: 0.770000
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Master Bathroom
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Master Bathroom - https://192.168.86.69:8443/setup/assistant/notifications
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Entryway - Volume: 0.660000
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Entryway
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Entryway - https://192.168.86.51:8443/setup/assistant/notifications
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Garage.
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Garage
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Garage - https://192.168.86.56:8443/setup/assistant/alarms/volume
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Master Bedroom - Volume: 0.730000
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Master Bedroom
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Master Bedroom - https://192.168.86.48:8443/setup/assistant/notifications
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Guest Room - Enabled: True
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Master Bathroom - Enabled: True
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Living Room.
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Living Room
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Living Room - https://192.168.86.43:8443/setup/assistant/alarms/volume
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Kitchen Hub - Volume: 1.000000
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Kitchen Hub
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Kitchen Hub - https://192.168.86.79:8443/setup/assistant/notifications
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Master Bedroom TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Master Bedroom TV
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Master Bedroom TV - https://192.168.86.20:8443/setup/assistant/alarms/volume
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Entryway - Enabled: True
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Master Bedroom TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Master Bedroom TV
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Master Bedroom TV - https://192.168.86.20:8443/setup/assistant/notifications
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Kitchen Hub - Enabled: True
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Garage - Volume: 0.714286
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Garage
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Garage - https://192.168.86.56:8443/setup/assistant/notifications
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Dining Room.
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Dining Room
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Dining Room - https://192.168.86.33:8443/setup/assistant/alarms/volume
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Master Bedroom TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Master Bedroom - Enabled: False
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Living Room - Volume: 0.660000
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Living Room
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Living Room - https://192.168.86.43:8443/setup/assistant/notifications
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Kids Room.
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Kids Room
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Kids Room - https://192.168.86.52:8443/setup/assistant/alarms/volume
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Garage - Enabled: True
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Dining Room - Volume: 0.660000
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Dining Room
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Dining Room - https://192.168.86.33:8443/setup/assistant/notifications
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Living Room - Enabled: True
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Family Room.
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Family Room
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Family Room - https://192.168.86.65:8443/setup/assistant/alarms/volume
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Kids Room - Volume: 0.930000
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Kids Room
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Kids Room - https://192.168.86.52:8443/setup/assistant/notifications
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Garage Hub.
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Garage Hub
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Garage Hub - https://192.168.86.240:8443/setup/assistant/alarms/volume
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Dining Room - Enabled: True
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Kids Room - Enabled: False
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Family Room - Volume: 0.433333
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Family Room
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Family Room - https://192.168.86.65:8443/setup/assistant/notifications
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Kids Room TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Kids Room TV
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Kids Room TV - https://192.168.86.55:8443/setup/assistant/alarms/volume
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Family Room - Enabled: True
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Kids Room TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Kids Room TV
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Kids Room TV - https://192.168.86.55:8443/setup/assistant/notifications
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Kids Room TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Guest Room TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Guest Room TV
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Guest Room TV - https://192.168.86.66:8443/setup/assistant/alarms/volume
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Living Room TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Living Room TV
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Living Room TV - https://192.168.86.68:8443/setup/assistant/alarms/volume
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Garage Hub - Volume: 0.720000
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Garage Hub
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Garage Hub - https://192.168.86.240:8443/setup/assistant/notifications
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Guest Room TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Guest Room TV
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Guest Room TV - https://192.168.86.66:8443/setup/assistant/notifications
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Living Room TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Living Room TV
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Living Room TV - https://192.168.86.68:8443/setup/assistant/notifications
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Garage Hub - Enabled: True
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Guest Room TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Living Room TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 19:59:58 DEBUG (MainThread) [custom_components.google_home] Finished fetching sensor data in 4.517 seconds
2021-08-17 20:00:11 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] update_service _googlecast._tcp.local., google-nest-hub-dc1db972f6c8be4ca292e69eae0ada39._googlecast._tcp.local.
2021-08-17 20:00:11 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Initializing GoogleDevice...
2021-08-17 20:00:11 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Set self name to Garage Hub, IP to 192.168.86.240, PORT to 8009 and model to Google Nest Hub
2021-08-17 20:01:54 DEBUG (MainThread) [custom_components.google_home] Setting Do Not Disturb setting to True on Google Home device Kids Room
2021-08-17 20:01:54 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Kids Room - https://192.168.86.52:8443/setup/assistant/notifications
2021-08-17 20:01:54 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Kids Room - Enabled: True
2021-08-17 20:02:04 DEBUG (MainThread) [custom_components.google_home] Setting Do Not Disturb setting to True on Google Home device Kids Room
2021-08-17 20:02:04 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Kids Room - https://192.168.86.52:8443/setup/assistant/notifications
2021-08-17 20:02:06 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Kids Room - Enabled: True
2021-08-17 20:02:23 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] update_service _googlecast._tcp.local., google-nest-hub-dc1db972f6c8be4ca292e69eae0ada39._googlecast._tcp.local.
2021-08-17 20:02:23 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Initializing GoogleDevice...
2021-08-17 20:02:23 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-363) [glocaltokens.scanner] Set self name to Garage Hub, IP to 192.168.86.240, PORT to 8009 and model to Google Nest Hub
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Master Bathroom - https://192.168.86.69:8443/setup/assistant/alarms
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Master Bedroom TV - https://192.168.86.20:8443/setup/assistant/alarms
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Entryway - https://192.168.86.51:8443/setup/assistant/alarms
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Dining Room - https://192.168.86.33:8443/setup/assistant/alarms
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Guest Room - https://192.168.86.73:8443/setup/assistant/alarms
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Kitchen Hub - https://192.168.86.79:8443/setup/assistant/alarms
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Living Room - https://192.168.86.43:8443/setup/assistant/alarms
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Kids Room TV - https://192.168.86.55:8443/setup/assistant/alarms
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Living Room TV - https://192.168.86.68:8443/setup/assistant/alarms
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Family Room - https://192.168.86.65:8443/setup/assistant/alarms
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Garage Hub - https://192.168.86.240:8443/setup/assistant/alarms
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Kids Room - https://192.168.86.52:8443/setup/assistant/alarms
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Guest Room TV - https://192.168.86.66:8443/setup/assistant/alarms
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Master Bedroom - https://192.168.86.48:8443/setup/assistant/alarms
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Garage - https://192.168.86.56:8443/setup/assistant/alarms
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Master Bathroom.
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Master Bathroom
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Master Bathroom - https://192.168.86.69:8443/setup/assistant/alarms/volume
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Guest Room.
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Guest Room
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Guest Room - https://192.168.86.73:8443/setup/assistant/alarms/volume
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Entryway.
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Entryway
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Entryway - https://192.168.86.51:8443/setup/assistant/alarms/volume
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Master Bathroom - Volume: 0.770000
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Master Bathroom
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Master Bathroom - https://192.168.86.69:8443/setup/assistant/notifications
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Guest Room - Volume: 0.714286
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Guest Room
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Guest Room - https://192.168.86.73:8443/setup/assistant/notifications
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Entryway - Volume: 0.660000
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Entryway
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Entryway - https://192.168.86.51:8443/setup/assistant/notifications
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Dining Room.
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Dining Room
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Dining Room - https://192.168.86.33:8443/setup/assistant/alarms/volume
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Master Bathroom - Enabled: True
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Kids Room.
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Kids Room
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Kids Room - https://192.168.86.52:8443/setup/assistant/alarms/volume
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Garage.
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Garage
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Garage - https://192.168.86.56:8443/setup/assistant/alarms/volume
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Entryway - Enabled: True
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Guest Room - Enabled: True
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Kitchen Hub.
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Kitchen Hub
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Kitchen Hub - https://192.168.86.79:8443/setup/assistant/alarms/volume
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Master Bedroom.
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Master Bedroom
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Master Bedroom - https://192.168.86.48:8443/setup/assistant/alarms/volume
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Living Room.
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Living Room
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Living Room - https://192.168.86.43:8443/setup/assistant/alarms/volume
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Dining Room - Volume: 0.660000
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Dining Room
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Dining Room - https://192.168.86.33:8443/setup/assistant/notifications
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Kids Room - Volume: 0.930000
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Kids Room
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Kids Room - https://192.168.86.52:8443/setup/assistant/notifications
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Garage - Volume: 0.714286
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Garage
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Garage - https://192.168.86.56:8443/setup/assistant/notifications
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Master Bedroom TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Master Bedroom TV
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Master Bedroom TV - https://192.168.86.20:8443/setup/assistant/alarms/volume
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Kitchen Hub - Volume: 1.000000
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Kitchen Hub
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Kitchen Hub - https://192.168.86.79:8443/setup/assistant/notifications
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Master Bedroom - Volume: 0.730000
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Master Bedroom
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Master Bedroom - https://192.168.86.48:8443/setup/assistant/notifications
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Living Room - Volume: 0.660000
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Living Room
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Living Room - https://192.168.86.43:8443/setup/assistant/notifications
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Dining Room - Enabled: True
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Master Bedroom TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Master Bedroom TV
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Master Bedroom TV - https://192.168.86.20:8443/setup/assistant/notifications
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Kids Room - Enabled: True
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Garage - Enabled: True
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Master Bedroom - Enabled: False
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Kitchen Hub - Enabled: True
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Living Room - Enabled: True
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Master Bedroom TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Guest Room TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Guest Room TV
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Guest Room TV - https://192.168.86.66:8443/setup/assistant/alarms/volume
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Kids Room TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Kids Room TV
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Kids Room TV - https://192.168.86.55:8443/setup/assistant/alarms/volume
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Guest Room TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Guest Room TV
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Guest Room TV - https://192.168.86.66:8443/setup/assistant/notifications
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Kids Room TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Kids Room TV
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Kids Room TV - https://192.168.86.55:8443/setup/assistant/notifications
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Family Room.
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Family Room
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Family Room - https://192.168.86.65:8443/setup/assistant/alarms/volume
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Guest Room TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Kids Room TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Family Room - Volume: 0.433333
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Family Room
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Family Room - https://192.168.86.65:8443/setup/assistant/notifications
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Family Room - Enabled: True
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Living Room TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Living Room TV
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Living Room TV - https://192.168.86.68:8443/setup/assistant/alarms/volume
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Living Room TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Living Room TV
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Living Room TV - https://192.168.86.68:8443/setup/assistant/notifications
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Living Room TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Garage Hub.
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Garage Hub
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Garage Hub - https://192.168.86.240:8443/setup/assistant/alarms/volume
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Garage Hub - Volume: 0.720000
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Garage Hub
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Garage Hub - https://192.168.86.240:8443/setup/assistant/notifications
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Garage Hub - Enabled: True
2021-08-17 20:02:58 DEBUG (MainThread) [custom_components.google_home] Finished fetching sensor data in 0.482 seconds
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Master Bathroom - https://192.168.86.69:8443/setup/assistant/alarms
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Master Bedroom TV - https://192.168.86.20:8443/setup/assistant/alarms
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Entryway - https://192.168.86.51:8443/setup/assistant/alarms
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Dining Room - https://192.168.86.33:8443/setup/assistant/alarms
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Guest Room - https://192.168.86.73:8443/setup/assistant/alarms
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Kitchen Hub - https://192.168.86.79:8443/setup/assistant/alarms
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Living Room - https://192.168.86.43:8443/setup/assistant/alarms
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Kids Room TV - https://192.168.86.55:8443/setup/assistant/alarms
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Living Room TV - https://192.168.86.68:8443/setup/assistant/alarms
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Family Room - https://192.168.86.65:8443/setup/assistant/alarms
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Garage Hub - https://192.168.86.240:8443/setup/assistant/alarms
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Kids Room - https://192.168.86.52:8443/setup/assistant/alarms
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Guest Room TV - https://192.168.86.66:8443/setup/assistant/alarms
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Master Bedroom - https://192.168.86.48:8443/setup/assistant/alarms
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms for Google Home device Garage - https://192.168.86.56:8443/setup/assistant/alarms
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Master Bathroom.
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Master Bathroom
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Master Bathroom - https://192.168.86.69:8443/setup/assistant/alarms/volume
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Living Room.
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Living Room
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Living Room - https://192.168.86.43:8443/setup/assistant/alarms/volume
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Dining Room.
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Dining Room
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Dining Room - https://192.168.86.33:8443/setup/assistant/alarms/volume
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Master Bedroom TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Master Bedroom TV
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Master Bedroom TV - https://192.168.86.20:8443/setup/assistant/alarms/volume
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Entryway.
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Entryway
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Entryway - https://192.168.86.51:8443/setup/assistant/alarms/volume
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Master Bedroom TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Master Bedroom TV
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Master Bedroom TV - https://192.168.86.20:8443/setup/assistant/notifications
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Master Bedroom.
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Master Bedroom
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Master Bedroom - https://192.168.86.48:8443/setup/assistant/alarms/volume
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Dining Room - Volume: 0.660000
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Dining Room
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Dining Room - https://192.168.86.33:8443/setup/assistant/notifications
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Entryway - Volume: 0.660000
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Entryway
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Entryway - https://192.168.86.51:8443/setup/assistant/notifications
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Master Bedroom TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Garage.
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Garage
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Garage - https://192.168.86.56:8443/setup/assistant/alarms/volume
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Kids Room.
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Kids Room
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Kids Room - https://192.168.86.52:8443/setup/assistant/alarms/volume
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Living Room - Volume: 0.660000
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Living Room
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Living Room - https://192.168.86.43:8443/setup/assistant/notifications
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Entryway - Enabled: True
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Kitchen Hub.
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Kitchen Hub
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Kitchen Hub - https://192.168.86.79:8443/setup/assistant/alarms/volume
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Master Bedroom - Volume: 0.730000
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Master Bedroom
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Master Bedroom - https://192.168.86.48:8443/setup/assistant/notifications
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Dining Room - Enabled: True
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Kids Room - Volume: 0.930000
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Kids Room
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Kids Room - https://192.168.86.52:8443/setup/assistant/notifications
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Guest Room.
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Guest Room
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Guest Room - https://192.168.86.73:8443/setup/assistant/alarms/volume
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Garage - Volume: 0.714286
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Garage
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Garage - https://192.168.86.56:8443/setup/assistant/notifications
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Master Bathroom - Volume: 0.770000
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Master Bathroom
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Master Bathroom - https://192.168.86.69:8443/setup/assistant/notifications
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Kitchen Hub - Volume: 1.000000
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Kitchen Hub
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Kitchen Hub - https://192.168.86.79:8443/setup/assistant/notifications
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Living Room - Enabled: True
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Kids Room - Enabled: True
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Master Bedroom - Enabled: False
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Guest Room TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Guest Room TV
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Guest Room TV - https://192.168.86.66:8443/setup/assistant/alarms/volume
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Guest Room - Volume: 0.714286
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Guest Room
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Guest Room - https://192.168.86.73:8443/setup/assistant/notifications
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Master Bathroom - Enabled: True
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Garage - Enabled: True
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Family Room.
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Family Room
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Family Room - https://192.168.86.65:8443/setup/assistant/alarms/volume
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Guest Room - Enabled: True
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Kitchen Hub - Enabled: True
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Guest Room TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Guest Room TV
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Guest Room TV - https://192.168.86.66:8443/setup/assistant/notifications
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Family Room - Volume: 0.433333
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Family Room
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Family Room - https://192.168.86.65:8443/setup/assistant/notifications
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Guest Room TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Family Room - Enabled: True
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Kids Room TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Kids Room TV
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Kids Room TV - https://192.168.86.55:8443/setup/assistant/alarms/volume
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Successfully retrieved data from Garage Hub.
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Garage Hub
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Garage Hub - https://192.168.86.240:8443/setup/assistant/alarms/volume
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Kids Room TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Kids Room TV
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Kids Room TV - https://192.168.86.55:8443/setup/assistant/notifications
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Received Alarm Volume setting from Google Home device Garage Hub - Volume: 0.720000
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Garage Hub
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Garage Hub - https://192.168.86.240:8443/setup/assistant/notifications
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Kids Room TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Received Do Not Disturb setting from Google Home device Garage Hub - Enabled: True
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Living Room TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Getting Alarm Volume setting from Google Home device Living Room TV
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/alarms/volume for Google Home device Living Room TV - https://192.168.86.68:8443/setup/assistant/alarms/volume
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Living Room TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Getting Do Not Disturb setting from Google Home device Living Room TV
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Requesting endpoint setup/assistant/notifications for Google Home device Living Room TV - https://192.168.86.68:8443/setup/assistant/notifications
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Failed to perform request to Living Room TV, API returned 404. The device(hardware='Chromecast') is possibly not Google Home compatible and has no alarms/timers. Will retry later.
2021-08-17 20:05:58 DEBUG (MainThread) [custom_components.google_home] Finished fetching sensor data in 0.641 seconds
leikoilja commented 3 years ago

Thanks, @gary-reyes, for reporting the issue and explicit logs šŸ‘ šŸ˜…

The #309 has just fixed the response coming from alarm volume and is stored in alarm entity, just like so: image

I can see that we need to fix README to add that information in there about the alarm volume sensor. I can also confirm that I do not have numbers entity created for me. Will need to take a closer look at why it's broken :) Will ping you back when we find anything

gary-reyes commented 3 years ago

any update?

leikoilja commented 3 years ago

@gary-reyes, i just opened a PR that fixes the issue of missing number entities. However, I was not yet able to fully test that setting the alarm volume is working as expected. The implementation looks fine but my stupid Google Nest Audio is constantly timing out leaving me frustrated to be able to test property :D Once PR is merged we can install master version of the integration from hacs and test it. I would appreciate the help in testing that feature :)