Impossible d'intégrer ma clé ConBee II

Bonsoir,

je suis en train de commencer mon installation sur mon raspberry et je bloque sur la clé Zigbee.
Elle est branchée en direct (j’attends la rallonge pour l’éloigner du Rasp).
La clé est bien reconnue (j’ai également MAJ le firmware), je lance l’installation et à un moment celle-ci ne termine pas et un message d’erreur apparait :

Error setting up entry ConBee II for zha

21:09:42 – (ERREUR) components/zha/core/gateway.py - message survenu pour la première fois à 20:52:18 et apparu 2 fois.

Couldn't start deCONZ = dresden elektronik deCONZ protocol: ConBee I/II, RaspBee I/II coordinator (attempt 1 of 3)

21:09:42 – (AVERTISSEMENT) Zigbee Home Automation - message survenu pour la première fois à 20:52:11 et apparu 6 fois.

Voici les étapes d’intégration :
image

image

image

et les logs complets :

Journaux complets

2022-11-25 20:52:11.936 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start deCONZ = dresden elektronik deCONZ protocol: ConBee I/II, RaspBee I/II coordinator (attempt 1 of 3)

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize

2022-11-25 20:52:15.311 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start deCONZ = dresden elektronik deCONZ protocol: ConBee I/II, RaspBee I/II coordinator (attempt 2 of 3)

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize

2022-11-25 20:52:18.696 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start deCONZ = dresden elektronik deCONZ protocol: ConBee I/II, RaspBee I/II coordinator (attempt 3 of 3)

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize

2022-11-25 20:52:18.700 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry ConBee II for zha

File "/usr/src/homeassistant/homeassistant/components/zha/__init__.py", line 112, in async_setup_entry

await zha_gateway.async_initialize()

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 185, in async_initialize

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize

2022-11-25 20:56:48.922 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start deCONZ = dresden elektronik deCONZ protocol: ConBee I/II, RaspBee I/II coordinator (attempt 1 of 3)

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize

2022-11-25 20:57:02.166 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start deCONZ = dresden elektronik deCONZ protocol: ConBee I/II, RaspBee I/II coordinator (attempt 2 of 3)

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize

2022-11-25 20:57:15.413 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start deCONZ = dresden elektronik deCONZ protocol: ConBee I/II, RaspBee I/II coordinator (attempt 3 of 3)

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize

2022-11-25 20:57:15.417 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry ConBee II for zha

File "/usr/src/homeassistant/homeassistant/components/zha/__init__.py", line 112, in async_setup_entry

await zha_gateway.async_initialize()

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 185, in async_initialize

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize

2022-11-25 21:09:35.252 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start deCONZ = dresden elektronik deCONZ protocol: ConBee I/II, RaspBee I/II coordinator (attempt 1 of 3)

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize

2022-11-25 21:09:38.651 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start deCONZ = dresden elektronik deCONZ protocol: ConBee I/II, RaspBee I/II coordinator (attempt 2 of 3)

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize

2022-11-25 21:09:42.045 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start deCONZ = dresden elektronik deCONZ protocol: ConBee I/II, RaspBee I/II coordinator (attempt 3 of 3)

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize

2022-11-25 21:09:42.048 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry ConBee II, s/n: DE2597650 - dresden elektronik ingenieurtechnik GmbH for zha

File "/usr/src/homeassistant/homeassistant/components/zha/__init__.py", line 112, in async_setup_entry

await zha_gateway.async_initialize()

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 185, in async_initialize

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize

Merci pour votre aide :slight_smile:

Salut @sensenix

Ça va pas te dépanner dans l’immédiat, mais si tu peux nous préciser le mode d’installation de HA :wink:

Puis peut-être aussi passer les logs en mode « debug », dans configuration.yaml :

logger:
  default: info
  logs:
    homeassistant.components.zha: debug
    zigpy: debug

Sinon un p’tit reboot du serveur complet, j’ai lu que parfois sur un malentendu … :stuck_out_tongue:

Hello merci pour ta réponse.
J’ai rajouté les lignes dans le fichier et refait l’intégration :

## ournaux complets

2022-11-25 22:08:25.321 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 2: {'input_button', 'homeassistant_alerts', 'switch', 'xiaomi_miio', 'lovelace', 'nuki', 'history', 'diagnostics', 'met', 'input_text', 'system_health', 'input_boolean', 'rpi_power', 'automation', 'raspberry_pi', 'trace', 'netgear', 'script', 'counter', 'blueprint', 'image', 'timer', 'input_datetime', 'auth', 'hardware', 'sun', 'zone', 'application_credentials', 'tts', 'mobile_app', 'map', 'file_upload', 'default_config', 'input_number', 'onboarding', 'hue', 'config', 'zwave_js', 'my', 'input_select', 'media_source', 'analytics', 'search', 'zha', 'tag', 'schedule', 'repairs', 'scene', 'yeelight', 'logbook', 'person', 'blink', 'remote', 'device_automation', 'cast', 'harmony', 'energy', 'duckdns', 'radio_browser'}

