plugin-ZIGBEE Beta

Premiers tests

  • Nouvelle clé USB/coordinateur CC2652RB
  • Flash avec succès en Z-Stack
  • Désactivation et déconnexion CC2531 en position 1
  • Connexion et config CC2652RB en position 2

  • Désactivation du plugin
  • Activation
  • Mise à jour des dépendances
  • Vidage des logs
  • Démarrage du démon

Log Zigbeed_2

[2021-02-09 00:08:28][INFO] : Start zigbeed
[2021-02-09 00:08:28][INFO] : Log level : debug
[2021-02-09 00:08:28][INFO] : PID file : /tmp/jeedom/zigbee/deamon_2.pid
[2021-02-09 00:08:28][INFO] : Device : /dev/ttyUSB0
[2021-02-09 00:08:28][INFO] : Apikey : xxxx
[2021-02-09 00:08:28][INFO] : Callback : http://127.0.0.1:80/plugins/zigbee/core/php/jeeZigbee.php
[2021-02-09 00:08:28][INFO] : Cycle : 0.3
[2021-02-09 00:08:28][INFO] : Controller : cc
[2021-02-09 00:08:28][INFO] : Channel : 15
[2021-02-09 00:08:28][INFO] : Data folder : /var/www/html/plugins/zigbee/data/2
[2021-02-09 00:08:30][INFO] : Find device : /dev/ttyUSB0
[2021-02-09 00:08:30][INFO] : LOADER------Import de la configuration specifics.danfoss
[2021-02-09 00:08:30][INFO] : LOADER------Import de la configuration specifics.danfoss.details
[2021-02-09 00:08:30][INFO] : LOADER------Import de la configuration specifics.develco
[2021-02-09 00:08:30][INFO] : LOADER------Import de la configuration specifics.develco.details
[2021-02-09 00:08:30][DEBUG] : Writing PID 30457 to /tmp/jeedom/zigbee/deamon_2.pid
[2021-02-09 00:08:30][DEBUG] : Init request module v2.21.0
[2021-02-09 00:08:30][DEBUG] : Starting new HTTP connection (1): 127.0.0.1:80
[2021-02-09 00:08:30][DEBUG] : http://127.0.0.1:80 "GET /plugins/zigbee/core/php/jeeZigbee.php?apikey=xxxx HTTP/1.1" 200 0
[2021-02-09 00:08:30][DEBUG] : Using selector: EpollSelector
[2021-02-09 00:08:30][DEBUG] : [start_zigbee] Init zigbee network with config : {'database_path': '/var/www/html/plugins/zigbee/data/2/network_cc.db', 'device': {'path': '/dev/ttyUSB0'}, 'network': {'channel': 15}}
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<function connect.<locals>.connector at 0x74e11780>)
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Connection object at 0x74ef1820>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'PRAGMA foreign_keys = ON', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d3a0>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'CREATE TABLE IF NOT EXISTS devices (ieee ieee, nwk, status)', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d520>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'PRAGMA user_version = 3', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d3a0>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'CREATE UNIQUE INDEX IF NOT EXISTS ieee_idx ON devices(ieee)', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d520>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'CREATE TABLE IF NOT EXISTS endpoints (ieee ieee, endpoint_id, profile_id, device_type device_type, status, FOREIGN KEY(ieee) REFERENCES devices(ieee) ON DELETE CASCADE)', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d3a0>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'PRAGMA user_version = 3', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d520>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'CREATE UNIQUE INDEX IF NOT EXISTS endpoint_idx ON endpoints(ieee, endpoint_id)', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d3a0>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'CREATE TABLE IF NOT EXISTS clusters (ieee ieee, endpoint_id, cluster, FOREIGN KEY(ieee, endpoint_id) REFERENCES endpoints(ieee, endpoint_id) ON DELETE CASCADE)', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d520>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'PRAGMA user_version = 3', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d3a0>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'CREATE UNIQUE INDEX IF NOT EXISTS cluster_idx ON clusters(ieee, endpoint_id, cluster)', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d520>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'CREATE TABLE IF NOT EXISTS neighbors (device_ieee ieee NOT NULL, extended_pan_id ieee NOT NULL,ieee ieee NOT NULL, nwk INTEGER NOT NULL, struct INTEGER NOT NULL, permit_joining INTEGER NOT NULL, depth INTEGER NOT NULL, lqi INTEGER NOT NULL, FOREIGN KEY(device_ieee) REFERENCES devices(ieee) ON DELETE CASCADE)', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d3a0>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'PRAGMA user_version = 3', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d520>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'CREATE INDEX IF NOT EXISTS neighbors_idx ON neighbors(device_ieee)', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d3a0>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'CREATE TABLE IF NOT EXISTS node_descriptors (ieee ieee, value, FOREIGN KEY(ieee) REFERENCES devices(ieee) ON DELETE CASCADE)', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d520>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'PRAGMA user_version = 3', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d3a0>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'CREATE UNIQUE INDEX IF NOT EXISTS node_descriptors_idx ON node_descriptors(ieee)', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d520>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'CREATE TABLE IF NOT EXISTS output_clusters (ieee ieee, endpoint_id, cluster, FOREIGN KEY(ieee, endpoint_id) REFERENCES endpoints(ieee, endpoint_id) ON DELETE CASCADE)', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d3a0>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'PRAGMA user_version = 3', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d520>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'CREATE UNIQUE INDEX IF NOT EXISTS output_cluster_idx ON output_clusters(ieee, endpoint_id, cluster)', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d3a0>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'CREATE TABLE IF NOT EXISTS attributes (ieee ieee, endpoint_id, cluster, attrid, value, FOREIGN KEY(ieee) REFERENCES devices(ieee) ON DELETE CASCADE)', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d520>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'PRAGMA user_version = 3', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d3a0>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'CREATE UNIQUE INDEX IF NOT EXISTS attribute_idx ON attributes(ieee, endpoint_id, cluster, attrid)', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d520>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'CREATE TABLE IF NOT EXISTS groups (group_id, name)', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d3a0>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'PRAGMA user_version = 3', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d520>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'CREATE UNIQUE INDEX IF NOT EXISTS group_idx ON groups(group_id)', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d3a0>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'CREATE TABLE IF NOT EXISTS group_members (group_id, ieee ieee, endpoint_id,
FOREIGN KEY(group_id) REFERENCES groups(group_id) ON DELETE CASCADE,
FOREIGN KEY(ieee, endpoint_id)
REFERENCES endpoints(ieee, endpoint_id) ON DELETE CASCADE)', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d520>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'PRAGMA user_version = 3', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d3a0>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'CREATE UNIQUE INDEX IF NOT EXISTS group_members_idx ON group_members(group_id, ieee, endpoint_id)', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d520>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'CREATE TABLE IF NOT EXISTS relays (ieee ieee, relays,
FOREIGN KEY(ieee) REFERENCES devices(ieee) ON DELETE CASCADE)', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d3a0>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'PRAGMA user_version = 3', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d520>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'CREATE UNIQUE INDEX IF NOT EXISTS relays_idx ON relays(ieee)', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d3a0>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method commit of sqlite3.Connection object at 0x74ef1820>)
[2021-02-09 00:08:30][DEBUG] : returning None
[2021-02-09 00:08:30][DEBUG] : Loading application state from %s
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'SELECT * FROM devices', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d3a0>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method fetchmany of sqlite3.Cursor object at 0x74e7d3a0>, 64)
[2021-02-09 00:08:30][DEBUG] : returning []
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method close of sqlite3.Cursor object at 0x74e7d3a0>)
[2021-02-09 00:08:30][DEBUG] : returning None
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'SELECT * FROM node_descriptors', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d520>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method fetchmany of sqlite3.Cursor object at 0x74e7d520>, 64)
[2021-02-09 00:08:30][DEBUG] : returning []
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method close of sqlite3.Cursor object at 0x74e7d520>)
[2021-02-09 00:08:30][DEBUG] : returning None
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'SELECT * FROM endpoints', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d520>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method fetchmany of sqlite3.Cursor object at 0x74e7d520>, 64)
[2021-02-09 00:08:30][DEBUG] : returning []
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method close of sqlite3.Cursor object at 0x74e7d520>)
[2021-02-09 00:08:30][DEBUG] : returning None
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'SELECT * FROM clusters', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d520>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method fetchmany of sqlite3.Cursor object at 0x74e7d520>, 64)
[2021-02-09 00:08:30][DEBUG] : returning []
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method close of sqlite3.Cursor object at 0x74e7d520>)
[2021-02-09 00:08:30][DEBUG] : returning None
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'SELECT * FROM output_clusters', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d720>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method fetchmany of sqlite3.Cursor object at 0x74e7d720>, 64)
[2021-02-09 00:08:30][DEBUG] : returning []
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method close of sqlite3.Cursor object at 0x74e7d720>)
[2021-02-09 00:08:30][DEBUG] : returning None
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'SELECT * FROM attributes WHERE attrid=4 OR attrid=5', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d720>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method fetchmany of sqlite3.Cursor object at 0x74e7d720>, 64)
[2021-02-09 00:08:30][DEBUG] : returning []
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method close of sqlite3.Cursor object at 0x74e7d720>)
[2021-02-09 00:08:30][DEBUG] : returning None
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'SELECT * FROM attributes', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d720>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method fetchmany of sqlite3.Cursor object at 0x74e7d720>, 64)
[2021-02-09 00:08:30][DEBUG] : returning []
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method close of sqlite3.Cursor object at 0x74e7d720>)
[2021-02-09 00:08:30][DEBUG] : returning None
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'SELECT * FROM groups', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d720>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method fetchmany of sqlite3.Cursor object at 0x74e7d720>, 64)
[2021-02-09 00:08:30][DEBUG] : returning []
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method close of sqlite3.Cursor object at 0x74e7d720>)
[2021-02-09 00:08:30][DEBUG] : returning None
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'SELECT * FROM group_members', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d720>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method fetchmany of sqlite3.Cursor object at 0x74e7d720>, 64)
[2021-02-09 00:08:30][DEBUG] : returning []
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method close of sqlite3.Cursor object at 0x74e7d720>)
[2021-02-09 00:08:30][DEBUG] : returning None
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'SELECT * FROM relays', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d720>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method fetchmany of sqlite3.Cursor object at 0x74e7d720>, 64)
[2021-02-09 00:08:30][DEBUG] : returning []
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method close of sqlite3.Cursor object at 0x74e7d720>)
[2021-02-09 00:08:30][DEBUG] : returning None
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method execute of sqlite3.Connection object at 0x74ef1820>, 'SELECT * FROM neighbors', [])
[2021-02-09 00:08:30][DEBUG] : returning <sqlite3.Cursor object at 0x74e7d720>
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method fetchmany of sqlite3.Cursor object at 0x74e7d720>, 64)
[2021-02-09 00:08:30][DEBUG] : returning []
[2021-02-09 00:08:30][DEBUG] : executing functools.partial(<built-in method close of sqlite3.Cursor object at 0x74e7d720>)
[2021-02-09 00:08:30][DEBUG] : returning None
[2021-02-09 00:08:30][INFO] : Starting zigpy-cc version: 0.5.2
[2021-02-09 00:08:30][DEBUG] : Connecting on port /dev/ttyUSB0 with boudrate 115200
[2021-02-09 00:08:30][DEBUG] : Connection made
[2021-02-09 00:08:31][DEBUG] : --> SREQ SYS ping tsn: None {'capabilities': 1}
[2021-02-09 00:08:31][DEBUG] : Send: b'\xfe\x00!\x01 '
[2021-02-09 00:08:37][ERROR] : Couldn't start application
[2021-02-09 00:08:37][DEBUG] : executing functools.partial(<built-in method close of sqlite3.Connection object at 0x74ef1820>)
[2021-02-09 00:08:37][DEBUG] : returning None
[2021-02-09 00:08:37][ERROR] : [start_zigbee] Fatal error :
[2021-02-09 00:08:37][DEBUG] : Traceback (most recent call last):
File "/var/www/html/plugins/zigbee/resources/zigbeed/zigbeed.py", line 71, in start_zigbee
start_radio=True,
File "/usr/local/lib/python3.7/dist-packages/zigpy/application.py", line 69, in new
await app.startup(auto_form)
File "/usr/local/lib/python3.7/dist-packages/zigpy_cc/zigbee/application.py", line 95, in startup
await self._api.request(Subsystem.SYS, "ping", {"capabilities": 1})
File "/usr/local/lib/python3.7/dist-packages/zigpy_cc/api.py", line 117, in request
return await self.request_raw(obj, waiter_id, expected_status)
File "/usr/local/lib/python3.7/dist-packages/zigpy_cc/api.py", line 121, in request_raw
return await self._request_raw(obj, waiter_id, expected_status)
File "/usr/local/lib/python3.7/dist-packages/zigpy_cc/api.py", line 141, in _request_raw
result = await waiter.wait()
File "/usr/local/lib/python3.7/dist-packages/zigpy_cc/api.py", line 47, in wait
return await asyncio.wait_for(self.future, self.timeout / 1000)
File "/usr/lib/python3.7/asyncio/tasks.py", line 423, in wait_for
raise futures.TimeoutError()
concurrent.futures._base.TimeoutError
[2021-02-09 00:08:37][DEBUG] : Shutdown
[2021-02-09 00:08:37][DEBUG] : Removing PID file /tmp/jeedom/zigbee/deamon_2.pid
[2021-02-09 00:08:37][DEBUG] : Exit 0
  • Je connecte et réactive la clé 1 CC2531 => Idem
  • Je désactive la clé 2 (et reste branché) => Démarrage OK du démon. Test bouton Zig Sonoff OK.
  • Je réactive la clé 2

  • Démon dit NOK néanmoins :
    ** La clé 1 continue de fonctionner
    ** La clé 2 ne fonctionne pas

Le log Zigbeed_2 est tj le même.

Modif à 01h10 :

En regardant le code et l’aide… j’ai compris mon erreur :

EUREKA ça marche

Prochain épisode dans un sujet annexe plugin-ZIGBEE Beta - CC2652RB - Plugins / Protocole domotique - Communauté Jeedom

1 « J'aime »