Erreur timeout lors du démarrage du démon

Bonjour, depuis ce matin j’ai un problème avec mon réseau Zigbee.
J’ai redémarré mon Rpi, relancé les dépendances du plugin Zigbee et voulu relancer le démon, rien à faire.
Le démon passe OK pendant quelques secondes puis repasse à NOK.
J’ai une clé Conbee 2.
Je vous joint les logs :

[2023-02-16 10:33:04]INFO : Start zigbeed
[2023-02-16 10:33:04]INFO : Log level : info
[2023-02-16 10:33:04]INFO : PID file : /tmp/jeedom/zigbee/deamon_1.pid
[2023-02-16 10:33:04]INFO : Device : auto
[2023-02-16 10:33:04]INFO : Apikey : KcZHsrWripY0t2V2CglD2AIbgXF5csc7
[2023-02-16 10:33:04]INFO : Callback : http://127.0.0.1:80/plugins/zigbee/core/php/jeeZigbee.php
[2023-02-16 10:33:04]INFO : Cycle : 0.3
[2023-02-16 10:33:04]INFO : Controller : deconz
[2023-02-16 10:33:04]INFO : Channel : 15
[2023-02-16 10:33:04]INFO : Data folder : /var/www/html/plugins/zigbee/data/1
[2023-02-16 10:33:04]INFO : Device folder : /var/www/html/plugins/zigbee/data/device
[2023-02-16 10:33:04]INFO : Folder OTA : /var/www/html/plugins/zigbee/data/ota
[2023-02-16 10:33:04]INFO : Zigpy advance configuration file : None
[2023-02-16 10:33:05]INFO : Find device : /dev/ttyACM0
[2023-02-16 10:33:06]INFO : LOADER------Import de la configuration specifics.danfoss
[2023-02-16 10:33:06]INFO : Impossible d'importer specifics.danfoss : cannot import name 'details' from 'specifics.danfoss' (/var/www/html/plugins/zigbee/resources/zigbeed/specifics/danfoss/__init__.py)
[2023-02-16 10:33:06]INFO : LOADER------Import de la configuration specifics.develco
[2023-02-16 10:33:06]INFO : Impossible d'importer specifics.develco : cannot import name 'details' from 'specifics.develco' (/var/www/html/plugins/zigbee/resources/zigbeed/specifics/develco/__init__.py)
[2023-02-16 10:33:06]INFO : LOADER------Import de la configuration specifics.frient
[2023-02-16 10:33:06]INFO : Impossible d'importer specifics.frient : cannot import name 'details' from 'specifics.frient' (/var/www/html/plugins/zigbee/resources/zigbeed/specifics/frient/__init__.py)
[2023-02-16 10:33:06]INFO : LOADER------Import de la configuration specifics.legrand
[2023-02-16 10:33:06]INFO : Impossible d'importer specifics.legrand : cannot import name 'details' from 'specifics.legrand' (/var/www/html/plugins/zigbee/resources/zigbeed/specifics/legrand/__init__.py)
[2023-02-16 10:33:06]INFO : LOADER------Import de la configuration specifics.schneider
[2023-02-16 10:33:06]INFO : Impossible d'importer specifics.schneider : cannot import name 'details' from 'specifics.schneider' (/var/www/html/plugins/zigbee/resources/zigbeed/specifics/schneider/__init__.py)
[2023-02-16 10:33:06]INFO : Writing PID 28928 to /tmp/jeedom/zigbee/deamon_1.pid
[2023-02-16 10:33:06]INFO : Init request module v2.28.2
[2023-02-16 10:33:06]INFO : [start_zigbee] Init zigbee network with config : {'database_path': '/var/www/html/plugins/zigbee/data/1/network_deconz.db', 'device': {'path': '/dev/ttyACM0'}, 'network': {'channel': 15}, 'ota': {'otau_directory': '/var/www/html/plugins/zigbee/data/ota', 'ikea_provider': True, 'ikea_update_url': 'http://fw.ota.homesmart.ikea.net/feed/version_info.json', 'ledvance_provider': True}}
[2023-02-16 10:33:07]INFO : Trådfri: OTA provider enabled
[2023-02-16 10:33:07]INFO : Ledvance: OTA provider enabled
[2023-02-16 10:33:11]WARNING : No response to 'Command.read_parameter' command with seq id '0x06'
[2023-02-16 10:33:11]ERROR : Couldn't start application
Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-packages/zigpy/application.py", line 119, in startup
await self.initialize(auto_form=auto_form)
File "/usr/local/lib/python3.7/dist-packages/zigpy/application.py", line 70, in initialize
await self.load_network_info(load_devices=False)
File "/usr/local/lib/python3.7/dist-packages/zigpy_deconz/zigbee/application.py", line 280, in load_network_info
(node_info.nwk,) = await self._api[NetworkParameter.nwk_address]
File "/usr/local/lib/python3.7/dist-packages/zigpy_deconz/api.py", line 416, in read_parameter
r = await self._command(Command.read_parameter, 1 + len(data), param, data)
File "/usr/local/lib/python3.7/dist-packages/zigpy_deconz/api.py", line 301, in _command
return await asyncio.wait_for(fut, timeout=COMMAND_TIMEOUT)
File "/usr/lib/python3.7/asyncio/tasks.py", line 423, in wait_for
raise futures.TimeoutError()
concurrent.futures._base.TimeoutError
[2023-02-16 10:33:11]ERROR : [start_zigbee] Fatal error :
[2023-02-16 10:33:11]INFO : Traceback (most recent call last):
File "/var/www/html/plugins/zigbee/resources/zigbeed/zigbeed.py", line 102, in start_zigbee
start_radio=True,
File "/usr/local/lib/python3.7/dist-packages/zigpy/application.py", line 138, in new
await app.startup(auto_form=auto_form)
File "/usr/local/lib/python3.7/dist-packages/zigpy/application.py", line 119, in startup
await self.initialize(auto_form=auto_form)
File "/usr/local/lib/python3.7/dist-packages/zigpy/application.py", line 70, in initialize
await self.load_network_info(load_devices=False)
File "/usr/local/lib/python3.7/dist-packages/zigpy_deconz/zigbee/application.py", line 280, in load_network_info
(node_info.nwk,) = await self._api[NetworkParameter.nwk_address]
File "/usr/local/lib/python3.7/dist-packages/zigpy_deconz/api.py", line 416, in read_parameter
r = await self._command(Command.read_parameter, 1 + len(data), param, data)
File "/usr/local/lib/python3.7/dist-packages/zigpy_deconz/api.py", line 301, in _command
return await asyncio.wait_for(fut, timeout=COMMAND_TIMEOUT)
File "/usr/lib/python3.7/asyncio/tasks.py", line 423, in wait_for
raise futures.TimeoutError()
concurrent.futures._base.TimeoutError
[2023-02-16 10:33:11]INFO : Shutdown
[2023-02-16 10:33:11]INFO : Removing PID file /tmp/jeedom/zigbee/deamon_1.pid
[2023-02-16 10:33:11]INFO : Exit 0

Bonjour,

Page santé jeedom + config plugin

le port est probablement incorrecte

ps: veuillez ne plus écraser mes corrections sur votre post:

  • titre « affreux »
  • tag incorrecte
  • log non formaté

voir Comment nous aider à vous aider - ou Comment poser une bonne question?

Dans la page Santé > Zigbee
Dépendances OK
Configuration OK
State Demon Désactivé

Et voilà un screenshot de la configuration du plugin

c’est pas ca qui est intéressant, montrez simplement une capture de la page santé, partie supérieur :wink:

pour la config zigbee, je vais laisser les experts vous guider
juste une question: avez-vous d’autres clés branchées? genre zwave? si oui, vérifiez que le votre clé conbee est effectivement sur le ttyACM0

Salut,

Essayez avec cette configuration

image

Désolé, voilà la page santé.
J’ai une clé Séna Bluetooth et un RFPlayer.
J’ai toujours laissé le port en auto je vais essayer de le changer.

Super ça refonctionne.
Merci pour votre aide @Furaxworld, @Mips !!

Ce sujet a été automatiquement fermé après 24 heures suivant le dernier commentaire. Aucune réponse n’est permise dorénavant.