Cześć,
Mam problem z uruchomieniem HA Lovelance. Przestał działać nagle.
System się uruchamia z błędem który zaobserwowałem bezpośrednio po podłączeniu monitora do malinki. (w tytule)
System w jakiś sposób działa bo jestem w stanie podłączyć się do niego po SSH.
Wysyła mi też komunikaty z NodeRed.
Co mógłbym sprawdzić lub zrobić, aby ruszyć interfejsy graficzne do HA?
Dzięki za pomoc.
Obstawiam brak połączenia z internetem.
Polecania HA wpisywane w konsoli SSH wymagane sudo
HA
ha core check
ha core info
ha core logs
ha core options
ha core rebuild
ha core restart
ha core start
ha core stats
ha core stop
ha core update
SUPERVISOR
ha supervisor info
ha supervisor logs
ha supervisor reload
ha supervisor update
HOST
ha host reboot
ha host shutdown
ha host update
HARDWARE
ha hardware info
ha hardware audio
- ha core restart
- ha core rebuild
Pingi przechodzą do serwerów z poza mojej sieci.
Sam core restart i core rebuild nie daje efektu. W logach natomiast mam masę błędów. Nie wiem na ile one są istotne ale część ma zwyczajny timeout. Jakieś dalsze kroki?
ValueError: Template error: int got invalid input 'None' when rendering template '{{ (value | int /1000) | round(1) }}' but no default was specified
2023-06-03 11:05:00.050 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.cpu_temperature is taking over 10 seconds
2023-06-03 11:05:02.650 WARNING (MainThread) [homeassistant.components.media_player] Updating vlc_telnet media_player took longer than the scheduled update interval 0:00:10
2023-06-03 11:05:02.652 WARNING (MainThread) [homeassistant.helpers.entity] Update of media_player.vlc_telnet is taking over 10 seconds
2023-06-03 11:05:13.234 ERROR (SyncWorker_11) [homeassistant.components.command_line.utils] Timeout for command: /bin/cat /sys/class/thermal/thermal_zone0/temp
2023-06-03 11:05:13.530 WARNING (MainThread) [homeassistant.components.media_player] Updating vlc_telnet media_player took longer than the scheduled update interval 0:00:10
2023-06-03 11:05:13.533 ERROR (MainThread) [homeassistant.helpers.entity] Update for sensor.cpu_temperature fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 550, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 763, in async_device_update
await task
File "/usr/src/homeassistant/homeassistant/components/command_line/sensor.py", line 146, in async_update
self._value_template.async_render_with_possible_json_value(
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 711, in async_render_with_possible_json_value
return _render_with_context(self.template, compiled, **variables).strip()
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2130, in _render_with_context
return template.render(**kwargs)
File "/usr/local/lib/python3.10/site-packages/jinja2/environment.py", line 1301, in render
self.environment.handle_exception()
File "/usr/local/lib/python3.10/site-packages/jinja2/environment.py", line 936, in handle_exception
raise rewrite_traceback_stack(source=source)
File "<template>", line 1, in top-level template code
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1907, in forgiving_int_filter
raise_no_default("int", value)
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1589, in raise_no_default
raise ValueError(
ValueError: Template error: int got invalid input 'None' when rendering template '{{ (value | int /1000) | round(1) }}' but no default was specified
2023-06-03 11:07:01.178 WARNING (MainThread) [homeassistant.components.rest.sensor] JSON result was not a dictionary or list with 0th element a dictionary
2023-06-03 11:07:15.507 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /os/info request
2023-06-03 11:07:16.034 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /supervisor/info request
2023-06-03 11:07:16.039 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /store request
2023-06-03 11:07:16.042 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /info request
2023-06-03 11:07:16.045 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /host/info request
2023-06-03 11:07:16.049 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /core/info request
2023-06-03 11:07:16.071 WARNING (MainThread) [homeassistant.components.hassio] Can't read Supervisor data:
2023-06-03 11:07:53.698 WARNING (MainThread) [homeassistant.components.media_player] Updating vlc_telnet media_player took longer than the scheduled update interval 0:00:10
2023-06-03 11:08:29.602 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/core_mosquitto/changelog request
2023-06-03 11:08:29.608 WARNING (MainThread) [homeassistant.components.hassio] Could not fetch changelog for core_mosquitto:
2023-06-03 11:08:29.610 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/core_ssh/changelog request
2023-06-03 11:08:29.612 WARNING (MainThread) [homeassistant.components.hassio] Could not fetch changelog for core_ssh:
2023-06-03 11:08:29.614 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/a0d7b954_sqlite-web/changelog request
2023-06-03 11:08:29.615 WARNING (MainThread) [homeassistant.components.hassio] Could not fetch changelog for a0d7b954_sqlite-web:
2023-06-03 11:08:29.616 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/a0d7b954_motioneye/changelog request
2023-06-03 11:08:29.617 WARNING (MainThread) [homeassistant.components.hassio] Could not fetch changelog for a0d7b954_motioneye:
2023-06-03 11:08:29.618 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/core_vlc/changelog request
2023-06-03 11:08:29.619 WARNING (MainThread) [homeassistant.components.hassio] Could not fetch changelog for core_vlc:
2023-06-03 11:08:29.620 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/core_samba/changelog request
2023-06-03 11:08:29.621 WARNING (MainThread) [homeassistant.components.hassio] Could not fetch changelog for core_samba:
2023-06-03 11:08:29.622 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/core_letsencrypt/changelog request
2023-06-03 11:08:29.623 WARNING (MainThread) [homeassistant.components.hassio] Could not fetch changelog for core_letsencrypt:
2023-06-03 11:08:40.602 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/core_samba/info request
2023-06-03 11:08:40.606 WARNING (MainThread) [homeassistant.components.hassio] Could not fetch info for core_samba:
2023-06-03 11:08:40.610 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/a0d7b954_sqlite-web/info request
2023-06-03 11:08:40.613 WARNING (MainThread) [homeassistant.components.hassio] Could not fetch info for a0d7b954_sqlite-web:
2023-06-03 11:08:40.615 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/a0d7b954_motioneye/info request
2023-06-03 11:08:40.617 WARNING (MainThread) [homeassistant.components.hassio] Could not fetch info for a0d7b954_motioneye:
2023-06-03 11:08:40.620 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/core_ssh/info request
2023-06-03 11:08:40.622 WARNING (MainThread) [homeassistant.components.hassio] Could not fetch info for core_ssh:
2023-06-03 11:08:40.624 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/a0d7b954_nodered/info request
2023-06-03 11:08:40.626 WARNING (MainThread) [homeassistant.components.hassio] Could not fetch info for a0d7b954_nodered:
2023-06-03 11:08:40.628 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/core_letsencrypt/info request
2023-06-03 11:08:40.630 WARNING (MainThread) [homeassistant.components.hassio] Could not fetch info for core_letsencrypt:
2023-06-03 11:08:40.632 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/core_mosquitto/info request
2023-06-03 11:08:40.634 WARNING (MainThread) [homeassistant.components.hassio] Could not fetch info for core_mosquitto:
2023-06-03 11:08:40.637 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /addons/core_vlc/info request
2023-06-03 11:08:40.639 WARNING (MainThread) [homeassistant.components.hassio] Could not fetch info for core_vlc:
2023-06-03 11:09:28.881 ERROR (MainThread) [homeassistant.components.rest.data] Error fetching data: http://ip.jsontest.com failed with [Errno -3] Try again
2023-06-03 11:11:29.486 ERROR (MainThread) [homeassistant.components.rest.data] Error fetching data: http://ip.jsontest.com failed with [Errno -3] Try again
2023-06-03 11:11:53.736 WARNING (MainThread) [homeassistant.components.media_player] Updating vlc_telnet media_player took longer than the scheduled update interval 0:00:10
2023-06-03 11:11:53.740 WARNING (MainThread) [homeassistant.helpers.entity] Update of media_player.vlc_telnet is taking over 10 seconds
2023-06-03 11:12:28.600 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /supervisor/info request
2023-06-03 11:12:28.602 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /store request
2023-06-03 11:12:28.604 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /os/info request
2023-06-03 11:12:28.605 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /host/info request
2023-06-03 11:12:28.606 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /core/info request
2023-06-03 11:12:28.608 WARNING (MainThread) [homeassistant.components.hassio] Can't read Supervisor data:
2023-06-03 11:13:24.713 WARNING (MainThread) [homeassistant.components.media_player] Updating vlc_telnet media_player took longer than the scheduled update interval 0:00:10
2023-06-03 11:13:24.719 WARNING (MainThread) [homeassistant.helpers.entity] Update of media_player.vlc_telnet is taking over 10 seconds
2023-06-03 11:13:29.777 ERROR (MainThread) [homeassistant.components.rest.data] Error fetching data: http://ip.jsontest.com failed with [Errno -3] Try again
2023-06-03 11:13:50.601 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /core/stats request
2023-06-03 11:13:50.605 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /os/info request
2023-06-03 11:13:50.608 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /supervisor/info request
2023-06-03 11:13:50.610 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /supervisor/stats request
2023-06-03 11:13:50.611 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /info request
2023-06-03 11:13:50.612 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /core/info request
2023-06-03 11:13:50.615 ERROR (MainThread) [homeassistant.components.hassio] Error fetching hassio data: Error on Supervisor API:
2023-06-03 11:14:58.710 ERROR (MainThread) [homeassistant.components.rest.data] Error fetching data: http://ip.jsontest.com failed with [Errno -3] Try again
2023-06-03 11:15:12.321 ERROR (MainThread) [homeassistant.components.airly] Error fetching airly data: Cannot connect to host airapi.airly.eu:443 ssl:default [Try again]
2023-06-03 11:15:12.339 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'homeassistant.util.read_only_dict.ReadOnlyDict object' has no attribute 'limit' when rendering '{{states.sensor.nkz_pm2_5.attributes.limit}}'
2023-06-03 11:15:12.677 WARNING (MainThread) [homeassistant.components.sensor] Sensor sensor.nkz_pm2_5_2 has device class None, state class None and unit μg/m3 thus indicating it has a numeric value; however, it has the non-numeric value: (<class 'str'>); Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+template%22
2023-06-03 11:15:13.069 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'homeassistant.util.read_only_dict.ReadOnlyDict object' has no attribute 'percent' when rendering '{{states.sensor.nkz_pm2_5.attributes.percent}}'
2023-06-03 11:15:13.090 WARNING (MainThread) [homeassistant.components.sensor] Sensor sensor.nkz_pm2_5_3 has device class None, state class None and unit % thus indicating it has a numeric value; however, it has the non-numeric value: (<class 'str'>); Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+template%22
2023-06-03 11:15:13.093 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'homeassistant.util.read_only_dict.ReadOnlyDict object' has no attribute 'limit' when rendering '{{states.sensor.nkz_pm10.attributes.limit}}'
2023-06-03 11:15:13.096 WARNING (MainThread) [homeassistant.components.sensor] Sensor sensor.nkz_pm10_2 has device class None, state class None and unit μg/m3 thus indicating it has a numeric value; however, it has the non-numeric value: (<class 'str'>); Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+template%22
2023-06-03 11:15:13.100 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'homeassistant.util.read_only_dict.ReadOnlyDict object' has no attribute 'percent' when rendering '{{states.sensor.nkz_pm10.attributes.percent}}'
2023-06-03 11:15:13.109 WARNING (MainThread) [homeassistant.components.sensor] Sensor sensor.nkz_pm10_3 has device class None, state class None and unit % thus indicating it has a numeric value; however, it has the non-numeric value: (<class 'str'>); Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+template%22
2023-06-03 11:16:59.975 WARNING (MainThread) [homeassistant.components.rest.sensor] JSON result was not a dictionary or list with 0th element a dictionary
2023-06-03 11:17:15.099 WARNING (MainThread) [homeassistant.components.media_player] Updating vlc_telnet media_player took longer than the scheduled update interval 0:00:10
Pingi do domeny czy adresu IP?
Robiłeś jakąś aktualizację ?
Spróbuj przywrócić HA z poprzedniej wersji?
Zobacz polecenie sudo docker logs hassio_supervisor
Pingi do domen przechodzą. WP, ONET bez problemu.
Co do logów supervisor z polecenia ha supervisor logs to jak poniżej:
Logując się na root prze SSH nie mam mozliwości uzycia SUDO stąd nie wiem jak mogę sobie zastosować polecenie na dockera.
A co do przywrócenia poprzedniej wersji, to za chwilę coś tam podziałam w tej kwestii no bo co pozostało.
23-06-03 19:45:50 INFO (MainThread) [supervisor.resolution.check] Starting system checks w ith state CoreState.RUNNING
23-06-03 19:45:50 INFO (MainThread) [supervisor.resolution.checks.base] Run check for Issu eType.SECURITY/ContextType.CORE
23-06-03 19:45:50 INFO (MainThread) [supervisor.resolution.checks.base] Run check for Issu eType.IPV4_CONNECTION_PROBLEM/ContextType.SYSTEM
23-06-03 19:45:50 INFO (MainThread) [supervisor.resolution.checks.base] Run check for Issu eType.TRUST/ContextType.SUPERVISOR
23-06-03 19:45:50 INFO (MainThread) [supervisor.resolution.checks.base] Run check for Issu eType.MULTIPLE_DATA_DISKS/ContextType.SYSTEM
23-06-03 19:45:50 INFO (MainThread) [supervisor.resolution.checks.base] Run check for Issu eType.DNS_SERVER_FAILED/ContextType.DNS_SERVER
23-06-03 19:45:50 INFO (MainThread) [supervisor.resolution.checks.base] Run check for Issu eType.PWNED/ContextType.ADDON
23-06-03 19:45:50 INFO (MainThread) [supervisor.resolution.checks.base] Run check for Issu eType.DNS_SERVER_IPV6_ERROR/ContextType.DNS_SERVER
23-06-03 19:45:50 INFO (MainThread) [supervisor.resolution.checks.base] Run check for Issu eType.FREE_SPACE/ContextType.SYSTEM
23-06-03 19:45:50 INFO (MainThread) [supervisor.resolution.check] System checks complete
23-06-03 19:45:50 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evalu ation with state CoreState.RUNNING
23-06-03 19:45:51 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation com plete
23-06-03 19:45:51 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state CoreState.RUNNING
23-06-03 19:45:51 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
23-06-03 19:50:56 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
23-06-03 20:20:56 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
23-06-03 20:21:25 INFO (MainThread) [supervisor.host.info] Updating local host information
23-06-03 20:21:26 INFO (MainThread) [supervisor.host.services] Updating service informatio n
23-06-03 20:21:26 INFO (MainThread) [supervisor.host.network] Updating local network infor mation
23-06-03 20:21:26 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio informatio n
23-06-03 20:21:27 INFO (MainThread) [supervisor.host.manager] Host information reload comp leted
23-06-03 20:45:51 INFO (MainThread) [supervisor.resolution.check] Starting system checks w ith state CoreState.RUNNING
23-06-03 20:45:51 INFO (MainThread) [supervisor.resolution.checks.base] Run check for Issu eType.SECURITY/ContextType.CORE
23-06-03 20:45:51 INFO (MainThread) [supervisor.resolution.checks.base] Run check for Issu eType.IPV4_CONNECTION_PROBLEM/ContextType.SYSTEM
23-06-03 20:45:51 INFO (MainThread) [supervisor.resolution.checks.base] Run check for Issu eType.TRUST/ContextType.SUPERVISOR
23-06-03 20:45:51 INFO (MainThread) [supervisor.resolution.checks.base] Run check for Issu eType.MULTIPLE_DATA_DISKS/ContextType.SYSTEM
23-06-03 20:45:51 INFO (MainThread) [supervisor.resolution.checks.base] Run check for Issu eType.DNS_SERVER_FAILED/ContextType.DNS_SERVER
23-06-03 20:45:51 INFO (MainThread) [supervisor.resolution.checks.base] Run check for Issu eType.PWNED/ContextType.ADDON
23-06-03 20:45:51 INFO (MainThread) [supervisor.resolution.checks.base] Run check for Issu eType.DNS_SERVER_IPV6_ERROR/ContextType.DNS_SERVER
23-06-03 20:45:51 INFO (MainThread) [supervisor.resolution.checks.base] Run check for Issu eType.FREE_SPACE/ContextType.SYSTEM
23-06-03 20:45:51 INFO (MainThread) [supervisor.resolution.check] System checks complete
23-06-03 20:45:51 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evalu ation with state CoreState.RUNNING
23-06-03 20:45:51 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation com plete
23-06-03 20:45:51 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state CoreState.RUNNING
23-06-03 20:45:51 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
23-06-03 20:47:48 INFO (MainThread) [supervisor.updater] Fetching update data from https:/ /version.home-assistant.io/stable.json
23-06-03 20:48:10 INFO (MainThread) [supervisor.store.git] Update add-on https://github.co m/esphome/home-assistant-addon repository
23-06-03 20:48:10 INFO (MainThread) [supervisor.store.git] Update add-on https://github.co m/hassio-addons/repository repository
23-06-03 20:48:10 INFO (MainThread) [supervisor.store.git] Update add-on https://github.co m/home-assistant/addons repository
23-06-03 20:48:14 INFO (MainThread) [supervisor.store] Loading add-ons from store: 71 all - 0 new - 0 remove
23-06-03 20:48:14 INFO (MainThread) [supervisor.store] Loading add-ons from store: 71 all - 0 new - 0 remove
23-06-03 20:50:57 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
23-06-03 21:20:58 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
23-06-03 21:45:51 INFO (MainThread) [supervisor.resolution.check] Starting system checks w ith state CoreState.RUNNING
23-06-03 21:45:51 INFO (MainThread) [supervisor.resolution.checks.base] Run check for Issu eType.SECURITY/ContextType.CORE
23-06-03 21:45:51 INFO (MainThread) [supervisor.resolution.checks.base] Run check for Issu eType.IPV4_CONNECTION_PROBLEM/ContextType.SYSTEM
23-06-03 21:45:51 INFO (MainThread) [supervisor.resolution.checks.base] Run check for Issu eType.TRUST/ContextType.SUPERVISOR
23-06-03 21:45:51 INFO (MainThread) [supervisor.resolution.checks.base] Run check for Issu eType.MULTIPLE_DATA_DISKS/ContextType.SYSTEM
23-06-03 21:45:51 INFO (MainThread) [supervisor.resolution.checks.base] Run check for Issu eType.DNS_SERVER_FAILED/ContextType.DNS_SERVER
23-06-03 21:45:51 INFO (MainThread) [supervisor.resolution.checks.base] Run check for Issu eType.PWNED/ContextType.ADDON
23-06-03 21:45:51 INFO (MainThread) [supervisor.resolution.checks.base] Run check for Issu eType.DNS_SERVER_IPV6_ERROR/ContextType.DNS_SERVER
23-06-03 21:45:51 INFO (MainThread) [supervisor.resolution.checks.base] Run check for Issu eType.FREE_SPACE/ContextType.SYSTEM
23-06-03 21:45:51 INFO (MainThread) [supervisor.resolution.check] System checks complete
23-06-03 21:45:51 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evalu ation with state CoreState.RUNNING
23-06-03 21:45:51 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation com plete
23-06-03 21:45:51 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state CoreState.RUNNING
23-06-03 21:45:51 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
23-06-03 21:50:58 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
23-06-03 22:20:59 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
23-06-03 22:28:07 INFO (MainThread) [supervisor.host.info] Updating local host information
23-06-03 22:28:08 INFO (MainThread) [supervisor.host.services] Updating service informatio n
23-06-03 22:28:08 INFO (MainThread) [supervisor.host.network] Updating local network infor mation
23-06-03 22:28:08 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio informatio n
23-06-03 22:28:08 INFO (MainThread) [supervisor.host.manager] Host information reload comp leted
23-06-03 22:41:34 INFO (MainThread) [supervisor.api.middleware.security] /supervisor/logs access from core_ssh