2022-11-25 22:08:30.635 INFO (MainThread) [homeassistant.setup] Setting up zha

2022-11-25 22:08:30.636 INFO (MainThread) [homeassistant.setup] Setup of domain zha took 0.0 seconds

2022-11-25 22:08:31.731 DEBUG (MainThread) [homeassistant.components.zha] ZHA storage file does not exist or was already removed

2022-11-25 22:08:33.256 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start deCONZ = dresden elektronik deCONZ protocol: ConBee I/II, RaspBee I/II coordinator (attempt 1 of 3)

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize

2022-11-25 22:08:36.638 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start deCONZ = dresden elektronik deCONZ protocol: ConBee I/II, RaspBee I/II coordinator (attempt 2 of 3)

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize

2022-11-25 22:08:40.018 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start deCONZ = dresden elektronik deCONZ protocol: ConBee I/II, RaspBee I/II coordinator (attempt 3 of 3)

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize

2022-11-25 22:08:40.023 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry ConBee II, s/n: DE2597650 - dresden elektronik ingenieurtechnik GmbH for zha

File "/usr/src/homeassistant/homeassistant/components/zha/__init__.py", line 112, in async_setup_entry

await zha_gateway.async_initialize()

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 185, in async_initialize

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize

2022-11-25 22:08:52.124 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [547850867840] Received unknown command: zha/configuration

2022-11-25 22:08:52.125 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [547850867840] Received unknown command: zha/network/settings

2022-11-25 22:08:59.709 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [547850867840] Received unknown command: zha/groups

2022-11-25 22:09:01.868 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [547850867840] Received unknown command: zha/configuration

2022-11-25 22:09:01.869 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [547850867840] Received unknown command: zha/network/settings

2022-11-25 22:09:14.669 DEBUG (MainThread) [homeassistant.components.zha.config_flow] Attempting to probe radio type RadioType.ezsp

2022-11-25 22:09:20.678 DEBUG (MainThread) [homeassistant.components.zha.config_flow] Attempting to probe radio type RadioType.znp

2022-11-25 22:09:25.682 DEBUG (MainThread) [homeassistant.components.zha.config_flow] Attempting to probe radio type RadioType.deconz

2022-11-25 22:09:28.391 DEBUG (MainThread) [homeassistant.components.zha] ZHA storage file does not exist or was already removed

2022-11-25 22:09:28.786 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start deCONZ = dresden elektronik deCONZ protocol: ConBee I/II, RaspBee I/II coordinator (attempt 1 of 3)

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize

2022-11-25 22:09:32.180 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start deCONZ = dresden elektronik deCONZ protocol: ConBee I/II, RaspBee I/II coordinator (attempt 2 of 3)

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize

2022-11-25 22:09:35.538 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start deCONZ = dresden elektronik deCONZ protocol: ConBee I/II, RaspBee I/II coordinator (attempt 3 of 3)

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize

2022-11-25 22:09:35.541 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry ConBee II, s/n: DE2597650 - dresden elektronik ingenieurtechnik GmbH for zha

File "/usr/src/homeassistant/homeassistant/components/zha/__init__.py", line 112, in async_setup_entry

await zha_gateway.async_initialize()

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 185, in async_initialize

File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize

Pour l’installation je suis passé par Raspberry Imager et j’ai donc pris la release dispo sur l’appli !
J’espère que mes réponses sont celles dont tu avais besoin ^^

Le plus simple pour partager ta conf, dans les menus :

Paramètres\Système\Corrections\ Puis les trois petits points en haut à droite \ Informations Système \ Copier

Et enfin coller le contenu dans ta réponse :wink:

Par hasard tu n’as pas déjà essayé d’installer et configurer l’addon deconz ?

Ça non plus c’est pas très bon.

Hello

3 Questions

Connecté sur un raspberry ( Modele ??? ) , mais sur port USB 2 ou 3
As tu prévu une petite rallonge pour la clé ??
As tu d’autres USB de connecté sur ton PI ?

1 « J'aime »

Voilà la config :

## System Information

version | core-2022.11.4
-- | --
installation_type | Home Assistant OS
dev | false
hassio | true
docker | true
user | root
virtualenv | false
python_version | 3.10.7
os_name | Linux
os_version | 5.15.61-v8
arch | aarch64
timezone | Europe/Paris
config_dir | /config

