I understand that this is a copy of your logfile at restart, but I’ve never paid much attention to it. Mine has grown to nearly 12Gb. Safe to delete?
Yes, safe to delete. Mine has never got close to that size so you might want to checkout what’s being logged.
homeassistant.log.1 is the homeassistant.log from the previous run that is renamed to that.
If you delete it, then the file will be recreated at next restart when the rename happens.
I would say 12Gb is pretty big and if your homeassistant.log file grows that big, then I would look into what causes it.
this topic got me thinking it would be a nice idea to setup the Filesize Integration for monitoring the log file but I can’t seem to get the path entered such that it will accept it… any ideas?
basically no matter what I enter for the home-assistant.log file I get either the following or “not allowed”
I’ve tried variations of /config/home-assistant.log, \config\home-assistant.log etc… nothing works
/config/home-assistant.log
works for me, did you add - /config
to allowlist_external_dirs:
under homeassistant:
in your configuration file?
This was the issue, thanks!
Curioser and curioser. The file has 11.7 billion lines and the word “Error” was found 375,000 times. Strangest yet, the dates are all yesterday and today.
How long since your last HA restart? Given that the file is supposed to be cleared at boot that is a gigantic size. That’s some serious log spamming…
Mine is less than 15Mb
About 5 minutes. I deleted the file, restarted Home Assistant, and the file is now 4GB. It looks like a Verbose switch is turned on somewhere.
It isn’t the log from this run. It is the log from before the last ha restart. The .1 file doesn’t grow. It is for checking why ha might have had problems last time it ran
“Error” will be reported for most levels. Something is wrong with your system if it is logging that many errors.
Post some here.
Thanks for the interest here. As I said, it looks like Verbose was turned on somewhere, there’s lots of “Debug” and “Info” lines.
This is the first 100 lines:
2025-01-30 15:27:35.060 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration smartthinq_sensors 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
2025-01-30 15:27:35.083 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration life360 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
2025-01-30 15:27:35.099 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration watchman 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
2025-01-30 15:27:35.114 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration alexa_media 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
2025-01-30 15:27:35.129 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration meross_lan 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
2025-01-30 15:27:35.145 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration nodered 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
2025-01-30 15:27:35.160 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration sonoff 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
2025-01-30 15:27:35.168 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration pyscript 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
2025-01-30 15:27:35.177 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration battery_notes 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
2025-01-30 15:27:35.198 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration switch_manager 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
2025-01-30 15:27:35.214 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
2025-01-30 15:27:35.229 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration frigate 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
2025-01-30 15:27:35.245 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration oasis_mini 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
2025-01-30 15:27:35.252 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration smartthings_find 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
2025-01-30 15:27:35.267 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration openhasp 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
2025-01-30 15:27:35.283 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration chime_tts 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
2025-01-30 15:27:35.291 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration spook 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
2025-01-30 15:27:35.298 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration spook_inverse 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
2025-01-30 15:27:35.306 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration flightradar24 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
2025-01-30 15:27:35.314 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration open_epaper_link 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
2025-01-30 15:27:38.584 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event logging_changed[L]>
2025-01-30 15:27:38.584 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=logger, service=set_default_level>
2025-01-30 15:27:38.584 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=logger, service=set_level>
2025-01-30 15:27:38.750 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'logger': 0.17715680599999928, 'system_log': 0.1762840290000156})
2025-01-30 15:27:38.750 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {}
2025-01-30 15:27:39.751 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'logger': 1.1786779139999908, 'system_log': 1.177805137000007})
2025-01-30 15:27:39.752 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {}
2025-01-30 15:27:39.964 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 1.39 seconds
2025-01-30 15:27:39.964 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=logger>
2025-01-30 15:27:39.965 INFO (MainThread) [homeassistant.setup] Setup of domain system_log took 1.39 seconds
2025-01-30 15:27:39.965 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=system_log>
2025-01-30 15:27:39.965 INFO (MainThread) [homeassistant.bootstrap] Setting up frontend: {'frontend'}
2025-01-30 15:27:39.966 DEBUG (MainThread) [homeassistant.loader] Component http import took 0.000 seconds (loaded_executor=False)
2025-01-30 15:27:39.966 INFO (MainThread) [homeassistant.setup] Setting up http
2025-01-30 15:27:39.967 DEBUG (MainThread) [homeassistant.setup] Dependency api will wait for dependencies dict_keys(['http'])
2025-01-30 15:27:39.967 DEBUG (MainThread) [homeassistant.setup] Dependency auth will wait for dependencies dict_keys(['http'])
2025-01-30 15:27:39.967 DEBUG (MainThread) [homeassistant.setup] Dependency config will wait for dependencies dict_keys(['http'])
2025-01-30 15:27:39.968 DEBUG (MainThread) [homeassistant.loader] Component device_automation import took 0.000 seconds (loaded_executor=False)
2025-01-30 15:27:39.968 INFO (MainThread) [homeassistant.setup] Setting up device_automation
2025-01-30 15:27:39.968 INFO (MainThread) [homeassistant.setup] Setup of domain device_automation took 0.00 seconds
2025-01-30 15:27:39.968 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=device_automation>
2025-01-30 15:27:39.968 DEBUG (MainThread) [homeassistant.setup] Dependency diagnostics will wait for dependencies dict_keys(['http'])
2025-01-30 15:27:39.968 DEBUG (MainThread) [homeassistant.setup] Dependency file_upload will wait for dependencies dict_keys(['http'])
2025-01-30 15:27:39.969 DEBUG (MainThread) [homeassistant.setup] Dependency image_upload will wait for dependencies dict_keys(['http'])
2025-01-30 15:27:39.969 DEBUG (MainThread) [homeassistant.setup] Dependency person will wait for dependencies dict_keys(['image_upload', 'http'])
2025-01-30 15:27:39.969 DEBUG (MainThread) [homeassistant.setup] Dependency onboarding will wait for dependencies dict_keys(['auth', 'http', 'person'])
2025-01-30 15:27:39.969 DEBUG (MainThread) [homeassistant.setup] Dependency lovelace will wait for dependencies dict_keys(['onboarding'])
2025-01-30 15:27:39.969 DEBUG (MainThread) [homeassistant.setup] Dependency repairs will wait for dependencies dict_keys(['http'])
2025-01-30 15:27:39.969 DEBUG (MainThread) [homeassistant.setup] Dependency websocket_api will wait for dependencies dict_keys(['http'])
2025-01-30 15:27:39.969 DEBUG (MainThread) [homeassistant.setup] Dependency search will wait for dependencies dict_keys(['websocket_api'])
2025-01-30 15:27:39.969 DEBUG (MainThread) [homeassistant.setup] Dependency frontend will wait for dependencies dict_keys(['api', 'auth', 'config', 'device_automation', 'diagnostics', 'file_upload', 'http', 'lovelace', 'onboarding', 'repairs', 'search', 'websocket_api'])
2025-01-30 15:27:40.064 DEBUG (MainThread) [homeassistant.helpers.storage] core.network: Cache hit, does not exist
2025-01-30 15:27:40.071 DEBUG (MainThread) [homeassistant.components.network.network] Adapters: [{'name': 'lo', 'index': 1, 'enabled': False, 'auto': False, 'default': False, 'ipv4': [{'address': '127.0.0.1', 'network_prefix': 8}], 'ipv6': [{'address': '::1', 'flowinfo': 0, 'scope_id': 0, 'network_prefix': 128}]}, {'name': 'eno1', 'index': 2, 'enabled': True, 'auto': True, 'default': True, 'ipv4': [{'address': '192.168.1.57', 'network_prefix': 24}], 'ipv6': [{'address': 'fe80::12af:3d0e:38ec:8d7a', 'flowinfo': 0, 'scope_id': 2, 'network_prefix': 64}]}, {'name': 'docker0', 'index': 4, 'enabled': False, 'auto': False, 'default': False, 'ipv4': [{'address': '172.30.232.1', 'network_prefix': 23}], 'ipv6': [{'address': 'fe80::42:16ff:fe25:782f', 'flowinfo': 0, 'scope_id': 4, 'network_prefix': 64}]}, {'name': 'hassio', 'index': 5, 'enabled': False, 'auto': False, 'default': False, 'ipv4': [{'address': '172.30.32.1', 'network_prefix': 23}], 'ipv6': [{'address': 'fe80::42:54ff:fef9:f844', 'flowinfo': 0, 'scope_id': 5, 'network_prefix': 64}]}, {'name': 'ztr2qtx4ok', 'index': 24, 'enabled': False, 'auto': False, 'default': False, 'ipv4': [{'address': '10.144.180.90', 'network_prefix': 16}], 'ipv6': [{'address': 'fe80::3c98:2aff:fecb:c306', 'flowinfo': 0, 'scope_id': 24, 'network_prefix': 64}]}, {'name': 'wlp0s20f3', 'index': 3, 'enabled': False, 'auto': False, 'default': False, 'ipv4': [], 'ipv6': [{'address': 'fe80::58eb:a024:78ce:5a2f', 'flowinfo': 0, 'scope_id': 3, 'network_prefix': 64}]}, {'name': 'veth0e3f739', 'index': 7, 'enabled': False, 'auto': False, 'default': False, 'ipv4': [], 'ipv6': [{'address': 'fe80::3009:a4ff:fe0e:86aa', 'flowinfo': 0, 'scope_id': 7, 'network_prefix': 64}]}, {'name': 'vethd24f17e', 'index': 9, 'enabled': False, 'auto': False, 'default': False, 'ipv4': [], 'ipv6': [{'address': 'fe80::2494:1aff:fe73:af05', 'flowinfo': 0, 'scope_id': 9, 'network_prefix': 64}]}, {'name': 'vethb536fc6', 'index': 11, 'enabled': False, 'auto': False, 'default': False, 'ipv4': [], 'ipv6': [{'address': 'fe80::9c14:2cff:fe23:8608', 'flowinfo': 0, 'scope_id': 11, 'network_prefix': 64}]}, {'name': 'vethcc839ef', 'index': 13, 'enabled': False, 'auto': False, 'default': False, 'ipv4': [], 'ipv6': [{'address': 'fe80::4498:faff:fe7b:5d19', 'flowinfo': 0, 'scope_id': 13, 'network_prefix': 64}]}, {'name': 'veth7976506', 'index': 15, 'enabled': False, 'auto': False, 'default': False, 'ipv4': [], 'ipv6': [{'address': 'fe80::fcdb:35ff:feb2:d9ff', 'flowinfo': 0, 'scope_id': 15, 'network_prefix': 64}]}, {'name': 'veth839e2d0', 'index': 17, 'enabled': False, 'auto': False, 'default': False, 'ipv4': [], 'ipv6': [{'address': 'fe80::c4a7:3fff:fef8:39cd', 'flowinfo': 0, 'scope_id': 17, 'network_prefix': 64}]}, {'name': 'veth6f12ef8', 'index': 19, 'enabled': False, 'auto': False, 'default': False, 'ipv4': [], 'ipv6': [{'address': 'fe80::6811:b6ff:feef:6321', 'flowinfo': 0, 'scope_id': 19, 'network_prefix': 64}]}, {'name': 'veth3f82d5f', 'index': 21, 'enabled': False, 'auto': False, 'default': False, 'ipv4': [], 'ipv6': [{'address': 'fe80::e03a:38ff:fee2:bc3e', 'flowinfo': 0, 'scope_id': 21, 'network_prefix': 64}]}, {'name': 'veth82f71c6', 'index': 23, 'enabled': False, 'auto': False, 'default': False, 'ipv4': [], 'ipv6': [{'address': 'fe80::a0e7:e9ff:fe28:704c', 'flowinfo': 0, 'scope_id': 23, 'network_prefix': 64}]}]
2025-01-30 15:27:40.073 DEBUG (MainThread) [homeassistant.helpers.storage] http.auth: Cache hit data
2025-01-30 15:27:40.073 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.11 seconds
2025-01-30 15:27:40.073 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=http>
2025-01-30 15:27:40.074 DEBUG (MainThread) [homeassistant.loader] Component auth import took 0.000 seconds (loaded_executor=False)
2025-01-30 15:27:40.074 INFO (MainThread) [homeassistant.setup] Setting up auth
2025-01-30 15:27:40.076 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.00 seconds
2025-01-30 15:27:40.076 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=auth>
2025-01-30 15:27:40.076 DEBUG (MainThread) [homeassistant.loader] Component config import took 0.000 seconds (loaded_executor=False)
2025-01-30 15:27:40.077 INFO (MainThread) [homeassistant.setup] Setting up config
2025-01-30 15:27:40.077 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event panels_updated[L]>
2025-01-30 15:27:40.077 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config.area_registry>
2025-01-30 15:27:40.077 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config.auth>
2025-01-30 15:27:40.077 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config.auth_provider_homeassistant>
2025-01-30 15:27:40.078 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config.automation>
2025-01-30 15:27:40.078 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config.category_registry>
2025-01-30 15:27:40.082 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config.config_entries>
2025-01-30 15:27:40.083 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config.core>
2025-01-30 15:27:40.083 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config.device_registry>
2025-01-30 15:27:40.083 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config.entity_registry>
2025-01-30 15:27:40.083 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config.floor_registry>
2025-01-30 15:27:40.083 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config.label_registry>
2025-01-30 15:27:40.084 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config.script>
2025-01-30 15:27:40.086 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config.scene>
2025-01-30 15:27:40.086 INFO (MainThread) [homeassistant.setup] Setup of domain config took 0.01 seconds
2025-01-30 15:27:40.086 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config>
2025-01-30 15:27:40.086 DEBUG (MainThread) [homeassistant.loader] Component diagnostics import took 0.000 seconds (loaded_executor=False)
2025-01-30 15:27:40.087 INFO (MainThread) [homeassistant.setup] Setting up diagnostics
2025-01-30 15:27:40.088 INFO (MainThread) [homeassistant.setup] Setup of domain diagnostics took 0.00 seconds
2025-01-30 15:27:40.089 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=diagnostics>
2025-01-30 15:27:40.089 DEBUG (MainThread) [homeassistant.loader] Component file_upload import took 0.000 seconds (loaded_executor=False)
2025-01-30 15:27:40.089 INFO (MainThread) [homeassistant.setup] Setting up file_upload
2025-01-30 15:27:40.089 INFO (MainThread) [homeassistant.setup] Setup of domain file_upload took 0.00 seconds
2025-01-30 15:27:40.090 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=file_upload>
2025-01-30 15:27:40.090 DEBUG (MainThread) [homeassistant.loader] Component image_upload import took 0.000 seconds (loaded_executor=False)
2025-01-30 15:27:40.090 INFO (MainThread) [homeassistant.setup] Setting up image_upload
2025-01-30 15:27:40.090 DEBUG (MainThread) [homeassistant.helpers.storage] image: Cache hit data
2025-01-30 15:27:40.092 DEBUG (MainThread) [homeassistant.loader] Component repairs import took 0.000 seconds (loaded_executor=False)
2025-01-30 15:27:40.092 INFO (MainThread) [homeassistant.setup] Setting up repairs
2025-01-30 15:27:40.093 INFO (MainThread) [homeassistant.setup] Setup of domain repairs took 0.00 seconds
2025-01-30 15:27:40.093 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=repairs>
2025-01-30 15:27:40.094 DEBUG (MainThread) [homeassistant.loader] Component websocket_api import took 0.000 seconds (loaded_executor=False)
2025-01-30 15:27:40.094 INFO (MainThread) [homeassistant.setup] Setting up websocket_api
2025-01-30 15:27:40.094 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.00 seconds
2025-01-30 15:27:40.094 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=websocket_api>
2025-01-30 15:27:40.094 DEBUG (MainThread) [homeassistant.loader] Component api import took 0.000 seconds (loaded_executor=False)
2025-01-30 15:27:40.095 INFO (MainThread) [homeassistant.setup] Setting up api
2025-01-30 15:27:40.099 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.00 seconds
And here is the last 100 lines. There is a couple of Life360 errors, but mostly “Debug” lines.
2025-01-30 22:25:14.823 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=button.screek_office_closet_esp_reboot, old_state=<state button.screek_office_closet_esp_reboot=unknown; device_class=restart, icon=mdi:power-cycle, friendly_name=Office Closet ESP Reboot @ 2025-01-30T15:27:52.908008-05:00>, new_state=<state button.screek_office_closet_esp_reboot=unavailable; device_class=restart, icon=mdi:power-cycle, friendly_name=Office Closet ESP Reboot @ 2025-01-30T22:25:14.823024-05:00>>
2025-01-30 22:25:14.823 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=binary_sensor.screek_office_closet_pir_sensor, old_state=<state binary_sensor.screek_office_closet_pir_sensor=off; device_class=motion, friendly_name=Office Closet PIR Sensor @ 2025-01-30T15:27:53.305020-05:00>, new_state=<state binary_sensor.screek_office_closet_pir_sensor=unavailable; device_class=motion, friendly_name=Office Closet PIR Sensor @ 2025-01-30T22:25:14.823189-05:00>>
2025-01-30 22:25:14.823 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.screek_office_closet_esp_cpu_speed, old_state=<state sensor.screek_office_closet_esp_cpu_speed=80; unit_of_measurement=Mhz, friendly_name=Office Closet ESP CPU Speed @ 2025-01-30T15:27:53.305197-05:00>, new_state=<state sensor.screek_office_closet_esp_cpu_speed=unavailable; unit_of_measurement=Mhz, friendly_name=Office Closet ESP CPU Speed @ 2025-01-30T22:25:14.823386-05:00>>
2025-01-30 22:25:14.823 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.screek_office_closet_esp_free_memory, old_state=<state sensor.screek_office_closet_esp_free_memory=182.0; state_class=measurement, unit_of_measurement=kB, icon=mdi:memory, friendly_name=Office Closet ESP Free Memory @ 2025-01-30T22:25:10.222318-05:00>, new_state=<state sensor.screek_office_closet_esp_free_memory=unavailable; state_class=measurement, unit_of_measurement=kB, icon=mdi:memory, friendly_name=Office Closet ESP Free Memory @ 2025-01-30T22:25:14.823576-05:00>>
2025-01-30 22:25:14.823 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.screek_office_closet_esp_temperature, old_state=<state sensor.screek_office_closet_esp_temperature=111.2; unit_of_measurement=°F, device_class=temperature, friendly_name=Office Closet ESP Temperature @ 2025-01-30T22:25:10.221853-05:00>, new_state=<state sensor.screek_office_closet_esp_temperature=unavailable; unit_of_measurement=°F, device_class=temperature, friendly_name=Office Closet ESP Temperature @ 2025-01-30T22:25:14.823801-05:00>>
2025-01-30 22:25:14.824 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.screek_office_closet_rssi, old_state=<state sensor.screek_office_closet_rssi=-73; state_class=measurement, unit_of_measurement=dBm, device_class=signal_strength, friendly_name=Office Closet RSSI @ 2025-01-30T22:24:40.723401-05:00>, new_state=<state sensor.screek_office_closet_rssi=unavailable; state_class=measurement, unit_of_measurement=dBm, device_class=signal_strength, friendly_name=Office Closet RSSI @ 2025-01-30T22:25:14.823988-05:00>>
2025-01-30 22:25:14.824 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.screek_office_closet_screek_version, old_state=<state sensor.screek_office_closet_screek_version=V230813_1; icon=mdi:information-outline, friendly_name=Office Closet SCREEK Version @ 2025-01-30T15:27:54.257363-05:00>, new_state=<state sensor.screek_office_closet_screek_version=unavailable; icon=mdi:information-outline, friendly_name=Office Closet SCREEK Version @ 2025-01-30T22:25:14.824170-05:00>>
2025-01-30 22:25:14.824 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.screek_office_closet_sn, old_state=<state sensor.screek_office_closet_sn=spir1-832768; friendly_name=Office Closet SN @ 2025-01-30T15:27:54.257039-05:00>, new_state=<state sensor.screek_office_closet_sn=unavailable; friendly_name=Office Closet SN @ 2025-01-30T22:25:14.824348-05:00>>
2025-01-30 22:25:14.824 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=binary_sensor.screek_office_closet_online, old_state=<state binary_sensor.screek_office_closet_online=on; device_class=connectivity, friendly_name=Office Closet Online @ 2025-01-30T15:27:53.304818-05:00>, new_state=<state binary_sensor.screek_office_closet_online=off; device_class=connectivity, friendly_name=Office Closet Online @ 2025-01-30T22:25:14.824513-05:00>>
2025-01-30 22:25:14.824 DEBUG (MainThread) [homeassistant.helpers.ratelimit] Reached rate limit of 1 for Template<template=({{ states.sensor | rejectattr('state', 'eq', 'unavailable') | list | count }}) renders=49828> and deferred action until 1738293915.806352
2025-01-30 22:25:14.825 DEBUG (MainThread) [homeassistant.helpers.event] Template group [TrackTemplate(template=Template<template=({{ states.sensor | rejectattr('state', 'eq', 'unavailable') | list | count }}) renders=49828>, variables={'this': <template TemplateStateFromEntityId(sensor.sensor_count)>}, rate_limit=None)] listens for {'all': False, 'entities': set(), 'domains': set(), 'time': False}, re-render blocked by super template: False
2025-01-30 22:25:14.827 DEBUG (MainThread) [zeroconf] IPv6 scope_id 0 associated to the receiving interface
2025-01-30 22:25:14.827 DEBUG (MainThread) [zeroconf] Received from '::ffff:192.168.1.57':5353 [socket 22 (('::', 5353, 0, 0))]: <DNSIncoming:{id=0, flags=33792, truncated=False, n_q=0, n_ans=5, n_auth=0, n_add=0, questions=[], answers=[record[ptr,in,_home-assistant._tcp.local.]=0.0/0,Home._home-assistant._tcp.local., record[srv,in-unique,Home._home-assistant._tcp.local.]=0.0/0,eaf3ee7dd71f4716921932cc8df40d03.local.:8123, record[txt,in-unique,Home._home-assistant._tcp.local.]=0.0/0,b'\x12locati'..., record[quada,in-unique,eaf3ee7dd71f4716921932cc8df40d03.local.]=0.0/0,fe80::12af:3d0e:38ec:8d7a, record[a,in-unique,eaf3ee7dd71f4716921932cc8df40d03.local.]=0.0/0,192.168.1.57]}> (443 bytes) as [b'\x00\x00\x84\x00\x00\x00\x00\x05\x00\x00\x00\x00\x0f_home-assistant\x04_tcp\x05local\x00\x00\x0c\x00\x01\x00\x00\x00\x00\x00\x07\x04Home\xc0\x0c\xc02\x00!\x80\x01\x00\x00\x00\x00\x00)\x00\x00\x00\x00\x1f\xbb eaf3ee7dd71f4716921932cc8df40d03\xc0!\xc02\x00\x10\x80\x01\x00\x00\x00\x00\x01\x15\x12location_name=Home%uuid=eaf3ee7dd71f4716921932cc8df40d03\x10version=2025.1.4Gexternal_url=https://bq7qvbiesjp7k6rycizipuachuocoazd.ui.nabu.casa:8123#internal_url=http://home.local:8123Cbase_url=https://bq7qvbiesjp7k6rycizipuachuocoazd.ui.nabu.casa:8123\x1arequires_api_password=True\xc0K\x00\x1c\x80\x01\x00\x00\x00\x00\x00\x10\xfe\x80\x00\x00\x00\x00\x00\x00\x12\xaf=\x0e8\xec\x8dz\xc0K\x00\x01\x80\x01\x00\x00\x00\x00\x00\x04\xc0\xa8\x019']
2025-01-30 22:25:14.827 DEBUG (MainThread) [homeassistant.helpers.event] Template update {{ states.binary_sensor | rejectattr('state', 'eq', 'unavailable') | list | count }} triggered by event: <Event state_changed[L]: entity_id=binary_sensor.guestbedroomlight_switch, old_state=<state binary_sensor.guestbedroomlight_switch=off; friendly_name=GuestBedroomLight_switch @ 2025-01-30T15:27:52.704001-05:00>, new_state=<state binary_sensor.guestbedroomlight_switch=unavailable; friendly_name=GuestBedroomLight_switch @ 2025-01-30T22:25:13.657275-05:00>>
2025-01-30 22:25:14.828 DEBUG (MainThread) [homeassistant.helpers.event] Template group [TrackTemplate(template=Template<template=({{ states.binary_sensor | rejectattr('state', 'eq', 'unavailable') | list | count }}) renders=6198>, variables={'this': <template TemplateStateFromEntityId(sensor.binary_sensor_count)>}, rate_limit=None)] listens for {'all': False, 'entities': set(), 'domains': {'binary_sensor'}, 'time': False}, re-render blocked by super template: False
2025-01-30 22:25:14.829 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.binary_sensor_count, old_state=<state sensor.binary_sensor_count=155; friendly_name=Number of Binary Sensors @ 2025-01-30T22:25:13.248207-05:00>, new_state=<state sensor.binary_sensor_count=113; friendly_name=Number of Binary Sensors @ 2025-01-30T22:25:14.829161-05:00>>
2025-01-30 22:25:14.829 DEBUG (MainThread) [homeassistant.components.automation.set_esp_time] Automation trigger 'None' triggered by time pattern
2025-01-30 22:25:14.830 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event automation_triggered[L]: name=set esp time, entity_id=automation.set_esp_time, source=time pattern>
2025-01-30 22:25:14.830 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=automation.set_esp_time, old_state=<state automation.set_esp_time=on; id=1710108871141, last_triggered=2025-01-30T22:25:13.447316-05:00, mode=single, current=0, friendly_name=set esp time @ 2025-01-30T15:27:54.461102-05:00>, new_state=<state automation.set_esp_time=on; id=1710108871141, last_triggered=2025-01-30T22:25:14.830215-05:00, mode=single, current=1, friendly_name=set esp time @ 2025-01-30T15:27:54.461102-05:00>>
2025-01-30 22:25:14.830 INFO (MainThread) [homeassistant.components.automation.set_esp_time] set esp time: Running automation actions
2025-01-30 22:25:14.830 INFO (MainThread) [homeassistant.components.automation.set_esp_time] set esp time: Executing step call service
2025-01-30 22:25:14.831 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: domain=input_datetime, service=set_datetime, service_data=entity_id=input_datetime.esp_time, time=22:25:14>
2025-01-30 22:25:14.831 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=input_datetime.esp_time, old_state=<state input_datetime.esp_time=22:25:13; has_date=False, has_time=True, editable=True, hour=22, minute=25, second=13, timestamp=80713, friendly_name=esp_time @ 2025-01-30T22:25:13.447982-05:00>, new_state=<state input_datetime.esp_time=22:25:14; has_date=False, has_time=True, editable=True, hour=22, minute=25, second=14, timestamp=80714, friendly_name=esp_time @ 2025-01-30T22:25:14.831338-05:00>>
2025-01-30 22:25:14.831 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=automation.set_esp_time, old_state=<state automation.set_esp_time=on; id=1710108871141, last_triggered=2025-01-30T22:25:14.830215-05:00, mode=single, current=1, friendly_name=set esp time @ 2025-01-30T15:27:54.461102-05:00>, new_state=<state automation.set_esp_time=on; id=1710108871141, last_triggered=2025-01-30T22:25:14.830215-05:00, mode=single, current=0, friendly_name=set esp time @ 2025-01-30T15:27:54.461102-05:00>>
2025-01-30 22:25:14.832 DEBUG (MainThread) [homeassistant.helpers.event] Template update {{ states.automation | rejectattr('state', 'eq', 'unavailable') | list | count }} triggered by event: <Event state_changed[L]: entity_id=automation.sprinkler_moisture_log, old_state=<state automation.sprinkler_moisture_log=on; id=1718595700935, last_triggered=2025-01-30T22:25:13.485709-05:00, mode=single, current=0, friendly_name=Sprinkler Moisture log @ 2025-01-30T15:27:54.466094-05:00>, new_state=<state automation.sprinkler_moisture_log=on; id=1718595700935, last_triggered=2025-01-30T22:25:13.752319-05:00, mode=single, current=1, friendly_name=Sprinkler Moisture log @ 2025-01-30T15:27:54.466094-05:00>>
2025-01-30 22:25:14.834 DEBUG (MainThread) [homeassistant.helpers.event] Template group [TrackTemplate(template=Template<template=({{ states.automation | rejectattr('state', 'eq', 'unavailable') | list | count }}) renders=49840>, variables={'this': <template TemplateStateFromEntityId(sensor.automation_count)>}, rate_limit=None)] listens for {'all': False, 'entities': set(), 'domains': {'automation'}, 'time': False}, re-render blocked by super template: False
2025-01-30 22:25:14.834 DEBUG (MainThread) [kasa.iot.iotdevice] Adding query for <Module Emeter (emeter) for 192.168.1.21>: {'emeter': {'get_realtime': {}, 'get_daystat': {'year': 2025, 'month': 1}, 'get_monthstat': {'year': 2025}}}
2025-01-30 22:25:14.834 DEBUG (MainThread) [kasa.iot.iotdevice] Adding query for <Module Schedule (schedule) for 192.168.1.21>: {'schedule': {'get_rules': {}, 'get_next_action': {}}}
2025-01-30 22:25:14.834 DEBUG (MainThread) [kasa.iot.iotdevice] Adding query for <Module Usage (schedule) for 192.168.1.21>: {'schedule': {'get_realtime': {}, 'get_daystat': {'year': 2025, 'month': 1}, 'get_monthstat': {'year': 2025}}}
2025-01-30 22:25:14.834 DEBUG (MainThread) [kasa.iot.iotdevice] Adding query for <Module Antitheft (anti_theft) for 192.168.1.21>: {'anti_theft': {'get_rules': {}, 'get_next_action': {}}}
2025-01-30 22:25:14.834 DEBUG (MainThread) [kasa.iot.iotdevice] Adding query for <Module Time (time) for 192.168.1.21>: {'time': {'get_time': {}, 'get_timezone': {}}}
2025-01-30 22:25:14.834 DEBUG (MainThread) [kasa.iot.iotdevice] Adding query for <Module Cloud (cnCloud) for 192.168.1.21>: {'cnCloud': {'get_info': {}}}
2025-01-30 22:25:14.834 DEBUG (MainThread) [kasa.iot.iotdevice] Adding query for <Module Led (system) for 192.168.1.21>: {}
2025-01-30 22:25:14.834 DEBUG (MainThread) [kasa.protocols.iotprotocol] 192.168.1.21 >> {"system":{"get_sysinfo":{}},"emeter":{"get_realtime":{},"get_daystat":{"year":2025,"month":1},"get_monthstat":{"year":2025}},"schedule":{"get_rules":{},"get_next_action":{},"get_realtime":{},"get_daystat":{"year":2025,"month":1},"get_monthstat":{"year":2025}},"anti_theft":{"get_rules":{},"get_next_action":{}},"time":{"get_time":{},"get_timezone":{}},"cnCloud":{"get_info":{}}}
2025-01-30 22:25:14.834 DEBUG (MainThread) [kasa.transports.xortransport] Device 192.168.1.21 sending query {"system":{"get_sysinfo":{}},"emeter":{"get_realtime":{},"get_daystat":{"year":2025,"month":1},"get_monthstat":{"year":2025}},"schedule":{"get_rules":{},"get_next_action":{},"get_realtime":{},"get_daystat":{"year":2025,"month":1},"get_monthstat":{"year":2025}},"anti_theft":{"get_rules":{},"get_next_action":{}},"time":{"get_time":{},"get_timezone":{}},"cnCloud":{"get_info":{}}}
2025-01-30 22:25:14.835 DEBUG (MainThread) [homeassistant.helpers.event] Template update {{ states.switch | rejectattr('state', 'eq', 'unavailable') | list | count }} triggered by event: <Event state_changed[L]: entity_id=switch.utilityroom_light_3, old_state=<state switch.utilityroom_light_3=off; friendly_name=utilityroom-light @ 2025-01-30T17:28:23.418369-05:00>, new_state=<state switch.utilityroom_light_3=unavailable; friendly_name=utilityroom-light @ 2025-01-30T22:25:13.659248-05:00>>
2025-01-30 22:25:14.836 DEBUG (MainThread) [homeassistant.helpers.event] Template group [TrackTemplate(template=Template<template=({{ states.switch | rejectattr('state', 'eq', 'unavailable') | list | count }}) renders=2168>, variables={'this': <template TemplateStateFromEntityId(sensor.switches_count)>}, rate_limit=None)] listens for {'all': False, 'entities': set(), 'domains': {'switch'}, 'time': False}, re-render blocked by super template: False
2025-01-30 22:25:14.836 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.switches_count, old_state=<state sensor.switches_count=132; friendly_name=Number of Switches @ 2025-01-30T22:25:13.738704-05:00>, new_state=<state sensor.switches_count=94; friendly_name=Number of Switches @ 2025-01-30T22:25:14.836766-05:00>>
2025-01-30 22:25:14.837 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=automation.sprinkler_moisture_log, old_state=<state automation.sprinkler_moisture_log=on; id=1718595700935, last_triggered=2025-01-30T22:25:13.752319-05:00, mode=single, current=1, friendly_name=Sprinkler Moisture log @ 2025-01-30T15:27:54.466094-05:00>, new_state=<state automation.sprinkler_moisture_log=on; id=1718595700935, last_triggered=2025-01-30T22:25:13.752319-05:00, mode=single, current=0, friendly_name=Sprinkler Moisture log @ 2025-01-30T15:27:54.466094-05:00>>
2025-01-30 22:25:14.838 DEBUG (MainThread) [homeassistant.helpers.ratelimit] Reached rate limit of 1 for Template<template=({{ states.binary_sensor | rejectattr('state', 'eq', 'unavailable') | list | count }}) renders=6198> and deferred action until 1738293915.8273036
2025-01-30 22:25:14.838 DEBUG (MainThread) [homeassistant.helpers.event] Template group [TrackTemplate(template=Template<template=({{ states.binary_sensor | rejectattr('state', 'eq', 'unavailable') | list | count }}) renders=6198>, variables={'this': <template TemplateStateFromEntityId(sensor.binary_sensor_count)>}, rate_limit=None)] listens for {'all': False, 'entities': set(), 'domains': set(), 'time': False}, re-render blocked by super template: False
2025-01-30 22:25:14.838 DEBUG (MainThread) [zeroconf] Ignoring duplicate message with no unicast questions received from ('fe80::12af:3d0e:38ec:8d7a', 5353, 0, 2) [socket 22 (('::', 5353, 0, 0))] (443 bytes) as [b'\x00\x00\x84\x00\x00\x00\x00\x05\x00\x00\x00\x00\x0f_home-assistant\x04_tcp\x05local\x00\x00\x0c\x00\x01\x00\x00\x00\x00\x00\x07\x04Home\xc0\x0c\xc02\x00!\x80\x01\x00\x00\x00\x00\x00)\x00\x00\x00\x00\x1f\xbb eaf3ee7dd71f4716921932cc8df40d03\xc0!\xc02\x00\x10\x80\x01\x00\x00\x00\x00\x01\x15\x12location_name=Home%uuid=eaf3ee7dd71f4716921932cc8df40d03\x10version=2025.1.4Gexternal_url=https://bq7qvbiesjp7k6rycizipuachuocoazd.ui.nabu.casa:8123#internal_url=http://home.local:8123Cbase_url=https://bq7qvbiesjp7k6rycizipuachuocoazd.ui.nabu.casa:8123\x1arequires_api_password=True\xc0K\x00\x1c\x80\x01\x00\x00\x00\x00\x00\x10\xfe\x80\x00\x00\x00\x00\x00\x00\x12\xaf=\x0e8\xec\x8dz\xc0K\x00\x01\x80\x01\x00\x00\x00\x00\x00\x04\xc0\xa8\x019']
2025-01-30 22:25:14.838 DEBUG (MainThread) [homeassistant.helpers.ratelimit] Reached rate limit of 1 for Template<template=({{ states.automation | rejectattr('state', 'eq', 'unavailable') | list | count }}) renders=49840> and deferred action until 1738293915.8320293
2025-01-30 22:25:14.838 DEBUG (MainThread) [homeassistant.helpers.event] Template group [TrackTemplate(template=Template<template=({{ states.automation | rejectattr('state', 'eq', 'unavailable') | list | count }}) renders=49840>, variables={'this': <template TemplateStateFromEntityId(sensor.automation_count)>}, rate_limit=None)] listens for {'all': False, 'entities': set(), 'domains': set(), 'time': False}, re-render blocked by super template: False
2025-01-30 22:25:14.839 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=automation.familyroom_hasp_porch_light_p2_b4, old_state=<state automation.familyroom_hasp_porch_light_p2_b4=on; id=1674252783092, last_triggered=2025-01-30T22:25:13.822775-05:00, mode=parallel, current=1, max=10, friendly_name=familyroom - HASP, Porch Light (p2 b4) @ 2025-01-30T15:27:54.444449-05:00>, new_state=<state automation.familyroom_hasp_porch_light_p2_b4=on; id=1674252783092, last_triggered=2025-01-30T22:25:13.822775-05:00, mode=parallel, current=0, max=10, friendly_name=familyroom - HASP, Porch Light (p2 b4) @ 2025-01-30T15:27:54.444449-05:00>>
2025-01-30 22:25:14.839 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=automation.mbr_hasp_toggle_button_lamps_2, old_state=<state automation.mbr_hasp_toggle_button_lamps_2=on; id=1658596132273, last_triggered=2025-01-30T22:25:13.827441-05:00, mode=parallel, current=1, max=10, friendly_name=mbr HASP- toggle LR Lamps (1,4) @ 2025-01-30T15:27:54.435611-05:00>, new_state=<state automation.mbr_hasp_toggle_button_lamps_2=on; id=1658596132273, last_triggered=2025-01-30T22:25:13.827441-05:00, mode=parallel, current=0, max=10, friendly_name=mbr HASP- toggle LR Lamps (1,4) @ 2025-01-30T15:27:54.435611-05:00>>
2025-01-30 22:25:14.839 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=automation.haspone_toggle_button_steve_desklight_office, old_state=<state automation.haspone_toggle_button_steve_desklight_office=on; id=1642044381225, last_triggered=2025-01-30T22:25:14.282919-05:00, mode=parallel, current=1, max=10, friendly_name=desktop HASP- toggle button- Steve Desklight (1,5) @ 2025-01-30T15:27:54.426861-05:00>, new_state=<state automation.haspone_toggle_button_steve_desklight_office=on; id=1642044381225, last_triggered=2025-01-30T22:25:14.282919-05:00, mode=parallel, current=0, max=10, friendly_name=desktop HASP- toggle button- Steve Desklight (1,5) @ 2025-01-30T15:27:54.426861-05:00>>
2025-01-30 22:25:14.839 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=automation.desktop_hasp_displays_a_toggle_button_steve_desklight, old_state=<state automation.desktop_hasp_displays_a_toggle_button_steve_desklight=on; id=1658531951924, last_triggered=2025-01-30T22:25:14.289266-05:00, mode=parallel, current=1, max=10, friendly_name=desktop HASP- toggle Steve Desklight (2,7) @ 2025-01-30T15:27:54.433259-05:00>, new_state=<state automation.desktop_hasp_displays_a_toggle_button_steve_desklight=on; id=1658531951924, last_triggered=2025-01-30T22:25:14.289266-05:00, mode=parallel, current=0, max=10, friendly_name=desktop HASP- toggle Steve Desklight (2,7) @ 2025-01-30T15:27:54.433259-05:00>>
2025-01-30 22:25:14.840 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=automation.mbr_hasp_toggle_button_fan, old_state=<state automation.mbr_hasp_toggle_button_fan=on; id=1658603999256, last_triggered=2025-01-30T22:25:14.294487-05:00, mode=parallel, current=1, max=10, friendly_name=mbr HASP- toggle bedroom fan (2,4) @ 2025-01-30T15:27:54.435815-05:00>, new_state=<state automation.mbr_hasp_toggle_button_fan=on; id=1658603999256, last_triggered=2025-01-30T22:25:14.294487-05:00, mode=parallel, current=0, max=10, friendly_name=mbr HASP- toggle bedroom fan (2,4) @ 2025-01-30T15:27:54.435815-05:00>>
2025-01-30 22:25:14.844 ERROR (MainThread) [custom_components.life360.coordinator] Unexpected error fetching Steve Mann data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 379, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/life360/coordinator.py", line 716, in _async_update_data
raw_member_data = await self._coordinator.get_raw_member_data(self._mid)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/life360/coordinator.py", line 171, in get_raw_member_data
raw_member_list = await asyncio.gather(
^^^^^^^^^^^^^^^^^^^^^
*(self._get_raw_member(mid, cid) for cid in cids)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/config/custom_components/life360/coordinator.py", line 370, in _get_raw_member
raw_member = await self._client_request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<8 lines>...
)
^
File "/config/custom_components/life360/coordinator.py", line 404, in _client_request
return await task
^^^^^^^^^^
File "/config/custom_components/life360/coordinator.py", line 466, in _request
await rt
File "/usr/local/lib/python3.13/site-packages/life360/api.py", line 225, in get_circle_member
await self._request(
^^^^^^^^^^^^^^^^^^^^
_MEMBER_URL_FMT.format(cid=cid, mid=mid), raise_not_modified
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
),
^
File "/usr/local/lib/python3.13/site-packages/life360/api.py", line 282, in _request
await getattr(self._session, method)(url, **kwargs),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 512, in _request
raise RuntimeError("Session is closed")
RuntimeError: Session is closed
2025-01-30 22:25:14.880 DEBUG (MainThread) [custom_components.life360.coordinator] Finished fetching Steve Mann data in 0.036 seconds (success: False)
2025-01-30 22:25:14.880 DEBUG (MainThread) [zeroconf] Ignoring duplicate message with no unicast questions received from ('fe80::12af:3d0e:38ec:8d7a', 5353, 0, 3) [socket 22 (('::', 5353, 0, 0))] (443 bytes) as [b'\x00\x00\x84\x00\x00\x00\x00\x05\x00\x00\x00\x00\x0f_home-assistant\x04_tcp\x05local\x00\x00\x0c\x00\x01\x00\x00\x00\x00\x00\x07\x04Home\xc0\x0c\xc02\x00!\x80\x01\x00\x00\x00\x00\x00)\x00\x00\x00\x00\x1f\xbb eaf3ee7dd71f4716921932cc8df40d03\xc0!\xc02\x00\x10\x80\x01\x00\x00\x00\x00\x01\x15\x12location_name=Home%uuid=eaf3ee7dd71f4716921932cc8df40d03\x10version=2025.1.4Gexternal_url=https://bq7qvbiesjp7k6rycizipuachuocoazd.ui.nabu.casa:8123#internal_url=http://home.local:8123Cbase_url=https://bq7qvbiesjp7k6rycizipuachuocoazd.ui.nabu.casa:8123\x1arequires_api_password=True\xc0K\x00\x1c\x80\x01\x00\x00\x00\x00\x00\x10\xfe\x80\x00\x00\x00\x00\x00\x00\x12\xaf=\x0e8\xec\x8dz\xc0K\x00\x01\x80\x01\x00\x00\x00\x00\x00\x04\xc0\xa8\x019']
2025-01-30 22:25:14.932 DEBUG (MainThread) [zeroconf] Sending to (224.0.0.251, 5353) via [socket 31 (('192.168.1.57', 5353))] (443 bytes #1) <DNSOutgoing:{multicast=True, flags=33792, questions=[], answers=[(record[ptr,in,_home-assistant._tcp.local.]=0.0/0,Home._home-assistant._tcp.local., 0.0), (record[srv,in-unique,Home._home-assistant._tcp.local.]=0.0/0,eaf3ee7dd71f4716921932cc8df40d03.local.:8123, 0.0), (record[txt,in-unique,Home._home-assistant._tcp.local.]=0.0/0,b'\x12locati'..., 0.0), (record[quada,in-unique,eaf3ee7dd71f4716921932cc8df40d03.local.]=0.0/0,fe80::12af:3d0e:38ec:8d7a, 0.0), (record[a,in-unique,eaf3ee7dd71f4716921932cc8df40d03.local.]=0.0/0,192.168.1.57, 0.0)], authorities=[], additionals=[]}> as b'\x00\x00\x84\x00\x00\x00\x00\x05\x00\x00\x00\x00\x0f_home-assistant\x04_tcp\x05local\x00\x00\x0c\x00\x01\x00\x00\x00\x00\x00\x07\x04Home\xc0\x0c\xc02\x00!\x80\x01\x00\x00\x00\x00\x00)\x00\x00\x00\x00\x1f\xbb eaf3ee7dd71f4716921932cc8df40d03\xc0!\xc02\x00\x10\x80\x01\x00\x00\x00\x00\x01\x15\x12location_name=Home%uuid=eaf3ee7dd71f4716921932cc8df40d03\x10version=2025.1.4Gexternal_url=https://bq7qvbiesjp7k6rycizipuachuocoazd.ui.nabu.casa:8123#internal_url=http://home.local:8123Cbase_url=https://bq7qvbiesjp7k6rycizipuachuocoazd.ui.nabu.casa:8123\x1arequires_api_password=True\xc0K\x00\x1c\x80\x01\x00\x00\x00\x00\x00\x10\xfe\x80\x00\x00\x00\x00\x00\x00\x12\xaf=\x0e8\xec\x8dz\xc0K\x00\x01\x80\x01\x00\x00\x00\x00\x00\x04\xc0\xa8\x019'...
2025-01-30 22:25:14.938 DEBUG (MainThread) [zeroconf] Sending to (ff02::fb, 5353) via [socket 32 (('fe80::12af:3d0e:38ec:8d7a', 5353, 0, 2))] (443 bytes #1) <DNSOutgoing:{multicast=True, flags=33792, questions=[], answers=[(record[ptr,in,_home-assistant._tcp.local.]=0.0/0,Home._home-assistant._tcp.local., 0.0), (record[srv,in-unique,Home._home-assistant._tcp.local.]=0.0/0,eaf3ee7dd71f4716921932cc8df40d03.local.:8123, 0.0), (record[txt,in-unique,Home._home-assistant._tcp.local.]=0.0/0,b'\x12locati'..., 0.0), (record[quada,in-unique,eaf3ee7dd71f4716921932cc8df40d03.local.]=0.0/0,fe80::12af:3d0e:38ec:8d7a, 0.0), (record[a,in-unique,eaf3ee7dd71f4716921932cc8df40d03.local.]=0.0/0,192.168.1.57, 0.0)], authorities=[], additionals=[]}> as b'\x00\x00\x84\x00\x00\x00\x00\x05\x00\x00\x00\x00\x0f_home-assistant\x04_tcp\x05local\x00\x00\x0c\x00\x01\x00\x00\x00\x00\x00\x07\x04Home\xc0\x0c\xc02\x00!\x80\x01\x00\x00\x00\x00\x00)\x00\x00\x00\x00\x1f\xbb eaf3ee7dd71f4716921932cc8df40d03\xc0!\xc02\x00\x10\x80\x01\x00\x00\x00\x00\x01\x15\x12location_name=Home%uuid=eaf3ee7dd71f4716921932cc8df40d03\x10version=2025.1.4Gexternal_url=https://bq7qvbiesjp7k6rycizipuachuocoazd.ui.nabu.casa:8123#internal_url=http://home.local:8123Cbase_url=https://bq7qvbiesjp7k6rycizipuachuocoazd.ui.nabu.casa:8123\x1arequires_api_password=True\xc0K\x00\x1c\x80\x01\x00\x00\x00\x00\x00\x10\xfe\x80\x00\x00\x00\x00\x00\x00\x12\xaf=\x0e8\xec\x8dz\xc0K\x00\x01\x80\x01\x00\x00\x00\x00\x00\x04\xc0\xa8\x019'...
2025-01-30 22:25:14.956 DEBUG (MainThread) [homeassistant.components.tplink.coordinator] Finished fetching 192.168.1.21 data in 0.122 seconds (success: True)
2025-01-30 22:25:14.989 WARNING (Thread-1942 (_do_shutdown)) [homeassistant.util.executor] Thread[SyncWorker_2] is still running at shutdown: File "/usr/local/lib/python3.13/threading.py", line 1012, in _bootstrap
self._bootstrap_inner()
File "/usr/local/lib/python3.13/threading.py", line 1041, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.13/threading.py", line 992, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 90, in _worker
work_item = work_queue.get(block=True)
turn it off then.
Well that is completely different from your previous statement.
Turn debug logging off.
This is in my configuration.yaml:
logger:
default: warning
Now it’s a reasonable 129kb…
Oops, I had set it to DEBUG months ago to look for another problem, and didn’t realize the ramifications of seeing everything.
Remember you can enable on a per integration basis, in case you’re debugging a specific integration next time. Some examples:
logger:
default: warning
logs:
# why the ping sensor needs to error on timeout, beats me.
# to be off, it _needs_ to timeout, so why raise an error?
homeassistant.components.ping.binary_sensor: fatal
# for debugging
# homeassistant.components.recorder.migration: debug
# homeassistant.components.shelly: debug
# homeassistant.components.script: debug
# homeassistant.components.openuv: debug
# homeassistant.components.shell_command: debug
# homeassistant.components.linux_battery: debug
# homeassistant.components.python_script: debug
# custom_components.shairport_sync: debug
# custom_components.multiscrape: debug
I always wondered what this option does. Good to know. What debug level does this enable for the integration?