Could not resolve host: supervisor

Mon problème

Le supervisor c’est plus accessible depuis HASSIO.

Ma configuration


System Health

version core-2022.5.3
installation_type Home Assistant Container
dev false
hassio false
docker true
user root
virtualenv false
python_version 3.9.9
os_name Linux
os_version 5.13.0-51-generic
arch x86_64
timezone Europe/Paris
Home Assistant Community Store
GitHub API ok
Github API Calls Remaining 3416
Installed Version 1.20.0
Stage waiting
Available Repositories 1134
Downloaded Repositories 46
Home Assistant Cloud
logged_in false
can_reach_cert_server ok
can_reach_cloud_auth ok
can_reach_cloud ok
Dashboards
dashboards 7
resources 24
views 19
mode yaml
___

Bonjour tout le monde,

Je fais face à un problème apparemment bien connu et fréquent de HASSIO mais ou aucun consensus n’a été défini pour pouvoir résoudre celui-ci.
Mon HASSIO (core) est installé à partir de docker sur un Ubuntu Server (21.10) en x86. J’ai suivi la procédure pour installer le supervisor à partir de ce repo : GitHub - home-assistant/supervised-installer: Installer for a generic Linux system ou tout s’est bien déroulé et était fonctionnel.
Suite à une mise à jour récente, mon supervisor n’est plus disponible et je n’arrive pas à retrouver une config permettant d’y remédier. Je pense que c’est un problème de DNS/DHCP comme c’est évoqué un peu partout. Ma bon Ubuntu server a une adresse IP statique (192.168.0.12) définie directement sur la table DHCP de mon routeur (192.168.0.1).

Je vous poste quelques éléments de ma configuration ici:


ha core info

arch: amd64
audio_input: None
audio_output: None
boot: true
image: Package qemux86-64-homeassistant · GitHub
ip_address: 172.30.32.1
last_version: 2022.6.6
machine: null
port: 8123
ssl: true
update_available: true
version: 2022.6.4
version_latest: 2022.6.6
wait_boot: 600
watchdog: true



docker exec -it homeassistant cat /etc/resolv.conf

nameserver 192.168.0.1
search .



ha supervisor info (j’ai enlevé la section addons)

arch: amd64
channel: stable
debug: false
debug_block: false
diagnostics: false
healthy: true
ip_address: 172.30.32.2
logging: info
supported: false
timezone: Europe/Paris
update_available: false
version: 2022.05.3
version_latest: 2022.05.3
wait_boot: 5



docker exec -it hassio_supervisor cat /etc/resolv.conf

search local.hass.io

nameserver 172.30.32.3

nameserver 127.0.0.11

options ndots:0



ha dns info

fallback: true
host: 172.30.32.3
llmnr: false
locals: []
mdns: false
servers:
- dns://192.168.0.1
update_available: false
version: 2022.04.1
version_latest: 2022.04.1



docker exec -it hassio_dns cat /etc/resolv.conf

nameserver 127.0.0.11
options ndots:0



ha network info

docker:
address: 172.30.32.0/23
dns: 172.30.32.3
gateway: 172.30.32.1
interface: hassio
host_internet: null
interfaces:
- connected: true
enabled: true
interface: enp2s0f0
ipv4:
address:
- 192.168.0.12/24
gateway: 192.168.0.1
method: static
nameservers: []
ipv6:
address: []
gateway: null
method: disabled
nameservers: []
primary: true
type: ethernet
vlan: null
wifi: null
supervisor_internet: true



ha docker info

logging: journald
registries: {}
storage: overlay2
version: 20.10.15


Merci d’avance pour votre aide !

Salut,

Des infos, listées ici il n’y a rien qui est troublant : 172.30.x.x étant lié au network docker, c’est normal de ne pas y retrouver les ip du reseau normal.

En tout état de cause, tu peux lancer sans trop de risque une réinstallation par dessus :

wget https://github.com/home-assistant/supervised-installer/releases/latest/download/homeassistant-supervised.deb
dpkg -i homeassistant-supervised.deb

ça ne supprimera pas l’existant mais tu peux par précaution mettre de coté les derniers backup

Merci pour ta réponse, j’ai essayé et malgré un reboot tjs pas de supervisor accessible :confused:

Tu as quoi dans les logs du superviseur ?

Voilà le log de ha supervisor logs:

22-06-22 15:22:33 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-92' coro=<HomeAssistantWebSocket.async_send_message() done, defined at /usr/src/supervisor/supervisor/homeassistant/websocket.py:222> exception=HomeAssistantWSError("Unsuccessful websocket message - {'id': 20, 'type': 'result', 'success': False, 'error': {'code': 'unknown_command', 'message': 'Unknown command.'}}")>
Traceback (most recent call last):
  File "/usr/src/supervisor/supervisor/homeassistant/websocket.py", line 228, in async_send_message
    await self._client.async_send_command(message)
  File "/usr/src/supervisor/supervisor/homeassistant/websocket.py", line 84, in async_send_command
    return await self._futures[message["id"]]
supervisor.exceptions.HomeAssistantWSError: Unsuccessful websocket message - {'id': 20, 'type': 'result', 'success': False, 'error': {'code': 'unknown_command', 'message': 'Unknown command.'}}
22-06-22 15:22:33 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-87' coro=<HomeAssistantWebSocket.async_send_message() done, defined at /usr/src/supervisor/supervisor/homeassistant/websocket.py:222> exception=HomeAssistantWSError("Unsuccessful websocket message - {'id': 21, 'type': 'result', 'success': False, 'error': {'code': 'unknown_command', 'message': 'Unknown command.'}}")>
Traceback (most recent call last):
  File "/usr/src/supervisor/supervisor/homeassistant/websocket.py", line 228, in async_send_message
    await self._client.async_send_command(message)
  File "/usr/src/supervisor/supervisor/homeassistant/websocket.py", line 84, in async_send_command
    return await self._futures[message["id"]]
supervisor.exceptions.HomeAssistantWSError: Unsuccessful websocket message - {'id': 21, 'type': 'result', 'success': False, 'error': {'code': 'unknown_command', 'message': 'Unknown command.'}}
22-06-22 15:22:33 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-97' coro=<HomeAssistantWebSocket.async_send_message() done, defined at /usr/src/supervisor/supervisor/homeassistant/websocket.py:222> exception=HomeAssistantWSError("Unsuccessful websocket message - {'id': 22, 'type': 'result', 'success': False, 'error': {'code': 'unknown_command', 'message': 'Unknown command.'}}")>
Traceback (most recent call last):
  File "/usr/src/supervisor/supervisor/homeassistant/websocket.py", line 228, in async_send_message
    await self._client.async_send_command(message)
  File "/usr/src/supervisor/supervisor/homeassistant/websocket.py", line 84, in async_send_command
    return await self._futures[message["id"]]
supervisor.exceptions.HomeAssistantWSError: Unsuccessful websocket message - {'id': 22, 'type': 'result', 'success': False, 'error': {'code': 'unknown_command', 'message': 'Unknown command.'}}
22-06-22 15:22:33 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-86' coro=<HomeAssistantWebSocket.async_send_message() done, defined at /usr/src/supervisor/supervisor/homeassistant/websocket.py:222> exception=HomeAssistantWSError("Unsuccessful websocket message - {'id': 23, 'type': 'result', 'success': False, 'error': {'code': 'unknown_command', 'message': 'Unknown command.'}}")>
Traceback (most recent call last):
  File "/usr/src/supervisor/supervisor/homeassistant/websocket.py", line 228, in async_send_message
    await self._client.async_send_command(message)
  File "/usr/src/supervisor/supervisor/homeassistant/websocket.py", line 84, in async_send_command
    return await self._futures[message["id"]]