<details><summary>Home Assistant Cloud</summary>

logged_in | false
-- | --
can_reach_cert_server | ok
can_reach_cloud_auth | ok
can_reach_cloud | ok

</details>

<details><summary>Home Assistant Supervisor</summary>

host_os | Home Assistant OS 9.3
-- | --
update_channel | stable
supervisor_version | supervisor-2022.11.2
agent_version | 1.4.1
docker_version | 20.10.18
disk_total | 116.7 GB
disk_used | 2.9 GB
healthy | true
supported | true
board | rpi4-64
supervisor_api | ok
version_api | ok
installed_addons | Z-Wave JS (0.1.74), Duck DNS (1.15.0), File editor (5.4.2)

</details>

<details><summary>Dashboards</summary>

dashboards | 1
-- | --
resources | 0
views | 1
mode | storage

</details>

<details><summary>Recorder</summary>

oldest_recorder_run | 18 novembre 2022 à 09:42
-- | --
current_recorder_run | 25 novembre 2022 à 22:08
estimated_db_size | 13.11 MiB
database_engine | sqlite
database_version | 3.38.5

</details>

Par hasard tu n’as pas déjà essayé d’installer et configurer l’addon deconz ?

Sur le même raspberry oui, je l’ai supprimé et j’ai essayé de nouveau.

3 Questions

Connecté sur un raspberry ( Modele ??? ) , mais sur port USB 2 ou 3
As tu prévu une petite rallonge pour la clé ??
As tu d’autres USB de connecté sur ton PI ?

  • C’est marqué dans ma signature :sweat_smile:
  • La clé est branchée sur le port usb 2, la rallonge arrive, je l’ai commandé
  • Normalement j’ia une clé zwave mais elle est débranchée, j’ai donc essayé avec et sans la clé zwave au moment de l’intégration de la clé zigbee.

merci pour votre aide

Hello

Si a chaque personne on cliqué sur le pseudo pour voir la signature on va y passé des heures …
Le mieux est de le dire dans le post :wink:

Tu as essayé de la branche sur PC et voir son firmware ?
Peut être lui faire une mise a jour de celui-ci

Autant pour moi ClassicRed, je croyais qu’on le voyait direct.
J’ai MAJ la clé via PC oui et impeccable :confused:

tkt pas va !! :wink:

Alors , sur Rapsberry

Tu as désactivé le wifi sur celui-ci ?

Ouvrez le fichier config.txt avec nano par exemple :
sudo nano /boot/config.txt
Trouvez la ligne suivante :
#Additional overlays and parameters are documented /boot/overlays/README
Et ajoutez ces deux lignes juste en dessous :
dtoverlay=disable-wifi
dtoverlay=disable-bt

REBOOT

Faudrait que @WarC0zes passe par ici
il sera plus amène de t’aidé avec ZHA

Alors je sui sun noob de raspberry et HA donc je vais demander des explications !
comme là je suis passé pas raspberry imager je ne sais pas comment me connecter en SSh.
Quand j’installer Raspberry OS je savais mais là comme c’est HA …

Tu fais
PARAMETRES / MODULE COMPLEMENTAIRE / Boutique des modules complémentaires

dans Home Assistant Community Add-ons

Installe le

Bonjour

il faut que tu active le mode avancé dans ton profil pour acceder l’installation de SSH

Bonjour,
j’ai une clef sonoff avec une rallonge (1.5m) + SSD sur RPi3 B avec une alimentation officielle 2.5a. Sur RPi 4 je sais pas si une alimentation 2.5a suffit avec un SSD + Clé Zigbee + clé Zware.

@sensenix
Tu devrait attendre ta rallonge pour refaire des tests. Branche sur les port usb 2.0 (port noir).

Ok module installé, j’ai accès à la connexion avec Putty en SSh mais impossible de me loguer.
Quel compte dois-je mettre ?
Ou alors pas besoin de passer par Putty et direct via l’IHM du module ?

Ah ouais tu penses que je dois upgrade l’alim ?

Non, pas sur. Tu peu installer l’intégration Raspberry Pi Power Supply Checker et voir le statut pour s’avoir si l’alime est juste.

Hello, ma clé arrive aujourd’hui, je vais attendre et l’essayer avant de faire les manips :wink:

Bon et bien la rallonge a tout solutionné :slight_smile:
tout fonctionne sans soucis.
J’ai une question, je crois que le wifi et bluetooth ne sont pas activés sur le Rasp, et j’aimerai intégrer des govee à mon système qui ne fonctionnent qu’en Bluetooth et Wifi, ça vaut le coup de l’activer ou ça risque de faire trop de conflits ?

1 « J'aime »