Page 3 sur 4

Re: Problème python Domoticz Docker synology

Publié : 06 nov. 2022, 15:57
par pipiche
lecanard38 a écrit : 06 nov. 2022, 11:44
2022-11-06 11:29:06.660 Error: zigbee: Call to function 'onStart' failed, exception details:
2022-11-06 11:29:06.661 Error: zigbee: Traceback (most recent call last):
2022-11-06 11:29:06.661 Error: zigbee: File "/opt/domoticz/userdata/plugins/Domoticz-Zigbee/plugin.py", line 1562, in onStart
2022-11-06 11:29:06.661 Error: zigbee: _plugin.onStart()
2022-11-06 11:29:06.661 Error: zigbee: File "/opt/domoticz/userdata/plugins/Domoticz-Zigbee/plugin.py", line 566, in onStart
2022-11-06 11:29:06.661 Error: zigbee: import zigpy
As-tu bien suivi la procédure et notamment as-tu bien fait la commande

Code : Tout sélectionner

git config --add submodule.recurse true
git submodule update --init --recursive
cf: https://github.com/zigbeefordomoticz/wi ... sous-linux

Re: Problème python Domoticz Docker synology

Publié : 06 nov. 2022, 16:41
par lecanard38
Oui, je refait la commande : pip3 install -r requirements.txt et voici ce que j'ai à la fin

Code : Tout sélectionner

Requirement already satisfied: pyusb==1.2.1 in /usr/local/lib/python3.7/dist-packages (from -r requirements.txt (line 17)) (1.2.1)     
Requirement already satisfied: typing-extensions in /usr/local/lib/python3.7/dist-packages (from -r requirements.txt (line 18)) (4.4.0)
Requirement already satisfied: voluptuous in /usr/local/lib/python3.7/dist-packages (from -r requirements.txt (line 19)) (0.13.1)      
Requirement already satisfied: yarl in /usr/local/lib/python3.7/dist-packages (from -r requirements.txt (line 20)) (1.8.1)             
Requirement already satisfied: cryptography in /usr/local/lib/python3.7/dist-packages (from -r requirements.txt (line 21)) (38.0.3)    
Requirement already satisfied: dnspython==2.2.1 in /usr/local/lib/python3.7/dist-packages (from -r requirements.txt (line 22)) (2.2.1) 
Requirement already satisfied: charset-normalizer<3.0,>=2.0 in /usr/local/lib/python3.7/dist-packages (from aiohttp->-r requirements.tx
t (line 1)) (2.1.1)                                                                                                                    
Requirement already satisfied: asynctest==0.13.0 in /usr/local/lib/python3.7/dist-packages (from aiohttp->-r requirements.txt (line 1))
 (0.13.0)                                                                                                                              
Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.7/dist-packages (from click->-r requirements.txt (line 6)) 
(5.0.0)                                                                                                                                
Requirement already satisfied: humanfriendly>=9.1 in /usr/local/lib/python3.7/dist-packages (from coloredlogs->-r requirements.txt (lin
e 9)) (10.0)                                                                                                                           
Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/local/lib/python3.7/dist-packages (from jsonschema
->-r requirements.txt (line 10)) (0.19.1)                                                                                              
Requirement already satisfied: pkgutil-resolve-name>=1.3.10 in /usr/local/lib/python3.7/dist-packages (from jsonschema->-r requirements
.txt (line 10)) (1.3.10)                                                                                                               
Requirement already satisfied: importlib-resources>=1.4.0 in /usr/local/lib/python3.7/dist-packages (from jsonschema->-r requirements.t
xt (line 10)) (5.10.0)                                                                                                                 
Requirement already satisfied: setuptools in /usr/local/lib/python3.7/dist-packages (from pure-pcapy3->-r requirements.txt (line 14)) (
65.5.0)                                                                                                                                
Requirement already satisfied: idna>=2.0 in /usr/local/lib/python3.7/dist-packages (from yarl->-r requirements.txt (line 20)) (3.4)    
Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.7/dist-packages (from cryptography->-r requirements.txt (line 21)) 
(1.15.1)                                                                                                                               
Requirement already satisfied: pycparser in /usr/local/lib/python3.7/dist-packages (from cffi>=1.12->cryptography->-r requirements.txt 
(line 21)) (2.21)                                                                                                                      
Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.7/dist-packages (from importlib-resources>=1.4.0->jsonschema->-r r
equirements.txt (line 10)) (3.10.0)                                                                                                    
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It 
is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv                                                 

Re: Problème python Domoticz Docker synology

Publié : 06 nov. 2022, 16:44
par lecanard38
E les 2 autres commandes me donnent ça :

Code : Tout sélectionner

root@domoticz:/opt/domoticz/userdata/plugins/Domoticz-Zigbee# git config --add submodule.recurse true                                  
root@domoticz:/opt/domoticz/userdata/plugins/Domoticz-Zigbee# git submodule update --init --recursive                                  
Submodule 'external/bellows' (https://github.com/zigbeefordomoticz/bellows.git) registered for path 'external/bellows'                 
Submodule 'external/zigpy' (https://github.com/zigbeefordomoticz/zigpy.git) registered for path 'external/zigpy'                       
Submodule 'external/zigpy-deconz' (https://github.com/zigbeefordomoticz/zigpy-deconz.git) registered for path 'external/zigpy-deconz'  
Submodule 'external/zigpy-zigate' (https://github.com/zigbeefordomoticz/zigpy-zigate) registered for path 'external/zigpy-zigate'      
Submodule 'external/zigpy-znp' (https://github.com/zigbeefordomoticz/zigpy-znp.git) registered for path 'external/zigpy-znp'           
Cloning into '/opt/domoticz/userdata/plugins/Domoticz-Zigbee/external/bellows'...                                                      
Cloning into '/opt/domoticz/userdata/plugins/Domoticz-Zigbee/external/zigpy-zigate'...                                                 
Cloning into '/opt/domoticz/userdata/plugins/Domoticz-Zigbee/external/zigpy-deconz'...                                                 
Cloning into '/opt/domoticz/userdata/plugins/Domoticz-Zigbee/external/zigpy'...                                                        
Cloning into '/opt/domoticz/userdata/plugins/Domoticz-Zigbee/external/zigpy-znp'...                                                    
Submodule path 'external/bellows': checked out 'f0a0533e4c27952cc1ee3c3bf145c4fbdee519c6'                                              
Submodule path 'external/zigpy': checked out 'c62c293738b9864364131a3f59198f1376c29ceb'                                                
Submodule path 'external/zigpy-deconz': checked out '9b595f5b391dc193d50375c94caed77777fdf6e6'                                         
Submodule path 'external/zigpy-zigate': checked out '77ef6ff7020d9af6a31d710f0cef95843747f598'                                         
Submodule path 'external/zigpy-znp': checked out '824c2b2ade1e2ecfeb55087b9375a1df33eebb34'                                            

Re: Problème python Domoticz Docker synology

Publié : 06 nov. 2022, 16:45
par pipiche
Et maintenant si tu lances le plug-in il se passe quoi au niveau des logs ?


Envoyé de mon iPhone en utilisant Tapatalk

Re: Problème python Domoticz Docker synology

Publié : 06 nov. 2022, 17:13
par lecanard38
Ca marche !
Voici le log Domoticz

Code : Tout sélectionner

2022-11-06 16:45:34.413 Status: zigbee: Started.
2022-11-06 16:45:34.413 Status: zigbee: Entering work loop.
2022-11-06 16:45:36.415 Status: zigbee: Initialized version 6.3, author 'pipiche38'
2022-11-06 16:45:36.416 Status: zigbee: Checking Python modules /opt/domoticz/userdata/plugins/Domoticz-Zigbee/requirements.txt
2022-11-06 16:45:36.914 Status: zigbee: Checking Python modules /opt/domoticz/userdata/plugins/Domoticz-Zigbee/requirements.txt
2022-11-06 16:45:37.027 zigbee: Installing plugin custom page /opt/domoticz/www/templates/zigbee.html
2022-11-06 16:45:37.027 zigbee: Starting LoggingManagement thread
2022-11-06 16:45:37.028 zigbee: start_logging_thread
2022-11-06 16:45:37.028 zigbee: logging_thread - listening
2022-11-06 16:45:37.027 Status: zigbee: filename set to /opt/domoticz/userdata/plugins/Domoticz-Zigbee/Conf/PluginConf-08.json
2022-11-06 16:45:37.027 Status: zigbee: pluginHome set to /opt/domoticz/userdata/plugins/Domoticz-Zigbee/
2022-11-06 16:45:37.027 Status: zigbee: homedirectory set to /opt/domoticz/userdata/plugins/Domoticz-Zigbee/
2022-11-06 16:45:37.027 Status: zigbee: pluginData set to /opt/domoticz/userdata/plugins/Domoticz-Zigbee/Data/
2022-11-06 16:45:37.027 Status: zigbee: pluginConfig set to /opt/domoticz/userdata/plugins/Domoticz-Zigbee/Conf/
2022-11-06 16:45:37.027 Status: zigbee: pluginOTAFirmware set to /opt/domoticz/userdata/plugins/Domoticz-Zigbee/OTAFirmware/
2022-11-06 16:45:37.027 Status: zigbee: pluginReports set to /opt/domoticz/userdata/plugins/Domoticz-Zigbee/Reports/
2022-11-06 16:45:37.027 Status: zigbee: pluginWWW set to /opt/domoticz/userdata/plugins/Domoticz-Zigbee/www/
2022-11-06 16:45:37.027 Status: zigbee: pluginLogs set to /opt/domoticz/userdata/plugins/Domoticz-Zigbee/Logs/
2022-11-06 16:45:37.028 Status: zigbee: Please watch plugin log into /opt/domoticz/userdata/plugins/Domoticz-Zigbee/Logs//PluginZigbee_08.log
2022-11-06 16:45:37.071 Status: Incoming connection from: 172.17.0.1
2022-11-06 16:45:37.077 Status: zigbee: Zigbee for Domoticz (z4d) plugin stable6-6.3.005 started
2022-11-06 16:45:37.107 Status: zigbee: DeviceConf loaded - 22 confs loaded
2022-11-06 16:45:37.568 Status: zigbee: DeviceConf loaded - 365 confs loaded
2022-11-06 16:45:37.569 Status: zigbee: load ListOfDevice
2022-11-06 16:45:37.569 Status: zigbee: 0 Entries loaded from /opt/domoticz/userdata/plugins/Domoticz-Zigbee/Data/DeviceList-8.txt
2022-11-06 16:45:37.593 Status: zigbee: Transport mode: ZigpydeCONZ
2022-11-06 16:45:38.812 Status: zigbee: Start Zigpy Transport on deCONZ
2022-11-06 16:45:38.814 Status: zigbee: Starting radio deCONZ port: /dev/ttyACM0
2022-11-06 16:45:38.815 Status: zigbee: ZigpyTransport: thread_processing_and_sending Thread start.
2022-11-06 16:45:38.815 Status: zigbee: Start Web Server connection
2022-11-06 16:45:38.819 Status: zigbee: Web backend for Web User Interface started on port: 9440
2022-11-06 16:45:38.819 Status: zigbee: Domoticz Widgets usage is at 1.2 % (252 units free)
2022-11-06 16:45:38.956 Status: zigbee: Started radio deCONZ port: /dev/ttyACM0
2022-11-06 16:45:40.433 Envoy: General/kWh (Enphase kWh Production)
2022-11-06 16:45:40.435 Envoy: P1 Smart Meter (Enphase Production kWh Total)
2022-11-06 16:45:43.436 Status: zigbee: deConz Radio manufacturer: dresden elektronik
2022-11-06 16:45:43.436 Status: zigbee: deConz Radio board model: RaspBee II
2022-11-06 16:45:43.436 Status: zigbee: deConz Radio version: 645400320
2022-11-06 16:45:43.437 Status: zigbee: Network settings
2022-11-06 16:45:43.437 Status: zigbee: Channel: 11
2022-11-06 16:45:43.437 Status: zigbee: PAN ID: 0x7EA5
2022-11-06 16:45:43.437 Status: zigbee: Extended PAN ID: 00:21:2e:ff:ff:09:39:60
2022-11-06 16:45:43.437 Status: zigbee: Device IEEE: 00:21:2e:ff:ff:09:39:60
2022-11-06 16:45:43.437 Status: zigbee: Device NWK: 0x0000
2022-11-06 16:45:43.438 Status: zigbee: RaspBee II
2022-11-06 16:45:43.439 Status: zigbee: Installer Version Number: 0700
2022-11-06 16:45:43.439 Status: zigbee: Branch Version: ==> RaspBee II <==
2022-11-06 16:45:43.440 Status: zigbee: Initialize Zigate Data Structure 0000 00212effff093960
2022-11-06 16:45:43.444 Status: zigbee: Updating Channel in Plugin Configuration from: 0 to: 11
2022-11-06 16:45:43.446 Status: zigbee: Zigbee Coordinator ieee: 00212effff093960 , short addr: 0000
2022-11-06 16:45:43.446 Status: zigbee: Network state UP, PANID: 7ea5 extPANID: 0x00212effff093960 Channel: 11
2022-11-06 16:45:52.077 Status: zigbee: Request Disabling Accepting new Hardware
2022-11-06 16:45:57.099 Status: zigbee: coordinator set to Certification : 1/CE -> CE
2022-11-06 16:45:57.801 Status: zigbee: ota_scan_folder Following Firmware have been loaded
2022-11-06 16:45:57.801 Status: zigbee: Plugin with Zigpy, Coordinator RaspBee II firmware deCONZ - 26780700 correctly initialized
Et j'accède au Webui
Je ne sais pas quelle commande à débloqué l'affaire mais en tout cas ça à l'air de fonctionner.
Grand merci à vous pour votre dispo et gentillesse.
RDV au 1 èr appareil à connecter...

Re: Problème python Domoticz Docker synology

Publié : 06 nov. 2022, 17:16
par lecanard38
J'avais pas éxécuté ces commandes car elle sont pour installation Linux et pas indiquées pour Docker Nas:

Code : Tout sélectionner

git config --add submodule.recurse true
git submodule update --init --recursive

Re: Problème python Domoticz Docker synology

Publié : 06 nov. 2022, 19:22
par Deufo
Je vais les rajouter, merci pour ton retour.
Effectivement, mon installation était déjà partielle et je ne suis pas passé par ce problème.

Re: Problème python Domoticz Docker synology

Publié : 08 nov. 2022, 19:33
par lecanard38
Bonsoir,
Bon, j'ai essayé de d'ajouter 2 appareils sans succès.
Lorsque je me mets en mode appairage, rien ne se passe.
Pour infos, il s'agit d'une prise Lidl et d'un relai chinois. Ces 2 appareil se synchronise bien avec mon ancienne installation domoticz. Je tournais sur un RPI avec conbee2 et lien phoscon.
Aujourd'hui, j'essaye de tout transférer au fur et à mesure sur Nas syno.
Pourtant le log Domoticz me parait normal :

Code : Tout sélectionner

2022-11-08 19:29:05.258 zigbee: onStop()
2022-11-08 19:29:05.258 Status: zigbee: Stop directive received.
2022-11-08 19:29:05.260 Status: zigbee: Shuting down co-routine
2022-11-08 19:29:05.260 Status: zigbee: ZigpyTransport: thread_processing_and_sending Thread stop.
2022-11-08 19:29:05.448 Status: zigbee: Coordinator backup is available: /opt/domoticz/userdata/plugins/Domoticz-Zigbee/Data//Coordinator-08.backup
2022-11-08 19:29:07.548 zigbee: logging_thread - ended
2022-11-08 19:29:07.562 zigbee: Logging Thread shutdown
2022-11-08 19:29:07.562 zigbee: onStop called (6) Close Logging Management
2022-11-08 19:29:07.752 Status: zigbee: Exiting work loop.
2022-11-08 19:29:07.761 Status: zigbee: Stopping threads.
2022-11-08 19:29:07.761 Status: zigbee: Stopped.
2022-11-08 19:29:12.514 zigbee: Worker thread started.
2022-11-08 19:29:12.514 Status: zigbee: Started.
2022-11-08 19:29:12.514 Status: zigbee: Entering work loop.
2022-11-08 19:29:16.861 zigbee: Zigbee for Domoticz plugin started!
2022-11-08 19:29:16.860 Status: zigbee: Initialized version 6.3, author 'pipiche38'
2022-11-08 19:29:16.861 Status: zigbee: Checking Python modules /opt/domoticz/userdata/plugins/Domoticz-Zigbee/requirements.txt
2022-11-08 19:29:17.987 zigbee: load PluginConf
2022-11-08 19:29:17.990 zigbee: Loading PluginConf - into Domoticz sqlite Db
2022-11-08 19:29:17.990 zigbee: /opt/domoticz/userdata/plugins/Domoticz-Zigbee/Conf/PluginConf-08.json timestamp is 1667922299.7726958
2022-11-08 19:29:17.990 zigbee: Dz PluginConf is older than Json Dz: 0 Json: 1667922299.7726958
2022-11-08 19:29:17.993 zigbee: Installing plugin custom page /opt/domoticz/www/templates/zigbee.html
2022-11-08 19:29:17.994 zigbee: Starting LoggingManagement thread
2022-11-08 19:29:17.994 zigbee: start_logging_thread
2022-11-08 19:29:17.994 zigbee: logging_thread - listening
2022-11-08 19:29:17.549 Status: zigbee: Checking Python modules /opt/domoticz/userdata/plugins/Domoticz-Zigbee/requirements.txt
2022-11-08 19:29:17.993 Status: zigbee: enablegroupmanagement set to 1
2022-11-08 19:29:17.993 Status: zigbee: PluginAnalytics set to 1
2022-11-08 19:29:17.993 Status: zigbee: port set to 9191
2022-11-08 19:29:17.993 Status: zigbee: channel set to 11
2022-11-08 19:29:17.993 Status: zigbee: filename set to /opt/domoticz/userdata/plugins/Domoticz-Zigbee/Conf/PluginConf-08.json
2022-11-08 19:29:17.993 Status: zigbee: pluginHome set to /opt/domoticz/userdata/plugins/Domoticz-Zigbee/
2022-11-08 19:29:17.993 Status: zigbee: homedirectory set to /opt/domoticz/userdata/plugins/Domoticz-Zigbee/
2022-11-08 19:29:17.993 Status: zigbee: pluginData set to /opt/domoticz/userdata/plugins/Domoticz-Zigbee/Data/
2022-11-08 19:29:17.993 Status: zigbee: pluginConfig set to /opt/domoticz/userdata/plugins/Domoticz-Zigbee/Conf/
2022-11-08 19:29:17.993 Status: zigbee: pluginOTAFirmware set to /opt/domoticz/userdata/plugins/Domoticz-Zigbee/OTAFirmware/
2022-11-08 19:29:17.993 Status: zigbee: pluginReports set to /opt/domoticz/userdata/plugins/Domoticz-Zigbee/Reports/
2022-11-08 19:29:17.993 Status: zigbee: pluginWWW set to /opt/domoticz/userdata/plugins/Domoticz-Zigbee/www/
2022-11-08 19:29:17.993 Status: zigbee: pluginLogs set to /opt/domoticz/userdata/plugins/Domoticz-Zigbee/Logs/
2022-11-08 19:29:17.993 Status: zigbee: ControllerInRawMode set to True
2022-11-08 19:29:17.994 Status: zigbee: Please watch plugin log into /opt/domoticz/userdata/plugins/Domoticz-Zigbee/Logs//PluginZigbee_08.log
2022-11-08 19:29:17.999 Status: zigbee: Zigbee for Domoticz (z4d) plugin stable6-6.3.005 started
2022-11-08 19:29:18.032 Status: zigbee: DeviceConf loaded - 22 confs loaded
2022-11-08 19:29:18.481 Status: zigbee: DeviceConf loaded - 365 confs loaded
2022-11-08 19:29:18.481 Status: zigbee: load ListOfDevice
2022-11-08 19:29:18.482 Status: zigbee: 1 Entries loaded from /opt/domoticz/userdata/plugins/Domoticz-Zigbee/Data/DeviceList-8.txt
2022-11-08 19:29:18.556 Status: zigbee: Transport mode: ZigpydeCONZ
2022-11-08 19:29:20.503 Status: zigbee: Start Zigpy Transport on deCONZ
2022-11-08 19:29:20.505 Status: zigbee: Starting radio deCONZ port: /dev/ttyACM0
2022-11-08 19:29:20.506 Status: zigbee: ZigpyTransport: thread_processing_and_sending Thread start.
2022-11-08 19:29:20.506 Status: zigbee: Start Web Server connection
2022-11-08 19:29:20.510 Status: zigbee: Web backend for Web User Interface started on port: 9440
2022-11-08 19:29:20.510 Status: zigbee: Domoticz Widgets usage is at 1.2 % (252 units free)
2022-11-08 19:29:20.601 Status: zigbee: Started radio deCONZ port: /dev/ttyACM0
2022-11-08 19:29:25.073 Status: zigbee: deConz Radio manufacturer: dresden elektronik
2022-11-08 19:29:25.073 Status: zigbee: deConz Radio board model: RaspBee II
2022-11-08 19:29:25.073 Status: zigbee: deConz Radio version: 645400320
2022-11-08 19:29:25.073 Status: zigbee: Network settings
2022-11-08 19:29:25.073 Status: zigbee: Channel: 11
2022-11-08 19:29:25.074 Status: zigbee: PAN ID: 0x7EA5
2022-11-08 19:29:25.074 Status: zigbee: Extended PAN ID: 00:21:2e:ff:ff:09:39:60
2022-11-08 19:29:25.074 Status: zigbee: Device IEEE: 00:21:2e:ff:ff:09:39:60
2022-11-08 19:29:25.074 Status: zigbee: Device NWK: 0x0000
2022-11-08 19:29:25.075 Status: zigbee: RaspBee II
2022-11-08 19:29:25.075 Status: zigbee: Installer Version Number: 0700
2022-11-08 19:29:25.075 Status: zigbee: Branch Version: ==> RaspBee II <==
2022-11-08 19:29:25.079 Status: zigbee: Zigbee Coordinator ieee: 00212effff093960 , short addr: 0000
2022-11-08 19:29:25.080 Status: zigbee: Network state UP, PANID: 7ea5 extPANID: 0x00212effff093960 Channel: 11
2022-11-08 19:29:34.063 Status: zigbee: Request Disabling Accepting new Hardware
2022-11-08 19:29:39.080 Status: zigbee: coordinator set to Certification : 1/CE -> CE
2022-11-08 19:29:39.216 Status: zigbee: Start Group Management
2022-11-08 19:29:39.980 Status: zigbee: ota_scan_folder Following Firmware have been loaded
2022-11-08 19:29:39.981 Status: zigbee: Plugin with Zigpy, Coordinator RaspBee II firmware deCONZ - 26780700 correctly initialized
Et voici ce que j'ai dans info coordinateur sur l'interface web :

Code : Tout sélectionner

Branch Version: "41"
Channel: 11
Display Firmware Version: "UNK - 0700"
Extended PANID: "00212effff093960"
Firmware Version: "Branch: 41 Major: 2678 Version: 0700"
IEEE: "00212effff093960"
Major Version: "2678"
Minor Version: "0700"
Network Key: "37:63:37:65:33:37:36:31:33:62:32:63:65:32:39:33"
PANID: "7ea5"
Short Address: "0000"

Re: Problème python Domoticz Docker synology

Publié : 08 nov. 2022, 22:02
par Keros
Nous avons regroupé dans le sujet [A lire avant de poster] Guide pour bien formuler une demande une première liste d’informations qui nous sont utiles pour commencer à analyser les demandes. En complétant tes informations, nous pourrons t’apporter plus rapidement des réponses pertinentes. Merci.

Re: Problème python Domoticz Docker synology

Publié : 09 nov. 2022, 10:14
par lecanard38
Bonjour,
Pour répondre à ta demande, voici plus d'infos :

Qu'est-ce qui ne fonctionne pas :
Tout à l'air OK mais impossible d'appairer les objets sur l'interface Web.
J'ai essayé avec plusieurs objet qui s'appairent correctement avec le pont DeCONZ sur mon ancienne installation.


Version de DomoticZ : 2022.1 (build 14575)
Système sur lequel tourne DomoticZ avec le plugin : Docker Nas Synology
Modèle de coordinateur : ConbeeII
Version de coordinateur : USB
Version du firmware : DeCONZ 26780700
Type de firmware : ?
Version du plugin 6
Branche du plugin : stable6

Je te met également les fichiers (depuis l'interface Web :
Log du plugin :

Code : Tout sélectionner

2022-11-08 03:39:01,297 INFO    : [     ZigpyCom_8 0] Coordinator backup is available: /opt/domoticz/userdata/plugins/Domoticz-Zigbee/Data//Coordinator-08.backup
2022-11-08 08:27:01,282 INFO    : [     ZigpyCom_8 0] Coordinator backup is available: /opt/domoticz/userdata/plugins/Domoticz-Zigbee/Data//Coordinator-08.backup
2022-11-08 13:15:01,216 INFO    : [     ZigpyCom_8 0] Coordinator backup is available: /opt/domoticz/userdata/plugins/Domoticz-Zigbee/Data//Coordinator-08.backup
2022-11-08 16:43:19,758 INFO    : [     MainThread 0] Request a Start of Network Topology scan
2022-11-08 16:43:19,759 INFO    : [     MainThread 0] zdp_NWK_address_request 0000 00212effff093960 01 00
2022-11-08 16:43:20,208 INFO    : [ZigpyForwarder_8 0] Network Address response, [02] Status: [00] Success Ieee: 00212effff093960 NwkId: 0000
2022-11-08 16:43:20,220 INFO    : [ZigpyForwarder_8 0] Network Address response, [02] Status: [00] Success Ieee: 00212effff093960 NwkId: 0000
2022-11-08 16:43:20,979 INFO    : [ZigpyForwarder_8 0] Network Address response, [02] Status: [00] Success Ieee: 00212effff093960 NwkId: 0000
2022-11-08 16:43:21,064 INFO    : [     MainThread 0] Network Topology progress: 0 %
2022-11-08 16:43:21,064 INFO    : [     MainThread 0] Network Topology report
2022-11-08 16:43:21,064 INFO    : [     MainThread 0] ------------------------------------------------------------------------------------------
2022-11-08 16:43:21,064 INFO    : [     MainThread 0] 
2022-11-08 16:43:21,065 INFO    : [     MainThread 0]   Node   Node  Relation        Type Deepth  LQI Rx-Idle PmtJoin
2022-11-08 16:43:21,065 INFO    : [     MainThread 0] --
2022-11-08 16:45:17,368 INFO    : [     MainThread 0] onDisconnect - Closing Name: 'Zigate Server Connection', Transport: 'TCP/IP', Protocol: 'HTTP', Address: '', Port: '9440', Baud: -1, Timeout: 0, Connected: False, Parent: 'None'
2022-11-08 16:45:17,378 INFO    : [     MainThread 0] onStop called
2022-11-08 16:45:17,378 INFO    : [     MainThread 0] onStop calling (1) domoticzDb DeviceStatus closed
2022-11-08 16:45:17,378 INFO    : [     MainThread 0] onStop calling (3) Transport off
2022-11-08 16:45:17,378 INFO    : [     MainThread 0] Shuting down co-routine
2022-11-08 16:45:17,378 INFO    : [ZigpyForwarder_8 0] ZigpyTransport: thread_processing_and_sending Thread stop.
2022-11-08 16:45:17,457 INFO    : [     ZigpyCom_8 0] worker_loop: Exiting Worker loop. Semaphore : 1
2022-11-08 16:45:17,457 INFO    : [     ZigpyCom_8 0] worker_loop:      Semaphore[00:21:2e:ff:ff:09:39:60] 
2022-11-08 16:45:17,538 INFO    : [     ZigpyCom_8 0] Coordinator backup is available: /opt/domoticz/userdata/plugins/Domoticz-Zigbee/Data//Coordinator-08.backup
2022-11-08 16:45:19,577 INFO    : [     MainThread 0] onStop calling (4) WebServer off
2022-11-08 16:45:19,577 INFO    : [     MainThread 0] onStop called (4) WebServer off
2022-11-08 16:45:19,577 INFO    : [     MainThread 0] onStop calling (5) Plugin Database saved
2022-11-08 16:45:19,579 INFO    : [     MainThread 0] onStop called (5) Plugin Database saved
2022-11-08 16:45:19,654 INFO    : [     MainThread 0] onStop calling (6) Close Logging Management
2022-11-08 16:45:21,023 INFO    : [     MainThread 0] Zigbee for Domoticz (z4d) plugin stable6-6.3.005 started
2022-11-08 16:45:21,032 INFO    : [     MainThread 0] Plugin Database: DeviceList-8.txt
2022-11-08 16:45:21,033 INFO    : [     MainThread 0] DeviceConf loaded - 22 confs loaded
2022-11-08 16:45:21,106 INFO    : [     MainThread 0] DeviceConf loaded - 365 confs loaded
2022-11-08 16:45:21,106 INFO    : [     MainThread 0] load ListOfDevice
2022-11-08 16:45:21,108 INFO    : [     MainThread 0] 1 Entries loaded from /opt/domoticz/userdata/plugins/Domoticz-Zigbee/Data/DeviceList-8.txt
2022-11-08 16:45:21,111 INFO    : [     MainThread 0] Transport mode: ZigpydeCONZ
2022-11-08 16:45:21,626 DEBUG   :Using selector: EpollSelector
2022-11-08 16:45:21,627 INFO    : [     MainThread 0] Start Zigpy Transport on deCONZ
2022-11-08 16:45:21,627 INFO    : [     MainThread 0] ZigpyTransport __init__
2022-11-08 16:45:21,628 INFO    : [     ZigpyCom_8 0] Starting radio deCONZ port: /dev/ttyACM0
2022-11-08 16:45:21,631 INFO    : [ZigpyForwarder_8 0] ZigpyTransport: thread_processing_and_sending Thread start.
2022-11-08 16:45:21,632 INFO    : [     MainThread 0] Start Web Server connection
2022-11-08 16:45:21,635 INFO    : [     MainThread 0] Web backend for Web User Interface started on port: 9440
2022-11-08 16:45:21,635 INFO    : [     MainThread 0] Domoticz Widgets usage is at 1.2 % (252 units free)
2022-11-08 16:45:21,650 INFO    : [     ZigpyCom_8 0] Started radio deCONZ port: /dev/ttyACM0
2022-11-08 16:45:26,020 INFO    : [     ZigpyCom_8 0] deConz Configuration {'device': {'path': '/dev/ttyACM0'}, 'network': {'channel': 11, 'update_id': 0, 'channels': <Channels.CHANNEL_25|CHANNEL_20|CHANNEL_15: 34635776>, 'pan_id': None, 'tc_address': None, 'key_sequence_number': 0, 'tc_link_key': 5a:69:67:42:65:65:41:6c:6c:69:61:6e:63:65:30:39, 'key': None, 'extended_pan_id': None}, 'topology_scan_enabled': False, 'backup_enabled': True, 'backup_period': 1, 'tx_power': 0, 'topology_scan_skip_coordinator': False, 'ota': {'otau_directory': None, 'ikea_provider': False, 'ledvance_provider': False, 'inovelli_provider': False, 'salus_provider': False}, 'database_path': None, 'topology_scan_period': 240, 'deconz_config': {'max_concurrent_requests': 8}, 'watchdog_ttl': 600}
2022-11-08 16:45:26,121 INFO    : [     ZigpyCom_8 0] deConz Radio manufacturer: dresden elektronik
2022-11-08 16:45:26,122 INFO    : [     ZigpyCom_8 0] deConz Radio board model: RaspBee II
2022-11-08 16:45:26,123 INFO    : [     ZigpyCom_8 0] deConz Radio version: 645400320
2022-11-08 16:45:26,123 INFO    : [     ZigpyCom_8 0] Network settings
2022-11-08 16:45:26,123 INFO    : [     ZigpyCom_8 0]   Channel: 11
2022-11-08 16:45:26,123 INFO    : [     ZigpyCom_8 0]   PAN ID: 0x7EA5
2022-11-08 16:45:26,123 INFO    : [     ZigpyCom_8 0]   Extended PAN ID: 00:21:2e:ff:ff:09:39:60
2022-11-08 16:45:26,123 INFO    : [     ZigpyCom_8 0]   Device IEEE: 00:21:2e:ff:ff:09:39:60
2022-11-08 16:45:26,124 INFO    : [     ZigpyCom_8 0]   Device NWK: 0x0000
2022-11-08 16:45:26,124 INFO    : [ZigpyForwarder_8 0] RaspBee II
2022-11-08 16:45:26,124 INFO    : [ZigpyForwarder_8 0] Installer Version Number: 0700
2022-11-08 16:45:26,125 INFO    : [ZigpyForwarder_8 0] Branch Version: ==> RaspBee II <==
2022-11-08 16:45:26,127 INFO    : [ZigpyForwarder_8 0] Zigbee Coordinator ieee: 00212effff093960 , short addr: 0000
2022-11-08 16:45:26,127 INFO    : [ZigpyForwarder_8 0] Network state UP, PANID: 7ea5 extPANID: 0x00212effff093960 Channel: 11
2022-11-08 16:45:35,097 INFO    : [     MainThread 0] Request Disabling Accepting new Hardware
2022-11-08 16:45:35,170 INFO    : [     ZigpyCom_8 0] PERMIT-TO-JOIN: {'cmd': 'PERMIT-TO-JOIN', 'datas': {'Duration': 0, 'targetRouter': 'FFFC'}, 'NwkId': None, 'TimeStamp': 1667922335.0974708, 'ACKIsDisable': False, 'Sqn': None}
2022-11-08 16:45:35,171 INFO    : [     ZigpyCom_8 0] PERMIT-TO-JOIN: duration: 0 for Radio: deCONZ for node: None
2022-11-08 16:45:40,065 INFO    : [     MainThread 0] Switch Blue Led On
2022-11-08 16:45:40,065 INFO    : [     MainThread 0] coordinator set to Certification : 1/CE -> CE
2022-11-08 16:45:40,066 INFO    : [     MainThread 0] Start Group Management
2022-11-08 16:45:40,686 INFO    : [     MainThread 0] ota_scan_folder Following Firmware have been loaded 
2022-11-08 16:45:40,686 INFO    : [     MainThread 0] Plugin with Zigpy, Coordinator RaspBee II firmware deCONZ - 26780700 correctly initialized
2022-11-08 17:21:51,890 INFO    : [     MainThread 0] onDisconnect - Closing Name: 'Zigate Server Connection', Transport: 'TCP/IP', Protocol: 'HTTP', Address: '', Port: '9440', Baud: -1, Timeout: 0, Connected: False, Parent: 'None'
2022-11-08 17:21:51,891 INFO    : [     MainThread 0] onStop called
2022-11-08 17:21:51,891 INFO    : [     MainThread 0] onStop calling (1) domoticzDb DeviceStatus closed
2022-11-08 17:21:51,892 INFO    : [     MainThread 0] onStop calling (3) Transport off
2022-11-08 17:21:51,892 INFO    : [     MainThread 0] Shuting down co-routine
2022-11-08 17:21:51,892 INFO    : [ZigpyForwarder_8 0] ZigpyTransport: thread_processing_and_sending Thread stop.
2022-11-08 17:21:51,909 INFO    : [     ZigpyCom_8 0] worker_loop: Exiting Worker loop. Semaphore : 0
2022-11-08 17:21:51,988 INFO    : [     ZigpyCom_8 0] Coordinator backup is available: /opt/domoticz/userdata/plugins/Domoticz-Zigbee/Data//Coordinator-08.backup
2022-11-08 17:21:54,030 INFO    : [     MainThread 0] onStop calling (4) WebServer off
2022-11-08 17:21:54,030 INFO    : [     MainThread 0] onStop called (4) WebServer off
2022-11-08 17:21:54,030 INFO    : [     MainThread 0] onStop calling (5) Plugin Database saved
2022-11-08 17:21:54,032 INFO    : [     MainThread 0] onStop called (5) Plugin Database saved
2022-11-08 17:21:54,032 INFO    : [     MainThread 0] onStop calling (6) Close Logging Management
2022-11-08 17:21:58,438 INFO    : [     MainThread 0] Zigbee for Domoticz (z4d) plugin stable6-6.3.005 started
2022-11-08 17:21:58,446 INFO    : [     MainThread 0] Plugin Database: DeviceList-8.txt
2022-11-08 17:21:58,448 INFO    : [     MainThread 0] DeviceConf loaded - 22 confs loaded
2022-11-08 17:21:58,521 INFO    : [     MainThread 0] DeviceConf loaded - 365 confs loaded
2022-11-08 17:21:58,521 INFO    : [     MainThread 0] load ListOfDevice
2022-11-08 17:21:58,523 INFO    : [     MainThread 0] 1 Entries loaded from /opt/domoticz/userdata/plugins/Domoticz-Zigbee/Data/DeviceList-8.txt
2022-11-08 17:21:58,525 INFO    : [     MainThread 0] Transport mode: ZigpydeCONZ
2022-11-08 17:21:58,983 DEBUG   :Using selector: EpollSelector
2022-11-08 17:21:58,984 INFO    : [     MainThread 0] Start Zigpy Transport on deCONZ
2022-11-08 17:21:58,984 INFO    : [     MainThread 0] ZigpyTransport __init__
2022-11-08 17:21:58,985 INFO    : [     ZigpyCom_8 0] Starting radio deCONZ port: /dev/ttyACM0
2022-11-08 17:21:58,989 INFO    : [ZigpyForwarder_8 0] ZigpyTransport: thread_processing_and_sending Thread start.
2022-11-08 17:21:58,989 INFO    : [     MainThread 0] Start Web Server connection
2022-11-08 17:21:58,990 INFO    : [     MainThread 0] Web backend for Web User Interface started on port: 9440
2022-11-08 17:21:58,990 INFO    : [     MainThread 0] Domoticz Widgets usage is at 1.2 % (252 units free)
2022-11-08 17:21:59,005 INFO    : [     ZigpyCom_8 0] Started radio deCONZ port: /dev/ttyACM0
2022-11-08 17:22:03,370 INFO    : [     ZigpyCom_8 0] deConz Configuration {'device': {'path': '/dev/ttyACM0'}, 'network': {'channel': 11, 'update_id': 0, 'channels': <Channels.CHANNEL_25|CHANNEL_20|CHANNEL_15: 34635776>, 'pan_id': None, 'tc_address': None, 'key_sequence_number': 0, 'tc_link_key': 5a:69:67:42:65:65:41:6c:6c:69:61:6e:63:65:30:39, 'key': None, 'extended_pan_id': None}, 'topology_scan_enabled': False, 'backup_enabled': True, 'backup_period': 1, 'tx_power': 0, 'topology_scan_skip_coordinator': False, 'ota': {'otau_directory': None, 'ikea_provider': False, 'ledvance_provider': False, 'inovelli_provider': False, 'salus_provider': False}, 'database_path': None, 'topology_scan_period': 240, 'deconz_config': {'max_concurrent_requests': 8}, 'watchdog_ttl': 600}
2022-11-08 17:22:03,471 INFO    : [     ZigpyCom_8 0] deConz Radio manufacturer: dresden elektronik
2022-11-08 17:22:03,472 INFO    : [     ZigpyCom_8 0] deConz Radio board model: RaspBee II
2022-11-08 17:22:03,472 INFO    : [     ZigpyCom_8 0] deConz Radio version: 645400320
2022-11-08 17:22:03,472 INFO    : [     ZigpyCom_8 0] Network settings
2022-11-08 17:22:03,472 INFO    : [     ZigpyCom_8 0]   Channel: 11
2022-11-08 17:22:03,473 INFO    : [     ZigpyCom_8 0]   PAN ID: 0x7EA5
2022-11-08 17:22:03,473 INFO    : [     ZigpyCom_8 0]   Extended PAN ID: 00:21:2e:ff:ff:09:39:60
2022-11-08 17:22:03,473 INFO    : [     ZigpyCom_8 0]   Device IEEE: 00:21:2e:ff:ff:09:39:60
2022-11-08 17:22:03,473 INFO    : [     ZigpyCom_8 0]   Device NWK: 0x0000
2022-11-08 17:22:03,474 INFO    : [ZigpyForwarder_8 0] RaspBee II
2022-11-08 17:22:03,474 INFO    : [ZigpyForwarder_8 0] Installer Version Number: 0700
2022-11-08 17:22:03,474 INFO    : [ZigpyForwarder_8 0] Branch Version: ==> RaspBee II <==
2022-11-08 17:22:03,478 INFO    : [ZigpyForwarder_8 0] Zigbee Coordinator ieee: 00212effff093960 , short addr: 0000
2022-11-08 17:22:03,478 INFO    : [ZigpyForwarder_8 0] Network state UP, PANID: 7ea5 extPANID: 0x00212effff093960 Channel: 11
2022-11-08 17:22:13,098 INFO    : [     MainThread 0] Request Disabling Accepting new Hardware
2022-11-08 17:22:13,129 INFO    : [     ZigpyCom_8 0] PERMIT-TO-JOIN: {'cmd': 'PERMIT-TO-JOIN', 'datas': {'Duration': 0, 'targetRouter': 'FFFC'}, 'NwkId': None, 'TimeStamp': 1667924533.097597, 'ACKIsDisable': False, 'Sqn': None}
2022-11-08 17:22:13,130 INFO    : [     ZigpyCom_8 0] PERMIT-TO-JOIN: duration: 0 for Radio: deCONZ for node: None
2022-11-08 17:22:18,065 INFO    : [     MainThread 0] Switch Blue Led On
2022-11-08 17:22:18,065 INFO    : [     MainThread 0] coordinator set to Certification : 1/CE -> CE
2022-11-08 17:22:18,066 INFO    : [     MainThread 0] Start Group Management
2022-11-08 17:22:18,743 INFO    : [     MainThread 0] ota_scan_folder Following Firmware have been loaded 
2022-11-08 17:22:18,743 INFO    : [     MainThread 0] Plugin with Zigpy, Coordinator RaspBee II firmware deCONZ - 26780700 correctly initialized
2022-11-08 19:05:33,196 INFO    : [     MainThread 0] Request Accepting new Hardware for 240 seconds 
2022-11-08 19:05:33,269 INFO    : [     ZigpyCom_8 0] PERMIT-TO-JOIN: {'cmd': 'PERMIT-TO-JOIN', 'datas': {'Duration': 240, 'targetRouter': 'FFFC'}, 'NwkId': None, 'TimeStamp': 1667930733.1949742, 'ACKIsDisable': False, 'Sqn': None}
2022-11-08 19:05:33,270 INFO    : [     ZigpyCom_8 0] PERMIT-TO-JOIN: duration: 240 for Radio: deCONZ for node: None
2022-11-08 19:09:33,261 INFO    : [     MainThread 0] Request Disabling Accepting new Hardware
2022-11-08 19:09:33,307 INFO    : [     ZigpyCom_8 0] PERMIT-TO-JOIN: {'cmd': 'PERMIT-TO-JOIN', 'datas': {'Duration': 0, 'targetRouter': 'FFFC'}, 'NwkId': None, 'TimeStamp': 1667930973.2606332, 'ACKIsDisable': False, 'Sqn': None}
2022-11-08 19:09:33,307 INFO    : [     ZigpyCom_8 0] PERMIT-TO-JOIN: duration: 0 for Radio: deCONZ for node: None
2022-11-08 19:16:49,753 INFO    : [     MainThread 0] Request Accepting new Hardware for 240 seconds 
2022-11-08 19:16:49,844 INFO    : [     ZigpyCom_8 0] PERMIT-TO-JOIN: {'cmd': 'PERMIT-TO-JOIN', 'datas': {'Duration': 240, 'targetRouter': 'FFFC'}, 'NwkId': None, 'TimeStamp': 1667931409.7527862, 'ACKIsDisable': False, 'Sqn': None}
2022-11-08 19:16:49,845 INFO    : [     ZigpyCom_8 0] PERMIT-TO-JOIN: duration: 240 for Radio: deCONZ for node: None
2022-11-08 19:18:59,867 INFO    : [     MainThread 0] Request Accepting new Hardware for 240 seconds 
2022-11-08 19:18:59,869 INFO    : [     ZigpyCom_8 0] PERMIT-TO-JOIN: {'cmd': 'PERMIT-TO-JOIN', 'datas': {'Duration': 240, 'targetRouter': 'FFFC'}, 'NwkId': None, 'TimeStamp': 1667931539.8669705, 'ACKIsDisable': False, 'Sqn': None}
2022-11-08 19:18:59,869 INFO    : [     ZigpyCom_8 0] PERMIT-TO-JOIN: duration: 240 for Radio: deCONZ for node: None
2022-11-08 19:20:49,956 INFO    : [     MainThread 0] Request Disabling Accepting new Hardware
2022-11-08 19:20:49,980 INFO    : [     ZigpyCom_8 0] PERMIT-TO-JOIN: {'cmd': 'PERMIT-TO-JOIN', 'datas': {'Duration': 0, 'targetRouter': 'FFFC'}, 'NwkId': None, 'TimeStamp': 1667931649.9550653, 'ACKIsDisable': False, 'Sqn': None}
2022-11-08 19:20:49,980 INFO    : [     ZigpyCom_8 0] PERMIT-TO-JOIN: duration: 0 for Radio: deCONZ for node: None
2022-11-08 19:23:16,874 INFO    : [     MainThread 0] Request Disabling Accepting new Hardware
2022-11-08 19:23:16,889 INFO    : [     ZigpyCom_8 0] PERMIT-TO-JOIN: {'cmd': 'PERMIT-TO-JOIN', 'datas': {'Duration': 0, 'targetRouter': 'FFFC'}, 'NwkId': None, 'TimeStamp': 1667931796.873548, 'ACKIsDisable': False, 'Sqn': None}
2022-11-08 19:23:16,889 INFO    : [     ZigpyCom_8 0] PERMIT-TO-JOIN: duration: 0 for Radio: deCONZ for node: None
2022-11-08 19:29:05,259 INFO    : [     MainThread 0] onDisconnect - Closing Name: 'Zigate Server Connection', Transport: 'TCP/IP', Protocol: 'HTTP', Address: '', Port: '9440', Baud: -1, Timeout: 0, Connected: False, Parent: 'None'
2022-11-08 19:29:05,259 INFO    : [     MainThread 0] onStop called
2022-11-08 19:29:05,260 INFO    : [     MainThread 0] onStop calling (1) domoticzDb DeviceStatus closed
2022-11-08 19:29:05,260 INFO    : [     MainThread 0] onStop calling (3) Transport off
2022-11-08 19:29:05,260 INFO    : [     MainThread 0] Shuting down co-routine
2022-11-08 19:29:05,260 INFO    : [ZigpyForwarder_8 0] ZigpyTransport: thread_processing_and_sending Thread stop.
2022-11-08 19:29:05,316 INFO    : [     ZigpyCom_8 0] worker_loop: Exiting Worker loop. Semaphore : 0
2022-11-08 19:29:05,448 INFO    : [     ZigpyCom_8 0] Coordinator backup is available: /opt/domoticz/userdata/plugins/Domoticz-Zigbee/Data//Coordinator-08.backup
2022-11-08 19:29:07,504 INFO    : [     MainThread 0] onStop calling (4) WebServer off
2022-11-08 19:29:07,505 INFO    : [     MainThread 0] onStop called (4) WebServer off
2022-11-08 19:29:07,505 INFO    : [     MainThread 0] onStop calling (5) Plugin Database saved
2022-11-08 19:29:07,506 INFO    : [     MainThread 0] onStop called (5) Plugin Database saved
2022-11-08 19:29:07,548 INFO    : [     MainThread 0] onStop calling (6) Close Logging Management
2022-11-08 19:29:17,999 INFO    : [     MainThread 0] Zigbee for Domoticz (z4d) plugin stable6-6.3.005 started
2022-11-08 19:29:18,007 INFO    : [     MainThread 0] Plugin Database: DeviceList-8.txt
2022-11-08 19:29:18,032 INFO    : [     MainThread 0] DeviceConf loaded - 22 confs loaded
2022-11-08 19:29:18,481 INFO    : [     MainThread 0] DeviceConf loaded - 365 confs loaded
2022-11-08 19:29:18,481 INFO    : [     MainThread 0] load ListOfDevice
2022-11-08 19:29:18,482 INFO    : [     MainThread 0] 1 Entries loaded from /opt/domoticz/userdata/plugins/Domoticz-Zigbee/Data/DeviceList-8.txt
2022-11-08 19:29:18,556 INFO    : [     MainThread 0] Transport mode: ZigpydeCONZ
2022-11-08 19:29:20,503 DEBUG   :Using selector: EpollSelector
2022-11-08 19:29:20,503 INFO    : [     MainThread 0] Start Zigpy Transport on deCONZ
2022-11-08 19:29:20,503 INFO    : [     MainThread 0] ZigpyTransport __init__
2022-11-08 19:29:20,505 INFO    : [     ZigpyCom_8 0] Starting radio deCONZ port: /dev/ttyACM0
2022-11-08 19:29:20,505 INFO    : [ZigpyForwarder_8 0] ZigpyTransport: thread_processing_and_sending Thread start.
2022-11-08 19:29:20,506 INFO    : [     MainThread 0] Start Web Server connection
2022-11-08 19:29:20,510 INFO    : [     MainThread 0] Web backend for Web User Interface started on port: 9440
2022-11-08 19:29:20,510 INFO    : [     MainThread 0] Domoticz Widgets usage is at 1.2 % (252 units free)
2022-11-08 19:29:20,600 INFO    : [     ZigpyCom_8 0] Started radio deCONZ port: /dev/ttyACM0
2022-11-08 19:29:24,969 INFO    : [     ZigpyCom_8 0] deConz Configuration {'device': {'path': '/dev/ttyACM0'}, 'network': {'channel': 11, 'update_id': 0, 'channels': <Channels.CHANNEL_25|CHANNEL_20|CHANNEL_15: 34635776>, 'pan_id': None, 'tc_address': None, 'key_sequence_number': 0, 'tc_link_key': 5a:69:67:42:65:65:41:6c:6c:69:61:6e:63:65:30:39, 'key': None, 'extended_pan_id': None}, 'topology_scan_enabled': False, 'backup_enabled': True, 'backup_period': 1, 'tx_power': 0, 'topology_scan_skip_coordinator': False, 'ota': {'otau_directory': None, 'ikea_provider': False, 'ledvance_provider': False, 'inovelli_provider': False, 'salus_provider': False}, 'database_path': None, 'topology_scan_period': 240, 'deconz_config': {'max_concurrent_requests': 8}, 'watchdog_ttl': 600}
2022-11-08 19:29:25,072 INFO    : [     ZigpyCom_8 0] deConz Radio manufacturer: dresden elektronik
2022-11-08 19:29:25,073 INFO    : [     ZigpyCom_8 0] deConz Radio board model: RaspBee II
2022-11-08 19:29:25,073 INFO    : [     ZigpyCom_8 0] deConz Radio version: 645400320
2022-11-08 19:29:25,073 INFO    : [     ZigpyCom_8 0] Network settings
2022-11-08 19:29:25,073 INFO    : [     ZigpyCom_8 0]   Channel: 11
2022-11-08 19:29:25,073 INFO    : [     ZigpyCom_8 0]   PAN ID: 0x7EA5
2022-11-08 19:29:25,074 INFO    : [     ZigpyCom_8 0]   Extended PAN ID: 00:21:2e:ff:ff:09:39:60
2022-11-08 19:29:25,074 INFO    : [     ZigpyCom_8 0]   Device IEEE: 00:21:2e:ff:ff:09:39:60
2022-11-08 19:29:25,074 INFO    : [     ZigpyCom_8 0]   Device NWK: 0x0000
2022-11-08 19:29:25,075 INFO    : [ZigpyForwarder_8 0] RaspBee II
2022-11-08 19:29:25,075 INFO    : [ZigpyForwarder_8 0] Installer Version Number: 0700
2022-11-08 19:29:25,075 INFO    : [ZigpyForwarder_8 0] Branch Version: ==> RaspBee II <==
2022-11-08 19:29:25,079 INFO    : [ZigpyForwarder_8 0] Zigbee Coordinator ieee: 00212effff093960 , short addr: 0000
2022-11-08 19:29:25,079 INFO    : [ZigpyForwarder_8 0] Network state UP, PANID: 7ea5 extPANID: 0x00212effff093960 Channel: 11
2022-11-08 19:29:34,063 INFO    : [     MainThread 0] Request Disabling Accepting new Hardware
2022-11-08 19:29:34,120 INFO    : [     ZigpyCom_8 0] PERMIT-TO-JOIN: {'cmd': 'PERMIT-TO-JOIN', 'datas': {'Duration': 0, 'targetRouter': 'FFFC'}, 'NwkId': None, 'TimeStamp': 1667932174.0626276, 'ACKIsDisable': False, 'Sqn': None}
2022-11-08 19:29:34,120 INFO    : [     ZigpyCom_8 0] PERMIT-TO-JOIN: duration: 0 for Radio: deCONZ for node: None
2022-11-08 19:29:39,079 INFO    : [     MainThread 0] Switch Blue Led On
2022-11-08 19:29:39,080 INFO    : [     MainThread 0] coordinator set to Certification : 1/CE -> CE
2022-11-08 19:29:39,081 INFO    : [     MainThread 0] Start Group Management
2022-11-08 19:29:39,980 INFO    : [     MainThread 0] ota_scan_folder Following Firmware have been loaded 
2022-11-08 19:29:39,980 INFO    : [     MainThread 0] Plugin with Zigpy, Coordinator RaspBee II firmware deCONZ - 26780700 correctly initialized
Info coordinateur :

Code : Tout sélectionner

{"Branch Version":"41","Channel":11,"Display Firmware Version":"UNK - 0700","Extended PANID":"00212effff093960","Firmware Version":"Branch: 41 Major: 2678 Version: 0700","IEEE":"00212effff093960","Major Version":"2678","Minor Version":"0700","Network Key":"37:63:37:65:33:37:36:31:33:62:32:63:65:32:39:33","PANID":"7ea5","Short Address":"0000"}
PAramètres Json :

Code : Tout sélectionner

[{"ListOfSettings":[{"Advanced":false,"DataType":"list","Name":"GrpfadingOff","current_value":0,"default_value":0,"list":[{"20% dim up, 1s off":2},{"50% fade, 12s to off":1},{"No fade":255},{"default":0}],"restart_need":0},{"Advanced":false,"DataType":"int","Name":"GrpmoveToColourRGB","current_value":0,"default_value":0,"restart_need":0},{"Advanced":false,"DataType":"int","Name":"GrpmoveToColourTemp","current_value":0,"default_value":0,"restart_need":0},{"Advanced":false,"DataType":"int","Name":"GrpmoveToLevel","current_value":0,"default_value":0,"restart_need":0}],"_Order":10,"_Theme":"CommandTransition"},{"ListOfSettings":[{"Advanced":true,"DataType":"bool","Name":"Ping","current_value":1,"default_value":1,"restart_need":0},{"Advanced":true,"DataType":"int","Name":"TXpower_set","current_value":0,"default_value":0,"restart_need":0},{"Advanced":false,"DataType":"bool","Name":"blueLedOnOff","current_value":1,"default_value":1,"restart_need":0},{"Advanced":false,"DataType":"list","Name":"channel","current_value":"11","default_value":"0","list":[{"11":11},{"12":12},{"13":13},{"14":14},{"15":15},{"16":16},{"17":17},{"18":18},{"19":19},{"20":20},{"21":21},{"22":22},{"23":23},{"24":24},{"25":25},{"26":26},{"default":0}],"restart_need":2},{"Advanced":true,"DataType":"hex","Name":"extendedPANID","current_value":"0","default_value":0,"restart_need":3},{"Advanced":true,"DataType":"bool","Name":"forceClosingAllNodes","current_value":0,"default_value":0,"restart_need":1},{"Advanced":true,"DataType":"int","Name":"pingDevicesFeq","current_value":3600,"default_value":3600,"restart_need":0},{"Advanced":true,"DataType":"bool","Name":"resetPermit2Join","current_value":1,"default_value":1,"restart_need":0}],"_Order":9,"_Theme":"CoordinatorConfiguration"},{"ListOfSettings":[{"Advanced":true,"DataType":"bool","Name":"allowReBindingClusters","current_value":1,"default_value":1,"restart_need":0},{"Advanced":true,"DataType":"int","Name":"checkConfigurationReporting","current_value":75600,"default_value":75600,"restart_need":0},{"Advanced":true,"DataType":"bool","Name":"deviceOffWhenTimeOut","current_value":0,"default_value":0,"restart_need":0},{"Advanced":true,"DataType":"bool","Name":"doUnbindBind","current_value":0,"default_value":0,"restart_need":0},{"Advanced":true,"DataType":"bool","Name":"forcePassiveWidget","current_value":0,"default_value":0,"restart_need":0},{"Advanced":true,"DataType":"bool","Name":"forcePollingAfterAction","current_value":1,"default_value":1,"restart_need":0},{"Advanced":false,"DataType":"bool","Name":"forceSwitchSelectorPushButton","current_value":0,"default_value":0,"restart_need":0},{"Advanced":true,"DataType":"bool","Name":"resetConfigureReporting","current_value":0,"default_value":0,"restart_need":1},{"Advanced":false,"DataType":"int","Name":"resetMotiondelay","current_value":30,"default_value":30,"restart_need":0},{"Advanced":true,"DataType":"bool","Name":"resetReadAttributes","current_value":0,"default_value":0,"restart_need":1},{"Advanced":false,"DataType":"int","Name":"resetSwitchSelectorPushButton","current_value":0,"default_value":0,"restart_need":0}],"_Order":8,"_Theme":"DeviceManagement"},{"ListOfSettings":[{"Advanced":false,"DataType":"str","Name":"port","current_value":"9191","default_value":"8080","restart_need":0}],"_Order":3,"_Theme":"DomoticzEnvironment"},{"ListOfSettings":[{"Advanced":true,"DataType":"bool","Name":"ControllerInHybridMode","current_value":0,"default_value":0,"restart_need":0},{"Advanced":true,"DataType":"bool","Name":"ControllerInRawMode","current_value":true,"default_value":0,"restart_need":0},{"Advanced":true,"DataType":"list","Name":"PluginLogMode","current_value":0,"default_value":0,"list":[{"0600":384},{"0640":416},{"0644":420},{"system defaut":0}],"restart_need":1},{"Advanced":true,"DataType":"bool","Name":"forceAckOnZCL","current_value":0,"default_value":0,"restart_need":0},{"Advanced":true,"DataType":"bool","Name":"reconnectonIEEEaddr","current_value":0,"default_value":0,"restart_need":0},{"Advanced":true,"DataType":"bool","Name":"reconnectonNWKaddr","current_value":0,"default_value":0,"restart_need":0},{"Advanced":true,"DataType":"bool","Name":"storeDomoticzDatabase","current_value":0,"default_value":0,"restart_need":0},{"Advanced":true,"DataType":"bool","Name":"useDomoticzDatabase","current_value":0,"default_value":0,"restart_need":0}],"_Order":16,"_Theme":"Experimental"},{"ListOfSettings":[{"Advanced":false,"DataType":"bool","Name":"GroupOnBattery","current_value":0,"default_value":0,"restart_need":0},{"Advanced":false,"DataType":"bool","Name":"OnIfOneOn","current_value":1,"default_value":1,"restart_need":0},{"Advanced":false,"DataType":"int","Name":"TradfriKelvinStep","current_value":51,"default_value":51,"restart_need":0},{"Advanced":true,"DataType":"bool","Name":"allowGroupMembership","current_value":1,"default_value":1,"restart_need":true},{"Advanced":true,"DataType":"bool","Name":"forceGroupDeviceRefresh","current_value":1,"default_value":1,"restart_need":0},{"Advanced":true,"DataType":"bool","Name":"reComputeGroupState","current_value":1,"default_value":1,"restart_need":0}],"_Order":2,"_Theme":"GroupManagement"},{"ListOfSettings":[{"Advanced":true,"DataType":"path","Name":"IkeaTradfri_Repository","current_value":"http://fw.ota.homesmart.ikea.net/feed/version_info.json","default_value":"http://fw.ota.homesmart.ikea.net/feed/version_info.json","restart_need":1},{"Advanced":true,"DataType":"path","Name":"Sonoff_Repository","current_value":"https://zigbee-ota.sonoff.tech/releases/upgrade.json","default_value":"https://zigbee-ota.sonoff.tech/releases/upgrade.json","restart_need":1},{"Advanced":true,"DataType":"path","Name":"ZigbeeOTA_Repository","current_value":"https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/index.json","default_value":"https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/index.json","restart_need":1},{"Advanced":false,"DataType":"bool","Name":"autoServeOTA","current_value":0,"default_value":0,"restart_need":0},{"Advanced":false,"DataType":"bool","Name":"checkFirmwareAgainstZigbeeOTARepository","current_value":1,"default_value":1,"restart_need":0}],"_Order":5,"_Theme":"OTA"},{"ListOfSettings":[],"_Order":14,"_Theme":"Others"},{"ListOfSettings":[{"Advanced":true,"DataType":"bool","Name":"Bug566","current_value":0,"default_value":0,"restart_need":0}],"_Order":15,"_Theme":"Patching"},{"ListOfSettings":[{"Advanced":false,"DataType":"int","Name":"numDeviceListVersion","current_value":12,"default_value":12,"restart_need":0},{"Advanced":true,"DataType":"path","Name":"pluginConfig","current_value":"/opt/domoticz/userdata/plugins/Domoticz-Zigbee/Conf/","default_value":"","restart_need":1},{"Advanced":true,"DataType":"path","Name":"pluginData","current_value":"/opt/domoticz/userdata/plugins/Domoticz-Zigbee/Data/","default_value":"","restart_need":1},{"Advanced":true,"DataType":"path","Name":"pluginLogs","current_value":"/opt/domoticz/userdata/plugins/Domoticz-Zigbee/Logs/","default_value":"","restart_need":1},{"Advanced":true,"DataType":"path","Name":"pluginOTAFirmware","current_value":"/opt/domoticz/userdata/plugins/Domoticz-Zigbee/OTAFirmware/","default_value":"","restart_need":1},{"Advanced":true,"DataType":"path","Name":"pluginReports","current_value":"/opt/domoticz/userdata/plugins/Domoticz-Zigbee/Reports/","default_value":"","restart_need":1},{"Advanced":true,"DataType":"path","Name":"pluginWWW","current_value":"/opt/domoticz/userdata/plugins/Domoticz-Zigbee/www/","default_value":"","restart_need":1}],"_Order":12,"_Theme":"PluginConfiguration"},{"ListOfSettings":[{"Advanced":true,"DataType":"bool","Name":"AqaraOppleBulbMode","current_value":0,"default_value":0,"restart_need":0},{"Advanced":true,"DataType":"int","Name":"ConfigureReportingChunk","current_value":3,"default_value":3,"restart_need":0},{"Advanced":false,"DataType":"bool","Name":"LegrandCompatibilityMode","current_value":0,"default_value":0,"restart_need":0},{"Advanced":true,"DataType":"int","Name":"ReadAttributeChunk","current_value":3,"default_value":3,"restart_need":0},{"Advanced":false,"DataType":"bool","Name":"enableSchneiderWiser","current_value":0,"default_value":0,"restart_need":0},{"Advanced":true,"DataType":"int","Name":"reenforcementWiser","current_value":300,"default_value":300,"restart_need":0}],"_Order":6,"_Theme":"Provisioning"},{"ListOfSettings":[{"Advanced":false,"DataType":"bool","Name":"DomoticzCustomMenu","current_value":1,"default_value":1,"restart_need":1},{"Advanced":false,"DataType":"bool","Name":"NightShift","current_value":0,"default_value":0,"restart_need":0},{"Advanced":false,"DataType":"bool","Name":"PluginAnalytics","current_value":1,"default_value":-1,"restart_need":0},{"Advanced":false,"DataType":"bool","Name":"enablegroupmanagement","current_value":1,"default_value":0,"restart_need":1},{"Advanced":false,"DataType":"bool","Name":"internetAccess","current_value":1,"default_value":1,"restart_need":1},{"Advanced":true,"DataType":"bool","Name":"pingDevices","current_value":1,"default_value":1,"restart_need":1}],"_Order":1,"_Theme":"Services"},{"ListOfSettings":[{"Advanced":false,"DataType":"str","Name":"Lang","current_value":"en-US","default_value":"en-US","restart_need":0},{"Advanced":true,"DataType":"bool","Name":"TopologyV2","current_value":1,"default_value":1,"restart_need":0},{"Advanced":false,"DataType":"int","Name":"numTopologyReports","current_value":4,"default_value":4,"restart_need":0}],"_Order":7,"_Theme":"WebInterface"},{"ListOfSettings":[{"Advanced":true,"DataType":"bool","Name":"Konke","current_value":0,"default_value":0,"restart_need":1},{"Advanced":true,"DataType":"bool","Name":"Livolo","current_value":0,"default_value":0,"restart_need":1},{"Advanced":true,"DataType":"bool","Name":"Orvibo","current_value":0,"default_value":0,"restart_need":1},{"Advanced":true,"DataType":"bool","Name":"Terncy","current_value":0,"default_value":0,"restart_need":1},{"Advanced":true,"DataType":"bool","Name":"Wiser","current_value":0,"default_value":0,"restart_need":1},{"Advanced":true,"DataType":"bool","Name":"Wiser2","current_value":0,"default_value":0,"restart_need":1},{"Advanced":false,"DataType":"bool","Name":"autoBackup","current_value":1,"default_value":1,"restart_need":0},{"Advanced":true,"DataType":"bool","Name":"autoRestore","current_value":1,"default_value":1,"restart_need":0}],"_Order":4,"_Theme":"Zigpy"}]
Plugin info :

Code : Tout sélectionner

{"HardwareID":8,"HomeFolder":"/opt/domoticz/userdata/plugins/Domoticz-Zigbee/","StartupFolder":"/opt/domoticz/","UserDataFolder":"/opt/domoticz/userdata/","WebRoot":"","Database":"/opt/domoticz/userdata/domoticz.db","Language":"fr","Version":"6.3","Author":"pipiche38","Name":"zigbee","Address":"0.0.0.0","Port":"9999","SerialPort":"/dev/ttyACM0","Username":"","Password":"","Key":"Zigate","Mode1":"ZigpydeCONZ","Mode2":"USB","Mode3":"False","Mode4":"9440","Mode5":"http://****:****@192.168.0.11:9191","Mode6":"2","DomoticzVersion":"2022.1 (build 14575)","DomoticzHash":"4bb71ddff","DomoticzBuildTime":"2022-10-18 07:36:30","PluginBranch":"stable6","PluginVersion":"6.3.005","TimeStamp":"09/11/2022 09:26:59","available":"6.3.005","available-firmMajor":0,"available-firmMinor":0,"FirmwareVersion":"0700","FirmwareUpdate":false,"PluginUpdate":false,"LogLevel":7,"Zigpy":true,"CoordinatorModel":"RaspBee II","CoordinatorFirmwareVersion":"0700","DisplayFirmwareVersion":"deCONZ - 26780700","CoordinatorIEEE":"00212effff093960","NetworkSize":"Total: 1 | Routers: 1 | End Devices: 0","NetworkDevices":{"1135":{}}}
A disposition pour manip à faire ou infos complémentaires.

Bonne journée