supervisor.exceptions.HomeAssistantWSError: Unsuccessful websocket message - {'id': 23, 'type': 'result', 'success': False, 'error': {'code': 'unknown_command', 'message': 'Unknown command.'}}
22-06-22 15:22:33 INFO (MainThread) [supervisor.backups.manager] Found 69 backup files
22-06-22 15:22:33 INFO (MainThread) [supervisor.discovery] Loaded 2 messages
22-06-22 15:22:33 INFO (MainThread) [supervisor.ingress] Loaded 0 ingress sessions
22-06-22 15:22:33 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.SETUP
22-06-22 15:22:33 INFO (MainThread) [supervisor.resolution.check] System checks complete
22-06-22 15:22:33 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.SETUP
22-06-22 15:22:33 WARNING (MainThread) [supervisor.resolution.evaluations.base] Systemd-Resolved is required for DNS in Home Assistant. (more-info: https://www.home-assistant.io/more-info/unsupported/systemd_resolved)
22-06-22 15:22:33 WARNING (MainThread) [supervisor.resolution.evaluations.base] Detected unsupported OS: None (more-info: https://www.home-assistant.io/more-info/unsupported/os)
22-06-22 15:22:33 WARNING (MainThread) [supervisor.resolution.evaluations.base] NetworkManager is not correctly configured (more-info: https://www.home-assistant.io/more-info/unsupported/network_manager)
22-06-22 15:22:33 WARNING (MainThread) [supervisor.resolution.evaluations.base] OS-Agent is not correctly working (more-info: https://www.home-assistant.io/more-info/unsupported/os_agent)
22-06-22 15:22:33 WARNING (MainThread) [supervisor.resolution.evaluations.base] Systemd is not correctly working (more-info: https://www.home-assistant.io/more-info/unsupported/systemd)
22-06-22 15:22:33 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
22-06-22 15:22:33 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not healthy
22-06-22 15:22:33 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.SETUP
22-06-22 15:22:33 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
22-06-22 15:22:33 INFO (MainThread) [__main__] Running Supervisor
22-06-22 15:22:33 WARNING (MainThread) [supervisor.core] System running in a unsupported environment!
22-06-22 15:22:33 CRITICAL (MainThread) [supervisor.core] System is running in an unhealthy state and needs manual intervention!
22-06-22 15:22:33 INFO (MainThread) [supervisor.jobs] 'OSManager.mark_healthy' blocked from execution, no Home Assistant OS available
22-06-22 15:22:33 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.INITIALIZE' starting 0 add-ons
22-06-22 15:22:33 INFO (MainThread) [supervisor.core] Supervisor reboot detected
22-06-22 15:22:33 INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled
22-06-22 15:22:33 INFO (MainThread) [supervisor.core] Supervisor is up and running
22-06-22 15:22:33 INFO (MainThread) [supervisor.host.info] Updating local host information
22-06-22 15:22:33 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
22-06-22 15:22:33 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.RUNNING
22-06-22 15:22:33 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.SUPERVISOR
22-06-22 15:22:33 ERROR (MainThread) [supervisor.homeassistant.websocket] Unsuccessful websocket message - {'id': 24, 'type': 'result', 'success': False, 'error': {'code': 'unknown_command', 'message': 'Unknown command.'}}
22-06-22 15:22:33 INFO (MainThread) [supervisor.host.manager] Host information reload completed
22-06-22 15:22:33 ERROR (MainThread) [supervisor.homeassistant.websocket] Unsuccessful websocket message - {'id': 25, 'type': 'result', 'success': False, 'error': {'code': 'unknown_command', 'message': 'Unknown command.'}}
22-06-22 15:22:33 ERROR (MainThread) [supervisor.homeassistant.websocket] Unsuccessful websocket message - {'id': 26, 'type': 'result', 'success': False, 'error': {'code': 'unknown_command', 'message': 'Unknown command.'}}
22-06-22 15:22:34 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.SECURITY/ContextType.CORE
22-06-22 15:22:34 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.PWNED/ContextType.ADDON
22-06-22 15:22:34 INFO (MainThread) [supervisor.homeassistant.secrets] Request secret ssh_password
22-06-22 15:22:34 WARNING (MainThread) [supervisor.addons.options] Unknown option 'base_topic' for Zigbee2MQTT (45df7312_zigbee2mqtt)
22-06-22 15:22:34 WARNING (MainThread) [supervisor.addons.options] Option 'external_converters' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
22-06-22 15:22:34 WARNING (MainThread) [supervisor.addons.options] Option 'devices' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
22-06-22 15:22:34 WARNING (MainThread) [supervisor.addons.options] Option 'groups' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
22-06-22 15:22:34 WARNING (MainThread) [supervisor.addons.options] Option 'homeassistant' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
22-06-22 15:22:34 WARNING (MainThread) [supervisor.addons.options] Option 'permit_join' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
22-06-22 15:22:34 WARNING (MainThread) [supervisor.addons.options] Option 'advanced' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
22-06-22 15:22:34 WARNING (MainThread) [supervisor.addons.options] Option 'device_options' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
22-06-22 15:22:34 WARNING (MainThread) [supervisor.addons.options] Option 'blocklist' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
22-06-22 15:22:34 WARNING (MainThread) [supervisor.addons.options] Option 'passlist' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
22-06-22 15:22:34 WARNING (MainThread) [supervisor.addons.options] Option 'queue' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
22-06-22 15:22:34 WARNING (MainThread) [supervisor.addons.options] Option 'frontend' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
22-06-22 15:22:34 WARNING (MainThread) [supervisor.addons.options] Option 'experimental' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
22-06-22 15:22:34 WARNING (MainThread) [supervisor.addons.options] Option 'availability' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
22-06-22 15:22:34 WARNING (MainThread) [supervisor.addons.options] Option 'username' does not exist in the schema for Tautulli (a0d7b954_tautulli)
22-06-22 15:22:34 WARNING (MainThread) [supervisor.addons.options] Option 'password' does not exist in the schema for Tautulli (a0d7b954_tautulli)
22-06-22 15:22:34 WARNING (MainThread) [supervisor.addons.options] Option 'ssl' does not exist in the schema for Tautulli (a0d7b954_tautulli)
22-06-22 15:22:34 WARNING (MainThread) [supervisor.addons.options] Option 'certfile' does not exist in the schema for Tautulli (a0d7b954_tautulli)
22-06-22 15:22:34 WARNING (MainThread) [supervisor.addons.options] Option 'keyfile' does not exist in the schema for Tautulli (a0d7b954_tautulli)
22-06-22 15:22:34 WARNING (MainThread) [supervisor.addons.options] Option 'leave_front_door_open' does not exist in the schema for Tautulli (a0d7b954_tautulli)
22-06-22 15:22:34 WARNING (MainThread) [supervisor.addons.options] Option 'webtools' does not exist in the schema for Plex Media Server (a0d7b954_plex)
22-06-22 15:22:34 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.FREE_SPACE/ContextType.SYSTEM
22-06-22 15:22:34 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.DNS_SERVER_FAILED/ContextType.DNS_SERVER
22-06-22 15:22:34 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.DNS_SERVER_IPV6_ERROR/ContextType.DNS_SERVER
22-06-22 15:22:34 INFO (MainThread) [supervisor.resolution.check] System checks complete
22-06-22 15:22:34 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.RUNNING
22-06-22 15:22:35 WARNING (MainThread) [supervisor.resolution.evaluations.base] Found unsupported images: {'crazymax/fail2ban', 'lscr.io/linuxserver/tautulli', 'mariadb', 'lscr.io/linuxserver/duckdns', 'jc21/nginx-proxy-manager', 'portainer/portainer-ce', 'lscr.io/linuxserver/plex', 'linuxserver/wireguard', 'lscr.io/linuxserver/pyload'} (more-info: https://www.home-assistant.io/more-info/unsupported/software)
22-06-22 15:22:35 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
22-06-22 15:22:35 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not healthy

ok il y une erreur sur le websocket.

On est d’accord que tu tentes d’ouvrir HA via son adresse ip + port 8123 directement et pas par un proxy ?
Sais-tu quelle était la version précédente (avant mise à jour) ? je pense à la partie trusted_proxies HTTP - Home Assistant
As-tu par ailleurs les logs de home assistant ? On dirait que ça démarre mais que la config ha pas forcement bonne
Enfin vois-tu quelques choses sur le port de l’observer ? http://ip:4357 (ip à remplacer avec ta valeur)

On est d’accord que tu tentes d’ouvrir HA via son adresse ip + port 8123 directement et pas par un proxy ?

J’ai essayé l’un et l’autre et aucune différence visible depuis le navigateur.

Sais-tu quelle était la version précédente (avant mise à jour) ? je pense à la partie trusted_proxies HTTP - Home Assistant

Si je me rappelle bien mon ha core était en 2022.5.3 mais le supervisor je ne sais plus.
Quel serait le proxy adapté ici ? L’IP de mon Ubuntu server ?

As-tu par ailleurs les logs de home assistant ? On dirait que ça démarre mais que la config ha pas forcement bonne

Je te poste ça dessous:



Journaux
Rechercher dans les logs
Error looking up Bluetooth device
15:29:32 – (ERREUR) bluetooth_tracker - message survenu pour la première fois à 15:28:56 et apparu 4 fois.
Couldn't discover bluetooth devices: [Errno 19] No such device
15:29:32 – (ERREUR) bluetooth_tracker - message survenu pour la première fois à 15:28:56 et apparu 4 fois.
Error occurred loading configuration flow for integration overkiz: cannot import name 'TooManyAttemptsBannedException' from 'pyoverkiz.exceptions' (/usr/local/lib/python3.9/site-packages/pyoverkiz/exceptions.py)
15:29:19 – (ERREUR) config_entries.py - message survenu pour la première fois à 15:29:18 et apparu 2 fois.
Error doing job: Task exception was never retrieved
15:29:19 – (ERREUR) config_entries.py
You have 'maykar/kiosk-mode' installed with HACS this repository has been removed from HACS, please consider removing it. Removal reason (Repository is archived)
15:29:08 – (ATTENTION) HACS (intégration personnalisée) - message survenu pour la première fois à 15:29:08 et apparu 4 fois.
Cannot add sensor.volume_sonos_bureau_action as this would exceed the 150 device limit. Consider using the filter option
15:29:06 – (ATTENTION) HomeKit - message survenu pour la première fois à 15:29:06 et apparu 218 fois.
The bridge Home Assistant Bridge has entity media_player.lg_webos_tv_c9f0. For best performance, and to prevent unexpected unavailability, create and pair a separate HomeKit instance in accessory mode for this entity
15:29:06 – (ATTENTION) HomeKit - message survenu pour la première fois à 15:29:06 et apparu 2 fois.
TemplateError('UndefinedError: 'None' has no attribute 'attributes'') while processing template 'Template("{{ states.binary_sensor.detecteur_mouvement.attributes.occupancy }}")' for attribute '_attr_native_value' in entity 'sensor.motionsensor_occupancy'
15:29:06 – (ERREUR) Template
Template variable error: 'value_json' is undefined when rendering '{{ value_json.addons | length }}'
15:29:06 – (ERREUR) helpers/template.py - message survenu pour la première fois à 15:29:00 et apparu 3 fois.
Error while processing template: Template("{{ states.binary_sensor.detecteur_mouvement.attributes.occupancy }}")
15:29:06 – (ERREUR) helpers/template.py
15:29:06 – (ATTENTION) helpers/template.py - message survenu pour la première fois à 15:29:06 et apparu 6 fois.
Cannot connect to InfluxDB due to 'HTTPConnectionPool(host='a0d7b954-influxdb', port=8086): Max retries exceeded with url: /write?db=homeassistantdb (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0d1b29a490>: Failed to establish a new connection: [Errno -3] Try again'))'. Please check that the provided connection details (host, port, etc.) are correct and that your InfluxDB server is running and accessible. Retrying in 60 seconds.
15:29:05 – (ERREUR) InfluxDB
Empty reply found when expecting JSON data
15:29:00 – (ATTENTION) command_line
Setup of influxdb is taking over 10 seconds.
15:29:00 – (ATTENTION) /usr/local/lib/python3.9/asyncio/events.py
Error setting up pyLoad API: HTTPSConnectionPool(host='https', port=443): Max retries exceeded with url: //pyload.laboiteaframboises.duckdns.org:8000/api/login (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f0d1051f730>: Failed to establish a new connection: [Errno -3] Try again'))
15:28:59 – (ERREUR) pyload
HCIdump thread: Something wrong - interface hci0 not ready, and will be skipped for current scan period.
15:28:58 – (ERREUR) Passive BLE monitor (intégration personnalisée)
Platform systemmonitor does not generate unique IDs. ID processor_use already exists - ignoring sensor.processor_use_percent
15:28:57 – (ERREUR) Capteur - message survenu pour la première fois à 15:28:55 et apparu 2 fois.
Platform openhardwaremonitor not ready yet: None; Retrying in background in 30 seconds
15:28:57 – (ATTENTION) Capteur
Config entry 'AdGuard Home' for adguard integration not ready yet: Error occurred while communicating with AdGuard Home.; Retrying in background
15:28:57 – (ATTENTION) config_entries.py - message survenu pour la première fois à 15:28:53 et apparu 3 fois.
Detected integration that uses deprecated `async_get_registry` to access device registry, use async_get instead. Please report issue to the custom component author for scheduler using this method at custom_components/scheduler/__init__.py, line 44: device_registry = await dr.async_get_registry(hass)
15:28:57 – (ATTENTION) helpers/frame.py - message survenu pour la première fois à 15:28:54 et apparu 5 fois.
Error adding entities for domain binary_sensor with platform cozytouch
15:28:57 – (ERREUR) Capteur binaire (intégration personnalisée) - message survenu pour la première fois à 15:28:57 et apparu 2 fois.
Error while setting up cozytouch platform for climate
15:28:57 – (ERREUR) Thermostat (intégration personnalisée)
Error building device, skipping: Unknown device Wifi
15:28:56 – (ATTENTION) /usr/local/lib/python3.9/site-packages/cozytouchpy/handlers.py - message survenu pour la première fois à 15:28:56 et apparu 8 fois.
Error setting up platform legacy bluetooth_le_tracker
15:28:56 – (ERREUR) Dispositif de suivi
The 'google' option near /config/configuration.yaml:1 is deprecated, please remove it from your configuration
15:28:56 – (ATTENTION) Google Calendars - message survenu pour la première fois à 15:28:54 et apparu 9 fois.
No Bluetooth LE devices to track!
15:28:56 – (ATTENTION) bluetooth_le_tracker
Error adding entities for domain switch with platform scheduler
15:28:55 – (ERREUR) Commutateur - message survenu pour la première fois à 15:28:55 et apparu 4 fois.
Configuration of the Tautulli platform in YAML is deprecated and will be removed in Home Assistant 2022.6; Your existing configuration for host https://tautulli..duckdns.orghas been imported into the UI automatically and can be safely removed from your configuration.yaml file
15:28:55 – (ATTENTION) Capteur
Configuration of Google Calendar in YAML in configuration.yaml is is deprecated and will be removed in a future release; Your existing OAuth Application Credentials and access settings have been imported into the UI automatically and can be safely removed from your configuration.yaml file
15:28:55 – (ATTENTION) Google Calendars
The version platform for the sensor integration does not support platform setup. Please remove it from your config.
15:28:54 – (ERREUR) Capteur
Configuration of Spotify integration in YAML is deprecated and will be removed in a future release; Your existing OAuth Application Credentials have been imported into the UI automatically and can be safely removed from your configuration.yaml file
15:28:54 – (ATTENTION) Spotify
The 'spotify' option near /config/configuration.yaml:1 is deprecated, please remove it from your configuration
15:28:54 – (ATTENTION) Spotify
Plex server (https://192-168-0-10.b1607d8f8f2e428dbd77978f356ec8e3.plex.direct:32400) could not be reached: [HTTPSConnectionPool(host='192-168-0-10.b1607d8f8f2e428dbd77978f356ec8e3.plex.direct', port=32400): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f0d12112850>: Failed to establish a new connection: [Errno 111] Connection refused'))]
15:28:54 – (ERREUR) Plex Media Server
The 'entity_id' option near /config/configuration.yaml:414 is deprecated, please remove it from your configuration
15:28:54 – (ATTENTION) Template - message survenu pour la première fois à 15:28:54 et apparu 12 fois.
Failed to connect to MQTT server due to exception: [Errno 111] Connection refused
15:28:53 – (ERREUR) MQTT
TTS base_url option is deprecated. Configure internal/external URL instead
15:28:53 – (ATTENTION) Text-to-Speech (TTS)
Deprecated configuration settings found in configuration.yaml. These settings from your configuration entry will override: {'broker': 'localhost'}
15:28:53 – (ATTENTION) MQTT
1 hour rain forecast not available. Strasbourg - Alsace (67) - FR is not in covered zone
15:28:53 – (ATTENTION) Météo-France
Manually configured MQTT sensor(s) found under platform key 'sensor', please move to the mqtt integration key, see https://www.home-assistant.io/integrations/sensor.mqtt/#new_format
15:28:53 – (ATTENTION) MQTT
The 'webostv' option near /config/configuration.yaml:1 has been removed, please remove it from your configuration
15:28:53 – (ERREUR) LG webOS Smart TV
The 'broker' option near /config/configuration.yaml:189 is deprecated, please remove it from your configuration
15:28:52 – (ATTENTION) MQTT - message survenu pour la première fois à 15:28:52 et apparu 2 fois.
Error during setup of component browser_mod
15:28:50 – (ERREUR) browser_mod (intégration personnalisée)
The 'batt_entities' option near /config/configuration.yaml:255 is deprecated, please remove it from your configuration
15:28:49 – (ATTENTION) Passive BLE monitor (intégration personnalisée)
 
Journaux complets

2022-06-24 13:28:47 WARNING (SyncWorker_1) [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
2022-06-24 13:28:47 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration scheduler 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
2022-06-24 13:28:47 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration google_keep 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
2022-06-24 13:28:47 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration cozytouch 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
2022-06-24 13:28:47 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration ha_strava 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
2022-06-24 13:28:47 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration tplink_router 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
2022-06-24 13:28:47 ERROR (SyncWorker_1) [homeassistant.loader] The custom integration 'tplink_router' does not have a version key in the manifest file and was blocked from loading. See https://developers.home-assistant.io/blog/2021/01/29/custom-integration-changes#versions for more details
2022-06-24 13:28:47 WARNING (SyncWorker_4) [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
2022-06-24 13:28:47 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration mitemp_bt 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
2022-06-24 13:28:47 ERROR (SyncWorker_3) [homeassistant.loader] The custom integration 'mitemp_bt' does not have a version key in the manifest file and was blocked from loading. See https://developers.home-assistant.io/blog/2021/01/29/custom-integration-changes#versions for more details
2022-06-24 13:28:47 WARNING (SyncWorker_5) [homeassistant.loader] We found a custom integration tahoma 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
2022-06-24 13:28:47 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration zigbee2mqtt_networkmap 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
2022-06-24 13:28:47 ERROR (SyncWorker_0) [homeassistant.loader] The custom integration 'zigbee2mqtt_networkmap' does not have a version key in the manifest file and was blocked from loading. See https://developers.home-assistant.io/blog/2021/01/29/custom-integration-changes#versions for more details
2022-06-24 13:28:47 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration bwalarm 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
2022-06-24 13:28:47 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration lovelace_gen 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
2022-06-24 13:28:47 WARNING (SyncWorker_8) [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
2022-06-24 13:28:47 WARNING (SyncWorker_7) [homeassistant.loader] We found a custom integration google_fit 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
2022-06-24 13:28:47 ERROR (SyncWorker_7) [homeassistant.loader] The custom integration 'google_fit' does not have a version key in the manifest file and was blocked from loading. See https://developers.home-assistant.io/blog/2021/01/29/custom-integration-changes#versions for more details
2022-06-24 13:28:47 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration ble_monitor 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
2022-06-24 13:28:47 WARNING (SyncWorker_5) [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
2022-06-24 13:28:47 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.0 seconds
2022-06-24 13:28:47 INFO (MainThread) [homeassistant.setup] Setting up system_log
2022-06-24 13:28:47 INFO (MainThread) [homeassistant.setup] Setup of domain system_log took 0.0 seconds
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setting up recorder
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.0 seconds
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 1: {'search', 'zeroconf', 'onboarding', 'api', 'auth', 'network', 'diagnostics', 'usb', 'system_log', 'websocket_api', 'http', 'webhook', 'device_automation', 'person', 'lovelace', 'frontend', 'config', 'analytics', 'cloud', 'dhcp', 'ssdp', 'image'}
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setting up http
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setting up device_automation
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setup of domain device_automation took 0.0 seconds
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setting up lovelace
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setting up dhcp
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setup of domain dhcp took 0.0 seconds
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setup of domain lovelace took 0.1 seconds
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.1 seconds
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setting up api
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.0 seconds
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setting up auth
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.0 seconds
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setting up diagnostics
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setting up websocket_api
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setting up webhook
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setup of domain webhook took 0.0 seconds
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setting up config
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setup of domain diagnostics took 0.1 seconds
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setup of domain config took 0.1 seconds
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setting up image
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setting up search
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setup of domain search took 0.0 seconds
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setting up analytics
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setup of domain image took 0.1 seconds
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setup of domain analytics took 0.0 seconds
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setting up network
2022-06-24 13:28:48 INFO (SyncWorker_0) [homeassistant.loader] Loaded camera from homeassistant.components.camera
2022-06-24 13:28:48 INFO (SyncWorker_6) [homeassistant.loader] Loaded alexa from homeassistant.components.alexa
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setup of domain network took 0.0 seconds
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setting up usb
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setup of domain usb took 0.0 seconds
2022-06-24 13:28:48 INFO (SyncWorker_7) [homeassistant.loader] Loaded media_player from homeassistant.components.media_player
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setting up person
2022-06-24 13:28:48 INFO (MainThread) [homeassistant.setup] Setting up zeroconf
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up cloud
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up ssdp
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setup of domain ssdp took 0.0 seconds
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setup of domain zeroconf took 0.2 seconds
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setup of domain cloud took 0.0 seconds
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setup of domain person took 0.3 seconds
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up onboarding
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.helpers.storage] Migrating onboarding storage from 3.1 to 4.1
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setup of domain onboarding took 0.0 seconds
2022-06-24 13:28:49 INFO (SyncWorker_5) [homeassistant.loader] Loaded hassio from homeassistant.components.hassio
2022-06-24 13:28:49 INFO (SyncWorker_1) [homeassistant.loader] Loaded panel_custom from homeassistant.components.panel_custom
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up frontend
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.0 seconds
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 2: {'tahoma', 'sonos', 'climate', 'blueprint', 'tag', 'input_text', 'google', 'system_health', 'speedtestdotnet', 'media_source', 'my', 'scene', 'input_boolean', 'persistent_notification', 'homekit_controller', 'panel_iframe', 'timer', 'group', 'map', 'switch', 'application_credentials', 'spotify', 'script', 'mobile_app', 'sensor', 'smartthinq_sensors', 'tautulli', 'counter', 'met', 'automation', 'mqtt', 'tts', 'owntracks', 'cast', 'energy', 'alarm_control_panel', 'trace', 'version', 'device_tracker', 'sun', 'local_ip', 'scheduler', 'webostv', 'wake_on_lan', 'ipp', 'upnp', 'co2signal', 'meteo_france', 'ifttt', 'input_select', 'shopping_list', 'cozytouch', 'input_button', 'plex', 'zone', 'history', 'homekit', 'default_config', 'ffmpeg', 'ble_monitor', 'sonoff', 'logbook', 'influxdb', 'hacs', 'google_assistant', 'input_number', 'adguard', 'browser_mod', 'input_datetime', 'tuya'}
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up blueprint
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setup of domain blueprint took 0.0 seconds
2022-06-24 13:28:49 INFO (SyncWorker_7) [homeassistant.loader] Loaded generic_thermostat from homeassistant.components.generic_thermostat
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up tag
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up input_text
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up system_health
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up speedtestdotnet
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setup of domain speedtestdotnet took 0.0 seconds
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up media_source
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up my
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setup of domain my took 0.0 seconds
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up scene
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up input_boolean
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up panel_iframe
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setup of domain panel_iframe took 0.0 seconds
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up timer
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up group
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up map
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setup of domain map took 0.0 seconds
2022-06-24 13:28:49 INFO (SyncWorker_5) [homeassistant.loader] Loaded command_line from homeassistant.components.command_line
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up application_credentials
2022-06-24 13:28:49 INFO (SyncWorker_1) [homeassistant.loader] Loaded time_date from homeassistant.components.time_date
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up smartthinq_sensors
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setup of domain smartthinq_sensors took 0.0 seconds
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up tautulli
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setup of domain tautulli took 0.0 seconds
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up counter
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up met
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setup of domain met took 0.0 seconds
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up trace
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setup of domain trace took 0.0 seconds
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up version
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setup of domain version took 0.0 seconds
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up sun
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.0 seconds
2022-06-24 13:28:49 INFO (SyncWorker_6) [homeassistant.loader] Loaded manual from homeassistant.components.manual
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up local_ip
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setup of domain local_ip took 0.0 seconds
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up scheduler
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setup of domain scheduler took 0.0 seconds
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up wake_on_lan
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setup of domain wake_on_lan took 0.0 seconds
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up co2signal
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setup of domain co2signal took 0.0 seconds
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up meteo_france
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setup of domain meteo_france took 0.0 seconds
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up input_select
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up shopping_list
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setup of domain shopping_list took 0.0 seconds
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up cozytouch
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setup of domain cozytouch took 0.0 seconds
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up input_button
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up zone
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up history
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.0 seconds
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up ffmpeg
2022-06-24 13:28:49 WARNING (MainThread) [custom_components.ble_monitor] The 'batt_entities' option near /config/configuration.yaml:255 is deprecated, please remove it from your configuration
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up ble_monitor
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setup of domain ble_monitor took 0.0 seconds
2022-06-24 13:28:49 INFO (MainThread) [homeassistant.setup] Setting up logbook
2022-06-24 13:28:50 INFO (MainThread) [homeassistant.setup] Setting up influxdb
2022-06-24 13:28:50 INFO (MainThread) [homeassistant.setup] Setting up google_assistant
2022-06-24 13:28:50 INFO (MainThread) [homeassistant.setup] Setting up input_number
2022-06-24 13:28:50 INFO (MainThread) [homeassistant.setup] Setting up adguard
2022-06-24 13:28:50 INFO (MainThread) [homeassistant.setup] Setup of domain adguard took 0.0 seconds
2022-06-24 13:28:50 INFO (MainThread) [homeassistant.setup] Setting up browser_mod
2022-06-24 13:28:50 ERROR (MainThread) [homeassistant.setup] Error during setup of component browser_mod
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 235, in _async_setup_component
result = await task
File "/config/custom_components/browser_mod/__init__.py", line 39, in async_setup
for d in config[DOMAIN].get(CONFIG_DEVICES, {}):
KeyError: 'browser_mod'
Please check your config and [logs](/config/logs)., title=Invalid config, friendly_name=Invalid config @ 2022-06-24T15:28:50.198585+02:00>>
2022-06-24 13:28:50 INFO (MainThread) [homeassistant.setup] Setting up input_datetime
2022-06-24 13:28:50 INFO (SyncWorker_5) [homeassistant.loader] Loaded template from homeassistant.components.template
2022-06-24 13:28:50 INFO (SyncWorker_0) [homeassistant.loader] Loaded pyload from homeassistant.components.pyload
2022-06-24 13:28:50 INFO (MainThread) [custom_components.smartthinq_sensors]
-------------------------------------------------------------------
smartthinq_sensors
Version: 0.12.12
This is a custom component
If you have any issues with this you need to open an issue here:
https://github.com/ollo69/ha-smartthinq-sensors/issues
-------------------------------------------------------------------
2022-06-24 13:28:50 INFO (MainThread) [custom_components.smartthinq_sensors] Initializing ThinQ platform with region: FR - language: fr-FR
2022-06-24 13:28:50 INFO (MainThread) [homeassistant.setup] Setting up alarm_control_panel
2022-06-24 13:28:50 INFO (MainThread) [homeassistant.setup] Setup of domain alarm_control_panel took 0.0 seconds
2022-06-24 13:28:50 INFO (MainThread) [homeassistant.setup] Setting up tahoma
2022-06-24 13:28:50 INFO (MainThread) [homeassistant.setup] Setup of domain tahoma took 0.0 seconds
2022-06-24 13:28:50 INFO (MainThread) [homeassistant.setup] Setup of domain system_health took 1.3 seconds
2022-06-24 13:28:50 INFO (MainThread) [homeassistant.setup] Setup of domain media_source took 1.3 seconds
2022-06-24 13:28:50 INFO (MainThread) [homeassistant.setup] Setup of domain scene took 1.3 seconds
2022-06-24 13:28:50 INFO (MainThread) [homeassistant.setup] Setting up homekit_controller
2022-06-24 13:28:52 WARNING (MainThread) [homeassistant.components.mqtt] The 'broker' option near /config/configuration.yaml:189 is deprecated, please remove it from your configuration
2022-06-24 13:28:52 WARNING (MainThread) [homeassistant.components.mqtt] The 'discovery' option near /config/configuration.yaml:189 is deprecated, please remove it from your configuration
2022-06-24 13:28:52 INFO (MainThread) [homeassistant.setup] Setting up mqtt
2022-06-24 13:28:52 INFO (MainThread) [homeassistant.setup] Setup of domain mqtt took 0.0 seconds
2022-06-24 13:28:52 INFO (MainThread) [homeassistant.components.alarm_control_panel] Setting up alarm_control_panel.manual
2022-06-24 13:28:52 INFO (SyncWorker_8) [homeassistant.loader] Loaded google_translate from homeassistant.components.google_translate
2022-06-24 13:28:53 ERROR (MainThread) [homeassistant.components.webostv] The 'webostv' option near /config/configuration.yaml:1 has been removed, please remove it from your configuration
2022-06-24 13:28:53 INFO (MainThread) [homeassistant.setup] Setting up webostv
2022-06-24 13:28:53 INFO (MainThread) [homeassistant.setup] Setup of domain webostv took 0.0 seconds
2022-06-24 13:28:53 INFO (MainThread) [homeassistant.setup] Setting up ipp
2022-06-24 13:28:53 INFO (MainThread) [homeassistant.setup] Setup of domain ipp took 0.0 seconds
2022-06-24 13:28:53 INFO (MainThread) [homeassistant.setup] Setting up upnp
2022-06-24 13:28:53 INFO (MainThread) [homeassistant.setup] Setup of domain upnp took 0.0 seconds
2022-06-24 13:28:53 INFO (MainThread) [homeassistant.setup] Setting up ifttt
2022-06-24 13:28:53 INFO (MainThread) [homeassistant.setup] Setup of domain ifttt took 0.0 seconds
2022-06-24 13:28:53 INFO (MainThread) [homeassistant.setup] Setting up plex
2022-06-24 13:28:53 INFO (MainThread) [homeassistant.setup] Setup of domain plex took 0.0 seconds
2022-06-24 13:28:53 INFO (MainThread) [homeassistant.setup] Setting up sonoff
2022-06-24 13:28:53 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 3.5 seconds
2022-06-24 13:28:53 INFO (MainThread) [homeassistant.setup] Setting up hacs
2022-06-24 13:28:53 INFO (MainThread) [custom_components.hacs]
-------------------------------------------------------------------
HACS (Home Assistant Community Store)
Version: 1.20.0
This is a custom integration
If you have any issues with this you need to open an issue here:
https://github.com/hacs/integration/issues
-------------------------------------------------------------------
2022-06-24 13:28:53 INFO (MainThread) [homeassistant.setup] Setup of domain tag took 4.2 seconds
2022-06-24 13:28:53 INFO (SyncWorker_6) [homeassistant.loader] Loaded switch_as_x from homeassistant.components.switch_as_x
2022-06-24 13:28:53 WARNING (MainThread) [homeassistant.components.mqtt.mixins] Manually configured MQTT sensor(s) found under platform key 'sensor', please move to the mqtt integration key, see https://www.home-assistant.io/integrations/sensor.mqtt/#new_format
2022-06-24 13:28:53 INFO (MainThread) [homeassistant.setup] Setting up script
2022-06-24 13:28:53 INFO (MainThread) [homeassistant.setup] Setup of domain application_credentials took 4.1 seconds
2022-06-24 13:28:53 INFO (MainThread) [homeassistant.setup] Setting up energy
2022-06-24 13:28:53 INFO (MainThread) [homeassistant.setup] Setup of domain energy took 0.0 seconds
2022-06-24 13:28:53 INFO (MainThread) [homeassistant.setup] Setup of domain ffmpeg took 3.9 seconds
2022-06-24 13:28:53 WARNING (MainThread) [homeassistant.components.meteo_france] 1 hour rain forecast not available. Strasbourg - Alsace (67) - FR is not in covered zone
2022-06-24 13:28:53 INFO (MainThread) [homeassistant.components.http] Now listening on port 8123
2022-06-24 13:28:53 INFO (MainThread) [custom_components.smartthinq_sensors] ThinQ client connected
2022-06-24 13:28:53 INFO (MainThread) [custom_components.smartthinq_sensors] Starting LGE ThinQ devices...
2022-06-24 13:28:53 INFO (SyncWorker_6) [custom_components.smartthinq_sensors.wideq.core_v2] Loading model info for Lave-linge hublot. Model: F_V7_Y___W.B_2QEUK, Url: https://objectcontent.lgthinq.com/3b6ebf42-2ccf-44d6-8f6d-52fab4a586be?hdnts=exp=1673566658~hmac=93aebc34eb4cd180e019d22b3f049fd035a88a558b663f15f2b7157b7e5fcc23
2022-06-24 13:28:53 WARNING (MainThread) [homeassistant.components.mqtt] Deprecated configuration settings found in configuration.yaml. These settings from your configuration entry will override: {'broker': 'localhost'}
2022-06-24 13:28:53 INFO (MainThread) [homeassistant.setup] Setting up tts
2022-06-24 13:28:53 WARNING (MainThread) [homeassistant.components.tts] TTS base_url option is deprecated. Configure internal/external URL instead
2022-06-24 13:28:53 INFO (MainThread) [custom_components.ble_monitor] Available Bluetooth interfaces for BLE monitor: ['80:49:71:16:06:A6 (hci0)', "Don't use Bluetooth adapter"]
2022-06-24 13:28:53 INFO (MainThread) [homeassistant.setup] Setup of domain group took 4.6 seconds
2022-06-24 13:28:53 INFO (MainThread) [homeassistant.setup] Setup of domain google_assistant took 3.6 seconds
2022-06-24 13:28:53 INFO (MainThread) [homeassistant.setup] Setup of domain homekit_controller took 3.2 seconds
2022-06-24 13:28:53 INFO (MainThread) [homeassistant.setup] Setting up switch
2022-06-24 13:28:53 INFO (MainThread) [homeassistant.setup] Setup of domain switch took 0.0 seconds
2022-06-24 13:28:53 ERROR (MainThread) [homeassistant.components.mqtt.client] Failed to connect to MQTT server due to exception: [Errno 111] Connection refused
2022-06-24 13:28:53 INFO (MainThread) [homeassistant.setup] Setup of domain counter took 4.6 seconds
2022-06-24 13:28:53 WARNING (MainThread) [homeassistant.config_entries] Config entry 'AdGuard Home' for adguard integration not ready yet: Error occurred while communicating with AdGuard Home.; Retrying in background
2022-06-24 13:28:53 INFO (SyncWorker_5) [homeassistant.loader] Loaded binary_sensor from homeassistant.components.binary_sensor
2022-06-24 13:28:54 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option near /config/configuration.yaml:386 is deprecated, please remove it from your configuration
2022-06-24 13:28:54 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option near /config/configuration.yaml:390 is deprecated, please remove it from your configuration
2022-06-24 13:28:54 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option near /config/configuration.yaml:394 is deprecated, please remove it from your configuration
2022-06-24 13:28:54 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option near /config/configuration.yaml:398 is deprecated, please remove it from your configuration
2022-06-24 13:28:54 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option near /config/configuration.yaml:402 is deprecated, please remove it from your configuration
2022-06-24 13:28:54 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option near /config/configuration.yaml:406 is deprecated, please remove it from your configuration
2022-06-24 13:28:54 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option near /config/configuration.yaml:410 is deprecated, please remove it from your configuration
2022-06-24 13:28:54 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option near /config/configuration.yaml:414 is deprecated, please remove it from your configuration
2022-06-24 13:28:54 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option near /config/configuration.yaml:418 is deprecated, please remove it from your configuration
2022-06-24 13:28:54 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option near /config/configuration.yaml:422 is deprecated, please remove it from your configuration
2022-06-24 13:28:54 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option near /config/configuration.yaml:426 is deprecated, please remove it from your configuration
2022-06-24 13:28:54 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option near /config/configuration.yaml:430 is deprecated, please remove it from your configuration
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.components.switch] Setting up switch.command_line
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.components.switch] Setting up switch.wake_on_lan
2022-06-24 13:28:54 INFO (SyncWorker_0) [homeassistant.loader] Loaded systemmonitor from homeassistant.components.systemmonitor
2022-06-24 13:28:54 INFO (SyncWorker_1) [homeassistant.loader] Loaded weather from homeassistant.components.weather
2022-06-24 13:28:54 INFO (SyncWorker_3) [homeassistant.loader] Loaded notify from homeassistant.components.notify
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.helpers.storage] Migrating scheduler.storage storage from 2.1 to 3.1
2022-06-24 13:28:54 ERROR (MainThread) [homeassistant.components.plex] Plex server (https://192-168-0-10.b1607d8f8f2e428dbd77978f356ec8e3.plex.direct:32400) could not be reached: [HTTPSConnectionPool(host='192-168-0-10.b1607d8f8f2e428dbd77978f356ec8e3.plex.direct', port=32400): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f0d12112850>: Failed to establish a new connection: [Errno 111] Connection refused'))]
2022-06-24 13:28:54 WARNING (MainThread) [homeassistant.config_entries] Config entry 'raspberrypi' for plex integration not ready yet: HTTPSConnectionPool(host='192-168-0-10.b1607d8f8f2e428dbd77978f356ec8e3.plex.direct', port=32400): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f0d12112850>: Failed to establish a new connection: [Errno 111] Connection refused')); Retrying in background
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.setup] Setting up template
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.setup] Setup of domain template took 0.0 seconds
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.setup] Setup of domain script took 0.9 seconds
2022-06-24 13:28:54 INFO (SyncWorker_2) [homeassistant.loader] Loaded select from homeassistant.components.select
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 0.0 seconds
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.setup] Setting up climate
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.setup] Setup of domain climate took 0.0 seconds
2022-06-24 13:28:54 INFO (SyncWorker_3) [homeassistant.loader] Loaded openhardwaremonitor from homeassistant.components.openhardwaremonitor
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.setup] Setting up weather
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.setup] Setup of domain weather took 0.0 seconds
2022-06-24 13:28:54 WARNING (MainThread) [homeassistant.helpers.frame] Detected integration that uses deprecated `async_get_registry` to access device registry, use async_get instead. Please report issue to the custom component author for scheduler using this method at custom_components/scheduler/__init__.py, line 44: device_registry = await dr.async_get_registry(hass)
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.components.switch] Setting up switch.template
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.setup] Setting up homekit
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.setup] Setting up tuya
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.setup] Setup of domain tuya took 0.0 seconds
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.ble_monitor
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.setup] Setting up media_player
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.setup] Setup of domain media_player took 0.0 seconds
2022-06-24 13:28:54 INFO (SyncWorker_4) [homeassistant.loader] Loaded button from homeassistant.components.button
2022-06-24 13:28:54 INFO (SyncWorker_0) [homeassistant.loader] Loaded waqi from homeassistant.components.waqi
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.components.weather] Setting up weather.meteo_france
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.setup] Setting up mobile_app
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.setup] Setup of domain input_select took 5.2 seconds
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.setup] Setup of domain input_button took 5.2 seconds
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.components.alarm_control_panel] Setting up alarm_control_panel.mqtt
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.setup] Setup of domain homekit took 0.2 seconds
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.components.switch] Setting up switch.scheduler
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.homekit_controller
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.setup] Setting up button
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.setup] Setup of domain button took 0.0 seconds
2022-06-24 13:28:54 WARNING (MainThread) [homeassistant.components.google] The 'google' option near /config/configuration.yaml:1 is deprecated, please remove it from your configuration
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.setup] Setting up google
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 1.1 seconds
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.setup] Setting up sensor
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 0.0 seconds
2022-06-24 13:28:54 WARNING (MainThread) [homeassistant.components.spotify] The 'spotify' option near /config/configuration.yaml:1 is deprecated, please remove it from your configuration
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.setup] Setting up spotify
2022-06-24 13:28:54 WARNING (MainThread) [homeassistant.components.spotify] Configuration of Spotify integration in YAML is deprecated and will be removed in a future release; Your existing OAuth Application Credentials have been imported into the UI automatically and can be safely removed from your configuration.yaml file
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.setup] Setup of domain spotify took 0.0 seconds
2022-06-24 13:28:54 INFO (MainThread) [custom_components.smartthinq_sensors] LGE Device added. Name: Lave-linge hublot - Type: WASHER - Model: F_V7_Y___W.B_2QEUK - ID: 09763658-9dec-1180-8cb9-24e85334ec53
2022-06-24 13:28:54 INFO (MainThread) [custom_components.smartthinq_sensors] Founds 1 LGE device(s)
2022-06-24 13:28:54 WARNING (MainThread) [homeassistant.helpers.frame] Detected integration that uses deprecated `async_get_registry` to access device registry, use async_get instead. Please report issue to the custom component author for smartthinq_sensors using this method at custom_components/smartthinq_sensors/__init__.py, line 475: device_registry = await hass.helpers.device_registry.async_get_registry()
2022-06-24 13:28:54 ERROR (MainThread) [homeassistant.components.sensor] The version platform for the sensor integration does not support platform setup. Please remove it from your config.
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.time_date
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.pyload
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.systemmonitor
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.command_line
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.command_line
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.tautulli
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.openhardwaremonitor
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2022-06-24 13:28:54 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.waqi
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setup of domain timer took 5.8 seconds
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mqtt
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.button] Setting up button.homekit_controller
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.smartthinq_sensors
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.smartthinq_sensors
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.climate] Setting up climate.smartthinq_sensors
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.switch] Setting up switch.smartthinq_sensors
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.local_ip
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.speedtestdotnet
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.co2signal
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.ble_monitor
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.meteo_france
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.tautulli
2022-06-24 13:28:55 WARNING (MainThread) [homeassistant.components.google] Configuration of Google Calendar in YAML in configuration.yaml is is deprecated and will be removed in a future release; Your existing OAuth Application Credentials and access settings have been imported into the UI automatically and can be safely removed from your configuration.yaml file
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setup of domain google took 0.2 seconds
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setup of domain mobile_app took 0.6 seconds
2022-06-24 13:28:55 INFO (MainThread) [custom_components.smartthinq_sensors.sensor] Starting LGE ThinQ sensors...
2022-06-24 13:28:55 INFO (MainThread) [custom_components.smartthinq_sensors.binary_sensor] Starting LGE ThinQ binary sensors...
2022-06-24 13:28:55 INFO (MainThread) [custom_components.smartthinq_sensors.switch] Starting LGE ThinQ switch...
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.weather] Setting up weather.met
2022-06-24 13:28:55 WARNING (MainThread) [homeassistant.components.sensor] Configuration of the Tautulli platform in YAML is deprecated and will be removed in Home Assistant 2022.6; Your existing configuration for host https://tautulli..duckdns.orghas been imported into the UI automatically and can be safely removed from your configuration.yaml file
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.energy
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.climate] Setting up climate.generic_thermostat
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.version
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.version
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setup of domain input_text took 6.1 seconds
2022-06-24 13:28:55 ERROR (MainThread) [homeassistant.components.switch] Error adding entities for domain switch with platform scheduler
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 382, in async_add_entities
await asyncio.gather(*tasks)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 514, in _async_add_entity
entry = entity_registry.async_get_or_create(
File "/usr/src/homeassistant/homeassistant/helpers/entity_registry.py", line 345, in async_get_or_create
return self.async_update_entity(
File "/usr/src/homeassistant/homeassistant/helpers/entity_registry.py", line 626, in async_update_entity
return self._async_update_entity(
File "/usr/src/homeassistant/homeassistant/helpers/entity_registry.py", line 531, in _async_update_entity
raise ValueError("entity_category must be a valid EntityCategory instance")
ValueError: entity_category must be a valid EntityCategory instance
2022-06-24 13:28:55 ERROR (MainThread) [homeassistant.components.switch] Error adding entities for domain switch with platform scheduler
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 382, in async_add_entities
await asyncio.gather(*tasks)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 514, in _async_add_entity
entry = entity_registry.async_get_or_create(
File "/usr/src/homeassistant/homeassistant/helpers/entity_registry.py", line 345, in async_get_or_create
return self.async_update_entity(
File "/usr/src/homeassistant/homeassistant/helpers/entity_registry.py", line 626, in async_update_entity
return self._async_update_entity(
File "/usr/src/homeassistant/homeassistant/helpers/entity_registry.py", line 531, in _async_update_entity
raise ValueError("entity_category must be a valid EntityCategory instance")
ValueError: entity_category must be a valid EntityCategory instance
2022-06-24 13:28:55 ERROR (MainThread) [homeassistant.components.switch] Error adding entities for domain switch with platform scheduler
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 382, in async_add_entities
await asyncio.gather(*tasks)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 514, in _async_add_entity
entry = entity_registry.async_get_or_create(
File "/usr/src/homeassistant/homeassistant/helpers/entity_registry.py", line 345, in async_get_or_create
return self.async_update_entity(
File "/usr/src/homeassistant/homeassistant/helpers/entity_registry.py", line 626, in async_update_entity
return self._async_update_entity(
File "/usr/src/homeassistant/homeassistant/helpers/entity_registry.py", line 531, in _async_update_entity
raise ValueError("entity_category must be a valid EntityCategory instance")
ValueError: entity_category must be a valid EntityCategory instance
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setting up notify
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setup of domain notify took 0.0 seconds
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setup of domain input_boolean took 6.1 seconds
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setting up owntracks
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setup of domain owntracks took 0.0 seconds
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.button] Setting up button.mqtt
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setting up automation
2022-06-24 13:28:55 ERROR (MainThread) [homeassistant.components.sensor] Platform systemmonitor does not generate unique IDs. ID processor_use already exists - ignoring sensor.processor_use_percent
2022-06-24 13:28:55 ERROR (MainThread) [homeassistant.components.switch] Error while setting up scheduler platform for switch
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 257, in _async_setup_platform
await asyncio.gather(*pending)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 382, in async_add_entities
await asyncio.gather(*tasks)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 514, in _async_add_entity
entry = entity_registry.async_get_or_create(
File "/usr/src/homeassistant/homeassistant/helpers/entity_registry.py", line 345, in async_get_or_create
return self.async_update_entity(
File "/usr/src/homeassistant/homeassistant/helpers/entity_registry.py", line 626, in async_update_entity
return self._async_update_entity(
File "/usr/src/homeassistant/homeassistant/helpers/entity_registry.py", line 531, in _async_update_entity
raise ValueError("entity_category must be a valid EntityCategory instance")
ValueError: entity_category must be a valid EntityCategory instance
2022-06-24 13:28:55 INFO (MainThread) [custom_components.hacs] Loaded 12 tasks
2022-06-24 13:28:55 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.SETUP
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.alarm_control_panel] Setting up alarm_control_panel.tuya
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.tuya
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.button] Setting up button.tuya
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.climate] Setting up climate.tuya
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.scene] Setting up scene.tuya
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.tuya
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.switch] Setting up switch.tuya
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mobile_app
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mobile_app
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mobile_app
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mobile_app
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mobile_app
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mobile_app
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mobile_app
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mobile_app
2022-06-24 13:28:55 INFO (MainThread) [custom_components.hacs] HacsTask<setup_frontend> yaml mode, cache for /hacsfiles/: False
2022-06-24 13:28:55 INFO (MainThread) [custom_components.hacs] Enable category: integration
2022-06-24 13:28:55 INFO (MainThread) [custom_components.hacs] Enable category: plugin
2022-06-24 13:28:55 INFO (MainThread) [custom_components.hacs] Enable category: theme
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setup of domain input_number took 5.4 seconds
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setting up cast
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setup of domain cast took 0.0 seconds
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setting up camera
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setting up select
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setup of domain select took 0.0 seconds
2022-06-24 13:28:55 INFO (SyncWorker_6) [homeassistant.loader] Loaded number from homeassistant.components.number
2022-06-24 13:28:55 INFO (SyncWorker_9) [homeassistant.loader] Loaded fan from homeassistant.components.fan
2022-06-24 13:28:55 INFO (SyncWorker_8) [homeassistant.loader] Loaded cover from homeassistant.components.cover
2022-06-24 13:28:55 INFO (SyncWorker_10) [homeassistant.loader] Loaded light from homeassistant.components.light
2022-06-24 13:28:55 INFO (SyncWorker_1) [homeassistant.loader] Loaded humidifier from homeassistant.components.humidifier
2022-06-24 13:28:55 INFO (SyncWorker_5) [homeassistant.loader] Loaded siren from homeassistant.components.siren
2022-06-24 13:28:55 INFO (SyncWorker_3) [homeassistant.loader] Loaded vacuum from homeassistant.components.vacuum
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.notify] Setting up notify.mobile_app
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.select] Setting up select.tuya
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setup of domain input_datetime took 5.6 seconds
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setting up number
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setup of domain number took 0.0 seconds
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setting up fan
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setup of domain fan took 0.0 seconds
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setting up cover
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setup of domain cover took 0.0 seconds
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setting up light
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setting up humidifier
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setup of domain humidifier took 0.0 seconds
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setting up siren
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setup of domain siren took 0.0 seconds
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setting up vacuum
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setup of domain vacuum took 0.0 seconds
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.number] Setting up number.tuya
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.fan] Setting up fan.tuya
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.cover] Setting up cover.tuya
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.humidifier] Setting up humidifier.tuya
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.siren] Setting up siren.tuya
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setup of domain light took 0.1 seconds
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.vacuum] Setting up vacuum.tuya
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setup of domain camera took 0.2 seconds
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.setup] Setup of domain zone took 6.5 seconds
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.light] Setting up light.tuya
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.camera] Setting up camera.tuya
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.camera] Setting up camera.mqtt
2022-06-24 13:28:55 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.cast
2022-06-24 13:28:56 INFO (MainThread) [custom_components.hacs] Restore started
2022-06-24 13:28:56 INFO (MainThread) [homeassistant.components.climate] Setting up climate.mqtt
2022-06-24 13:28:56 INFO (SyncWorker_1) [homeassistant.loader] Loaded bluetooth_tracker from homeassistant.components.bluetooth_tracker
2022-06-24 13:28:56 INFO (SyncWorker_5) [homeassistant.loader] Loaded bluetooth_le_tracker from homeassistant.components.bluetooth_le_tracker
2022-06-24 13:28:56 INFO (MainThread) [homeassistant.setup] Setting up device_tracker
2022-06-24 13:28:56 INFO (MainThread) [homeassistant.components.notify] Setting up notify.webostv
2022-06-24 13:28:56 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.webostv
2022-06-24 13:28:56 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.bluetooth_tracker
2022-06-24 13:28:56 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.bluetooth_le_tracker
2022-06-24 13:28:56 ERROR (SyncWorker_6) [homeassistant.components.bluetooth_tracker.device_tracker] Couldn't discover bluetooth devices: [Errno 19] No such device
2022-06-24 13:28:56 WARNING (SyncWorker_4) [homeassistant.components.bluetooth_le_tracker.device_tracker] No Bluetooth LE devices to track!
2022-06-24 13:28:56 WARNING (SyncWorker_1) [homeassistant.components.google] The 'max_results' option is deprecated, please remove it from your configuration
2022-06-24 13:28:56 WARNING (SyncWorker_1) [homeassistant.components.google] The 'max_results' option is deprecated, please remove it from your configuration
2022-06-24 13:28:56 WARNING (SyncWorker_1) [homeassistant.components.google] The 'max_results' option is deprecated, please remove it from your configuration
2022-06-24 13:28:56 WARNING (SyncWorker_1) [homeassistant.components.google] The 'max_results' option is deprecated, please remove it from your configuration
2022-06-24 13:28:56 WARNING (SyncWorker_1) [homeassistant.components.google] The 'max_results' option is deprecated, please remove it from your configuration
2022-06-24 13:28:56 WARNING (SyncWorker_1) [homeassistant.components.google] The 'max_results' option is deprecated, please remove it from your configuration
2022-06-24 13:28:56 WARNING (SyncWorker_1) [homeassistant.components.google] The 'max_results' option is deprecated, please remove it from your configuration
2022-06-24 13:28:56 WARNING (SyncWorker_1) [homeassistant.components.google] The 'max_results' option is deprecated, please remove it from your configuration
2022-06-24 13:28:56 ERROR (MainThread) [homeassistant.components.device_tracker] Error setting up platform legacy bluetooth_le_tracker
2022-06-24 13:28:56 ERROR (MainThread) [homeassistant.components.bluetooth_tracker.device_tracker] Error looking up Bluetooth device
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/bluetooth/bluez.py", line 289, in _gethcisock
sock = _bt.hci_open_dev (device_id)
_bluetooth.error: no available bluetoot devices
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/bluetooth_tracker/device_tracker.py", line 167, in perform_bluetooth_update
friendly_name = await hass.async_add_executor_job(lookup_name, mac)
File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/bluetooth_tracker/device_tracker.py", line 127, in lookup_name
return bluetooth.lookup_name(mac, timeout=5) # type: ignore[no-any-return]
File "/usr/local/lib/python3.9/site-packages/bluetooth/bluez.py", line 61, in lookup_name
sock = _gethcisock ()
File "/usr/local/lib/python3.9/site-packages/bluetooth/bluez.py", line 291, in _gethcisock
raise BluetoothError ("error accessing bluetooth device")
bluetooth.btcommon.BluetoothError: error accessing bluetooth device
2022-06-24 13:28:56 INFO (SyncWorker_6) [homeassistant.loader] Loaded calendar from homeassistant.components.calendar
2022-06-24 13:28:56 INFO (MainThread) [homeassistant.setup] Setup of domain device_tracker took 0.4 seconds
2022-06-24 13:28:56 INFO (MainThread) [homeassistant.setup] Setting up calendar
2022-06-24 13:28:56 INFO (MainThread) [homeassistant.setup] Setup of domain calendar took 0.0 seconds
2022-06-24 13:28:56 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.ble_monitor
2022-06-24 13:28:56 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.mobile_app
2022-06-24 13:28:56 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.mobile_app
2022-06-24 13:28:56 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.mobile_app
2022-06-24 13:28:56 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.mobile_app
2022-06-24 13:28:56 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.owntracks
2022-06-24 13:28:56 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.mqtt
2022-06-24 13:28:56 INFO (MainThread) [homeassistant.components.calendar] Setting up calendar.google
2022-06-24 13:28:56 INFO (MainThread) [custom_components.hacs] Restore done
2022-06-24 13:28:56 INFO (MainThread) [homeassistant.components.cover] Setting up cover.mqtt
2022-06-24 13:28:56 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.WAITING
2022-06-24 13:28:56 INFO (MainThread) [custom_components.hacs] Setup complete, waiting for Home Assistant before startup tasks starts
2022-06-24 13:28:56 INFO (MainThread) [homeassistant.setup] Setup of domain hacs took 3.5 seconds
2022-06-24 13:28:56 WARNING (MainThread) [cozytouchpy.handlers] Error building device, skipping: Unknown device Wifi
2022-06-24 13:28:56 WARNING (MainThread) [cozytouchpy.handlers] Error building device, skipping: Unknown device DimmerLight
2022-06-24 13:28:56 WARNING (MainThread) [cozytouchpy.handlers] Error building device, skipping: Unknown device DimmerLight
2022-06-24 13:28:56 WARNING (MainThread) [cozytouchpy.handlers] Error building device, skipping: Unknown device DimmerLight
2022-06-24 13:28:56 WARNING (MainThread) [cozytouchpy.handlers] Error building device, skipping: Unknown device DimmerLight
2022-06-24 13:28:56 WARNING (MainThread) [cozytouchpy.handlers] Error building device, skipping: Unknown device DimmerLight
2022-06-24 13:28:56 WARNING (MainThread) [cozytouchpy.handlers] Error building device, skipping: Unknown device DimmerLight
2022-06-24 13:28:56 WARNING (MainThread) [cozytouchpy.handlers] Error building device, skipping: Unknown device DimmerLight
2022-06-24 13:28:56 WARNING (MainThread) [homeassistant.helpers.frame] Detected integration that uses deprecated `async_get_registry` to access device registry, use async_get instead. Please report issue to the custom component author for cozytouch using this method at custom_components/cozytouch/__init__.py, line 104: device_registry = await dr.async_get_registry(hass)
2022-06-24 13:28:56 INFO (MainThread) [homeassistant.components.fan] Setting up fan.mqtt
2022-06-24 13:28:56 INFO (MainThread) [custom_components.hacs]
-------------------------------------------------------------------
HACS (Home Assistant Community Store)
Version: 1.20.0
This is a custom integration
If you have any issues with this you need to open an issue here:
https://github.com/hacs/integration/issues
-------------------------------------------------------------------
2022-06-24 13:28:56 INFO (SyncWorker_6) [homeassistant.loader] Loaded water_heater from homeassistant.components.water_heater
2022-06-24 13:28:56 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.spotify
2022-06-24 13:28:56 INFO (MainThread) [homeassistant.components.climate] Setting up climate.cozytouch
2022-06-24 13:28:56 INFO (MainThread) [homeassistant.components.switch] Setting up switch.cozytouch
2022-06-24 13:28:56 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.cozytouch
2022-06-24 13:28:56 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.cozytouch
2022-06-24 13:28:56 INFO (MainThread) [homeassistant.setup] Setting up water_heater
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.setup] Setup of domain water_heater took 0.2 seconds
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.humidifier] Setting up humidifier.mqtt
2022-06-24 13:28:57 ERROR (MainThread) [homeassistant.components.climate] Error while setting up cozytouch platform for climate
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 249, in _async_setup_platform
await asyncio.shield(task)
File "/config/custom_components/cozytouch/climate.py", line 41, in async_setup_entry
devices.append(CozytouchStandaloneThermostat(device, coordinator))
File "/config/custom_components/cozytouch/climate.py", line 71, in __init__
self.__load_features()
File "/config/custom_components/cozytouch/climate.py", line 82, in __load_features
self.climate.is_state_supported(DeviceState.PASS_APC_HEATING_MODE_STATE)
File "/usr/local/lib/python3.9/site-packages/cozytouchpy/objects/heater.py", line 98, in is_state_supported
return state in self.supported_states
File "/usr/local/lib/python3.9/site-packages/cozytouchpy/objects/heater.py", line 92, in supported_states
sensor_states = [state["name"] for state in sensor.states]
AttributeError: 'str' object has no attribute 'states'
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.water_heater] Setting up water_heater.cozytouch
2022-06-24 13:28:57 WARNING (MainThread) [homeassistant.helpers.frame] Detected integration that uses deprecated `async_get_registry` to access device registry, use async_get instead. Please report issue to the custom component author for tahoma using this method at custom_components/tahoma/__init__.py, line 141: device_registry = await dr.async_get_registry(hass)
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.alarm_control_panel] Setting up alarm_control_panel.tahoma
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.tahoma
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.button] Setting up button.tahoma
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.climate] Setting up climate.tahoma
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.cover] Setting up cover.tahoma
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.light] Setting up light.tahoma
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.number] Setting up number.tahoma
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.scene] Setting up scene.tahoma
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.select] Setting up select.tahoma
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.tahoma
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.switch] Setting up switch.tahoma
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.water_heater] Setting up water_heater.tahoma
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.light] Setting up light.mqtt
2022-06-24 13:28:57 ERROR (MainThread) [homeassistant.components.binary_sensor] Error adding entities for domain binary_sensor with platform cozytouch
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 382, in async_add_entities
await asyncio.gather(*tasks)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 619, in _async_add_entity
await entity.add_to_platform_finish()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 810, in add_to_platform_finish
self.async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 533, in async_write_ha_state
self._async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 571, in _async_write_ha_state
state = self._stringify_state(available)
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 539, in _stringify_state
if (state := self.state) is None:
File "/usr/src/homeassistant/homeassistant/components/binary_sensor/__init__.py", line 209, in state
if (is_on := self.is_on) is None:
File "/config/custom_components/cozytouch/binary_sensor.py", line 88, in is_on
return self.coordinator.data.devices[self.unique_id].is_opened
KeyError: '*'
2022-06-24 13:28:57 INFO (SyncWorker_8) [homeassistant.loader] Loaded lock from homeassistant.components.lock
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.setup] Setting up sonos
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.setup] Setup of domain sonos took 0.0 seconds
2022-06-24 13:28:57 INFO (zeroconf-ServiceBrowser-_googlecast._tcp-115) [homeassistant.components.cast.helpers] Fetched cast details for unknown model 'MIBOX3' manufacturer: 'Xiaomi', type: 'cast'. Please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+cast%22
2022-06-24 13:28:57 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up cozytouch platform for binary_sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 257, in _async_setup_platform
await asyncio.gather(*pending)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 382, in async_add_entities
await asyncio.gather(*tasks)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 619, in _async_add_entity
await entity.add_to_platform_finish()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 810, in add_to_platform_finish
self.async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 533, in async_write_ha_state
self._async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 571, in _async_write_ha_state
state = self._stringify_state(available)
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 539, in _stringify_state
if (state := self.state) is None:
File "/usr/src/homeassistant/homeassistant/components/binary_sensor/__init__.py", line 209, in state
if (is_on := self.is_on) is None:
File "/config/custom_components/cozytouch/binary_sensor.py", line 88, in is_on
return self.coordinator.data.devices[self.unique_id].is_opened
KeyError: '*'
2022-06-24 13:28:57 INFO (MainThread) [custom_components.hacs] Loaded 12 tasks
2022-06-24 13:28:57 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.SETUP
2022-06-24 13:28:57 WARNING (MainThread) [homeassistant.helpers.frame] Detected integration that uses deprecated `async_get_registry` to access entity registry, use async_get instead. Please report issue to the custom component author for tahoma using this method at custom_components/tahoma/climate_devices/atlantic_electrical_heater_with_adjustable_temperature_setpoint.py, line 109: entity_registry = await self.hass.helpers.entity_registry.async_get_registry()
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.setup] Setup of domain sonoff took 4.1 seconds
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.setup] Setting up lock
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.setup] Setup of domain lock took 0.0 seconds
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.upnp
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.upnp
2022-06-24 13:28:57 INFO (MainThread) [custom_components.hacs] HacsTask<setup_frontend> yaml mode, cache for /hacsfiles/: False
2022-06-24 13:28:57 INFO (MainThread) [custom_components.hacs] Enable category: integration
2022-06-24 13:28:57 INFO (MainThread) [custom_components.hacs] Enable category: plugin
2022-06-24 13:28:57 INFO (MainThread) [custom_components.hacs] Enable category: theme
2022-06-24 13:28:57 INFO (MainThread) [custom_components.hacs] Enable category: appdaemon
2022-06-24 13:28:57 INFO (MainThread) [custom_components.hacs] Enable category: netdaemon
2022-06-24 13:28:57 WARNING (MainThread) [homeassistant.config_entries] Config entry 'HP OfficeJet 3830 series [6D1C81]' for ipp integration not ready yet: Invalid response from API: Error occurred while communicating with IPP server.; Retrying in background
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.lock] Setting up lock.tahoma
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.lock] Setting up lock.mqtt
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.switch] Setting up switch.sonoff
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.switch] Setting up switch.sonoff
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.switch] Setting up switch.sonoff
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.switch] Setting up switch.sonos
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.sonos
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.sonos
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.sonos
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.number] Setting up number.sonos
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.number] Setting up number.mqtt
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.select] Setting up select.mqtt
2022-06-24 13:28:57 INFO (MainThread) [custom_components.hacs] Restore started
2022-06-24 13:28:57 WARNING (MainThread) [homeassistant.components.sensor] Platform openhardwaremonitor not ready yet: None; Retrying in background in 30 seconds
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.scene] Setting up scene.mqtt
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mqtt
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.siren] Setting up siren.mqtt
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.switch] Setting up switch.mqtt
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.vacuum] Setting up vacuum.mqtt
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 2.3 seconds
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.setup] Setting up default_config
2022-06-24 13:28:57 INFO (SyncWorker_8) [homeassistant.loader] Loaded backup from homeassistant.components.backup
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.setup] Setting up backup
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.setup] Setup of domain backup took 0.0 seconds
2022-06-24 13:28:57 INFO (MainThread) [custom_components.hacs] Restore done
2022-06-24 13:28:57 INFO (SyncWorker_9) [homeassistant.loader] Loaded stream from homeassistant.components.stream
2022-06-24 13:28:57 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.WAITING
2022-06-24 13:28:57 INFO (MainThread) [custom_components.hacs] Setup complete, waiting for Home Assistant before startup tasks starts
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hacs
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hacs
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.setup] Setting up stream
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.setup] Setup of domain stream took 0.0 seconds
2022-06-24 13:28:57 ERROR (MainThread) [homeassistant.components.sensor] Platform hacs does not generate unique IDs. ID 0717a0cd-745c-48fd-9b16-c8534c9704f9-bc944b0f-fd42-4a58-a072-ade38d1444cd already exists - ignoring sensor.hacs
2022-06-24 13:28:57 INFO (MainThread) [homeassistant.setup] Setup of domain default_config took 0.1 seconds
2022-06-24 13:28:58 ERROR (Thread-3) [custom_components.ble_monitor] HCIdump thread: Something wrong - interface hci0 not ready, and will be skipped for current scan period.
2022-06-24 13:28:59 ERROR (SyncWorker_0) [homeassistant.components.pyload.sensor] Error setting up pyLoad API: HTTPSConnectionPool(host='https', port=443): Max retries exceeded with url: //pyload.laboiteaframboises.duckdns.org:8000/api/login (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f0d1051f730>: Failed to establish a new connection: [Errno -3] Try again'))
2022-06-24 13:29:00 WARNING (MainThread) [homeassistant.setup] Setup of influxdb is taking over 10 seconds.
2022-06-24 13:29:00 WARNING (SyncWorker_3) [homeassistant.components.command_line.sensor] Empty reply found when expecting JSON data
2022-06-24 13:29:00 ERROR (MainThread) [homeassistant.helpers.template] Template variable error: 'value_json' is undefined when rendering '{{ value_json.addons | length }}'
2022-06-24 13:29:05 ERROR (SyncWorker_7) [homeassistant.components.influxdb] Cannot connect to InfluxDB due to 'HTTPConnectionPool(host='a0d7b954-influxdb', port=8086): Max retries exceeded with url: /write?db=homeassistantdb (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0d1b29a490>: Failed to establish a new connection: [Errno -3] Try again'))'. Please check that the provided connection details (host, port, etc.) are correct and that your InfluxDB server is running and accessible. Retrying in 60 seconds.
2022-06-24 13:29:05 INFO (MainThread) [homeassistant.setup] Setup of domain influxdb took 15.1 seconds
2022-06-24 13:29:05 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 18.07s
2022-06-24 13:29:05 INFO (MainThread) [homeassistant.core] Starting Home Assistant
2022-06-24 13:29:06 ERROR (MainThread) [homeassistant.helpers.template] Template variable error: 'None' has no attribute 'attributes' when rendering '{{ states.binary_sensor.detecteur_mouvement.attributes.occupancy }}'
2022-06-24 13:29:06 ERROR (MainThread) [homeassistant.helpers.event] Error while processing template: Template("{{ states.binary_sensor.detecteur_mouvement.attributes.occupancy }}")
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 409, in async_render
render_result = _render_with_context(self.template, compiled, **kwargs)
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1842, in _render_with_context
return template.render(**kwargs)
File "/usr/local/lib/python3.9/site-packages/jinja2/environment.py", line 1301, in render
self.environment.handle_exception()
File "/usr/local/lib/python3.9/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/local/lib/python3.9/site-packages/jinja2/sandbox.py", line 326, in getattr
value = getattr(obj, attribute)
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1868, in _fail_with_undefined_error
raise ex
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1859, in _fail_with_undefined_error
return super()._fail_with_undefined_error(*args, **kwargs)
jinja2.exceptions.UndefinedError: 'None' has no attribute 'attributes'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 525, in async_render_to_info
render_info._result = self.async_render(variables, strict=strict, **kwargs)
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 411, in async_render
raise TemplateError(err) from err
homeassistant.exceptions.TemplateError: UndefinedError: 'None' has no attribute 'attributes'
2022-06-24 13:29:06 ERROR (MainThread) [homeassistant.helpers.template] Template variable error: 'None' has no attribute 'attributes' when rendering '{{ states.binary_sensor.detecteur_mouvement.attributes.occupancy }}'
2022-06-24 13:29:06 ERROR (MainThread) [homeassistant.components.template.template_entity] TemplateError('UndefinedError: 'None' has no attribute 'attributes'') while processing template 'Template("{{ states.binary_sensor.detecteur_mouvement.attributes.occupancy }}")' for attribute '_attr_native_value' in entity 'sensor.motionsensor_occupancy'
2022-06-24 13:29:06 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.STARTUP
2022-06-24 13:29:06 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.openhardwaremonitor
2022-06-24 13:29:06 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.STARTUP
2022-06-24 13:29:06 INFO (MainThread) [homeassistant.components.zeroconf] Starting Zeroconf broadcast
2022-06-24 13:29:06 INFO (MainThread) [homeassistant.components.automation.set_theme_on_ha_start] Set Theme on HA Start: Running automation actions
2022-06-24 13:29:06 INFO (MainThread) [homeassistant.components.automation.set_theme_on_ha_start] Set Theme on HA Start: Executing step call service
2022-06-24 13:29:06 INFO (MainThread) [homeassistant.components.automation.set_theme_on_ha_start] Initialized trigger Set Theme on HA Start
2022-06-24 13:29:06 INFO (MainThread) [homeassistant.components.automation.send_notification_when_alarm_is_disarmed] Initialized trigger Send notification when alarm is Disarmed
2022-06-24 13:29:06 INFO (MainThread) [homeassistant.components.automation.send_notification_when_alarm_is_armed_in_away_mode] Initialized trigger Send notification when alarm is Armed in Away mode
2022-06-24 13:29:06 INFO (MainThread) [homeassistant.components.automation.send_notification_when_motion_detected_with_alarm_armed] Initialized trigger Send notification when motion detected with alarm armed
2022-06-24 13:29:06 INFO (MainThread) [homeassistant.components.automation.turn_on_kettle_every_morning_at_wake_up] Initialized trigger Turn on kettle every morning at wake up
2022-06-24 13:29:06 INFO (MainThread) [homeassistant.components.automation.controller_ikea_e1744_symfonisk_rotary_remote] Initialized trigger Controller - IKEA E1744 SYMFONISK Rotary Remote
2022-06-24 13:29:06 INFO (MainThread) [homeassistant.components.automation.hook_media_player_2] Initialized trigger Hook - Media Player
2022-06-24 13:29:06 INFO (MainThread) [homeassistant.components.automation.volume_son] Initialized trigger Volume son
2022-06-24 13:29:06 INFO (MainThread) [homeassistant.components.automation.chauffage_mode_absence] Initialized trigger Chauffage mode absence
2022-06-24 13:29:06 INFO (MainThread) [homeassistant.components.automation.chauffage_mode_retour] Initialized trigger Chauffage mode retour
2022-06-24 13:29:06 INFO (MainThread) [homeassistant.components.frontend] Theme noctis set as default light theme
2022-06-24 13:29:06 INFO (MainThread) [custom_components.hacs] Loading known repositories
2022-06-24 13:29:06 INFO (MainThread) [custom_components.hacs] Loading known repositories
2022-06-24 13:29:06 INFO (MainThread) [pyhap.accessory_driver] Starting accessory Home Assistant Bridge on address 192.168.0.12, port 21063.
2022-06-24 13:29:06 INFO (SyncWorker_8) [homeassistant.loader] Loaded overkiz from homeassistant.components.overkiz
2022-06-24 13:29:06 INFO (SyncWorker_9) [homeassistant.loader] Loaded somfy from homeassistant.components.somfy
2022-06-24 13:29:07 INFO (SyncWorker_5) [homeassistant.util.package] Attempting install of pyoverkiz==1.4.0
2022-06-24 13:29:07 INFO (SyncWorker_9) [homeassistant.loader] Loaded zha from homeassistant.components.zha
2022-06-24 13:29:08 WARNING (MainThread) [custom_components.hacs] You have 'maykar/kiosk-mode' installed with HACS this repository has been removed from HACS, please consider removing it. Removal reason (Repository is archived)
2022-06-24 13:29:08 WARNING (MainThread) [custom_components.hacs] You have 'custom-cards/upcoming-media-card' installed with HACS this repository has been removed from HACS, please consider removing it. Removal reason (Repository is archived)
2022-06-24 13:29:08 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.RUNNING
2022-06-24 13:29:08 WARNING (MainThread) [custom_components.hacs] You have 'maykar/kiosk-mode' installed with HACS this repository has been removed from HACS, please consider removing it. Removal reason (Repository is archived)
2022-06-24 13:29:08 WARNING (MainThread) [custom_components.hacs] You have 'custom-cards/upcoming-media-card' installed with HACS this repository has been removed from HACS, please consider removing it. Removal reason (Repository is archived)
2022-06-24 13:29:08 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.RUNNING
2022-06-24 13:29:08 ERROR (SyncWorker_6) [homeassistant.components.bluetooth_tracker.device_tracker] Couldn't discover bluetooth devices: [Errno 19] No such device
2022-06-24 13:29:08 ERROR (MainThread) [homeassistant.components.bluetooth_tracker.device_tracker] Error looking up Bluetooth device
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/bluetooth/bluez.py", line 289, in _gethcisock
sock = _bt.hci_open_dev (device_id)
_bluetooth.error: no available bluetoot devices
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/bluetooth_tracker/device_tracker.py", line 167, in perform_bluetooth_update
friendly_name = await hass.async_add_executor_job(lookup_name, mac)
File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/bluetooth_tracker/device_tracker.py", line 127, in lookup_name
return bluetooth.lookup_name(mac, timeout=5) # type: ignore[no-any-return]
File "/usr/local/lib/python3.9/site-packages/bluetooth/bluez.py", line 61, in lookup_name
sock = _gethcisock ()
File "/usr/local/lib/python3.9/site-packages/bluetooth/bluez.py", line 291, in _gethcisock
raise BluetoothError ("error accessing bluetooth device")
bluetooth.btcommon.BluetoothError: error accessing bluetooth device
2022-06-24 13:29:18 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading configuration flow for integration overkiz: cannot import name 'TooManyAttemptsBannedException' from 'pyoverkiz.exceptions' (/usr/local/lib/python3.9/site-packages/pyoverkiz/exceptions.py)
2022-06-24 13:29:19 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 747, in async_create_flow
integration.get_platform("config_flow")
File "/usr/src/homeassistant/homeassistant/loader.py", line 618, in get_platform
cache[full_name] = self._import_platform(platform_name)
File "/usr/src/homeassistant/homeassistant/loader.py", line 635, in _import_platform
return importlib.import_module(f"{self.pkg_path}.{platform_name}")
File "/usr/local/lib/python3.9/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 850, in exec_module
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "/usr/src/homeassistant/homeassistant/components/overkiz/config_flow.py", line 9, in <module>
from pyoverkiz.exceptions import (
ImportError: cannot import name 'TooManyAttemptsBannedException' from 'pyoverkiz.exceptions' (/usr/local/lib/python3.9/site-packages/pyoverkiz/exceptions.py)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/discovery_flow.py", line 74, in _async_process_pending_flows
await gather_with_concurrency(
File "/usr/src/homeassistant/homeassistant/util/async_.py", line 199, in gather_with_concurrency
return await gather(
File "/usr/src/homeassistant/homeassistant/util/async_.py", line 197, in sem_task
return await task
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 205, in async_init
flow, result = await task
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 223, in _async_init
flow = await self.async_create_flow(handler, context=context, data=data)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 754, in async_create_flow
raise data_entry_flow.UnknownHandler
homeassistant.data_entry_flow.UnknownHandler
2022-06-24 13:29:19 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading configuration flow for integration overkiz: cannot import name 'TooManyAttemptsBannedException' from 'pyoverkiz.exceptions' (/usr/local/lib/python3.9/site-packages/pyoverkiz/exceptions.py)
2022-06-24 13:29:20 ERROR (SyncWorker_3) [homeassistant.components.bluetooth_tracker.device_tracker] Couldn't discover bluetooth devices: [Errno 19] No such device
2022-06-24 13:29:20 ERROR (MainThread) [homeassistant.components.bluetooth_tracker.device_tracker] Error looking up Bluetooth device
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/bluetooth/bluez.py", line 289, in _gethcisock
sock = _bt.hci_open_dev (device_id)
_bluetooth.error: no available bluetoot devices
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/bluetooth_tracker/device_tracker.py", line 167, in perform_bluetooth_update
friendly_name = await hass.async_add_executor_job(lookup_name, mac)
File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/bluetooth_tracker/device_tracker.py", line 127, in lookup_name
return bluetooth.lookup_name(mac, timeout=5) # type: ignore[no-any-return]
File "/usr/local/lib/python3.9/site-packages/bluetooth/bluez.py", line 61, in lookup_name
sock = _gethcisock ()
File "/usr/local/lib/python3.9/site-packages/bluetooth/bluez.py", line 291, in _gethcisock
raise BluetoothError ("error accessing bluetooth device")
bluetooth.btcommon.BluetoothError: error accessing bluetooth device
2022-06-24 13:29:32 ERROR (SyncWorker_2) [homeassistant.components.bluetooth_tracker.device_tracker] Couldn't discover bluetooth devices: [Errno 19] No such device
2022-06-24 13:29:32 ERROR (MainThread) [homeassistant.components.bluetooth_tracker.device_tracker] Error looking up Bluetooth device
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/bluetooth/bluez.py", line 289, in _gethcisock
sock = _bt.hci_open_dev (device_id)
_bluetooth.error: no available bluetoot devices
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/bluetooth_tracker/device_tracker.py", line 167, in perform_bluetooth_update
friendly_name = await hass.async_add_executor_job(lookup_name, mac)
File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/bluetooth_tracker/device_tracker.py", line 127, in lookup_name
return bluetooth.lookup_name(mac, timeout=5) # type: ignore[no-any-return]
File "/usr/local/lib/python3.9/site-packages/bluetooth/bluez.py", line 61, in lookup_name
sock = _gethcisock ()
File "/usr/local/lib/python3.9/site-packages/bluetooth/bluez.py", line 291, in _gethcisock
raise BluetoothError ("error accessing bluetooth device")
bluetooth.btcommon.BluetoothError: error accessing bluetooth device

J’ai enlevé les lignes DEBUG car il y avait trop texte autrement

Enfin vois-tu quelques choses sur le port de l’observer ? http://ip:4357 (ip à remplacer avec ta valeur)

Voilà le résultat

Encore une fois merci bcp pour ton aide :smiley:

Il faut bosser un peu plus l’analyse mais , tu as plein d’erreur dans la config :

  • des warning, pas gênants mais à traiter quand même
  • des trucs dépréciés (browser_mod …)
  • des trucs cassés (overkiz… bluetooth … sensors …)
  • des trucs pas à jour (template version post 2022.06 !!)

Et au final, ton accès ne marche pas car HA n’est pas démarré correctement (unhealthy).
Rien à voir avec le superviseur/reséau

Si tu as un dernier backup fonctionnel, moi je le réappliquerai. Parce que clairement, il y a du boulot.
Je tenterai aussi de supprimer la base de données même si ça semble pas la cause
Sinon la seule autre méthode pour corriger c’est de réduire ta configuration yaml au mini. Trouver comment démarrer, ajouter/corriger les sections au fur et à mesure

Okay merci, je vais démarrer sur le côté configuration yaml à minima pour voir que ce ça donne :ok_hand: