Page 4 sur 5

Re: [Conbee2] prise Wiser CCTFR6500

Publié : 08 mars 2023, 14:29
par pipiche
il est possible que la partie Summation soit sur un reporting de 1 KwH donc il faudrait que tu fasses tourner une heure pour vérifier .
Pour ce qui est de l'amperage, je peux pas commenter car a priori quand tu as fait l'export il n'y avait plus de courant sur la prise

Re: [Conbee2] prise Wiser CCTFR6500

Publié : 08 mars 2023, 14:37
par pipiche
tu peux également faire un update de la branche 'develop', j'ai changé quelques paramètres de reporting, ca joura peut-etre sur le Summation

Code : Tout sélectionner

git pull
sudo python3 -m pip --ignore-requires-python install -r requirements.txt --upgrade 

Re: [Conbee2] prise Wiser CCTFR6500

Publié : 08 mars 2023, 18:31
par Bibi49
la maj ne fonctionne pas

Code : Tout sélectionner

Last login: Wed Mar  8 18:10:10 2023
pi@raspberrypi:~ $ sudo service domoticz.sh stop
pi@raspberrypi:~ $ cd /home/pi/domoticz/plugins/Domoticz-Zigbee/
pi@raspberrypi:~/domoticz/plugins/Domoticz-Zigbee $ git pull                                         remote: Enumerating objects: 13, done.
remote: Counting objects: 100% (13/13), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 13 (delta 5), reused 13 (delta 5), pack-reused 0
error: droits insuffisants pour ajouter un objet à la base de données .git/objects du dépôt
fatal: failed to write object
fatal: échec de unpack-objects
pi@raspberrypi:~/domoticz/plugins/Domoticz-Zigbee $ sudo git pull
Récupération du sous-module external/zigpy-zigate
Pas d'information de suivi distant pour la branche actuelle.
Veuillez spécifier une branche avec laquelle fusionner.
Référez-vous à git-pull(1) pour de plus amples détails.

    git pull <distant> <branche>

Si vous souhaitez indiquer l'information de suivi distant pour cette branche, vous pouvez le faire avec :

    git branch --set-upstream-to=origin/<branche> develop

pi@raspberrypi:~/domoticz/plugins/Domoticz-Zigbee $ sudo python3 -m pip --ignore-requires-python install -r requirements.txt --upgrade

Usage:
  /usr/bin/python3 -m pip <command> [options]

no such option: --ignore-requires-python
pi@raspberrypi:~/domoticz/plugins/Domoticz-Zigbee $

la MAJ depuis le plugin

Code : Tout sélectionner

Lance la mise à jour du plugin.
Si cette mise à jour se passe sans problème, un redémarrage du plugin sera nécessaire pour la prise en compte, sinon il faudra faire la mise à jour de façon manuelle.

Starting Zigbee for Domoticz plugin Upgrade process.
----------------------------------------------------
PWD=/home/pi/domoticz/plugins/Domoticz-Zigbee
HOME=/home/pi/domoticz/plugins/Domoticz-Zigbee
LANG=fr_FR.UTF-8
INVOCATION_ID=dbdc2e0914354abf94ad7fd396fa4eb6
SHLVL=1
JOURNAL_STREAM=8:12991
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin
_=/bin/env

uid=0(root) gid=0(root) groupes=0(root)

root

(1) git config --global --add safe.directory

(2) updating Zigbee for Domoticz plugin

Setup submodule.recurse

Récupération du sous-module external/zigpy-zigate
Pas d'information de suivi distant pour la branche actuelle.
Veuillez spécifier une branche avec laquelle fusionner.
Référez-vous à git-pull(1) pour de plus amples détails.

git pull

Si vous souhaitez indiquer l'information de suivi distant pour cette branche, vous pouvez le faire avec :

git branch --set-upstream-to=origin/ develop

ERROR while running command 'git pull --recurse-submodules'.
Git Status: Sur la branche develop
Fichiers non suivis:
(utilisez "git add ..." pour inclure dans ce qui sera validé)
.gitconfig

aucune modification ajoutée à la validation mais des fichiers non suivis sont présents (utilisez "git add" pour les suivre)

le log de domoticz en rouge

Code : Tout sélectionner

2023-03-08 18:26:48.996 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/plugin.py", line 849, in processFrame
2023-03-08 18:26:48.996 ZigateRead(self, Devices, Data)
2023-03-08 18:26:48.996 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 187, in ZigateRead
2023-03-08 18:26:48.996 _decoding(self, Devices, MsgData, MsgLQI)
2023-03-08 18:26:48.996 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 2951, in Decode8102
2023-03-08 18:26:48.996 scan_attribute_reponse(self, Devices, MsgSQN, i_sqn, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgData, "8102")
2023-03-08 18:26:48.996 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3017, in scan_attribute_reponse
2023-03-08 18:26:48.996 read_report_attributes(
2023-03-08 18:26:48.996 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3073, in read_report_attributes
2023-03-08 18:26:48.996 ReadCluster(
2023-03-08 18:26:48.996 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readClusters.py", line 195, in ReadCluster
2023-03-08 18:26:48.996 process_cluster_attribute_response( self, Devices, MsgSQN, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, MsgAttType, MsgAttSize, MsgClusterData, Source, )
2023-03-08 18:26:48.996 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 98, in process_cluster_attribute_response
2023-03-08 18:26:48.996 value = compute_attribute_value( self, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, value, _eval_inputs, _eval_formula, _function)
2023-03-08 18:26:48.996 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 395, in compute_attribute_value
2023-03-08 18:26:48.996 return func( self, nwkid, ep, cluster, attribut, value )
2023-03-08 18:26:48.996 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/zclClusterHelpers.py", line 366, in compute_electrical_measurement_conso
2023-03-08 18:26:48.996 divisor = int( self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId][ divisor_attribute ] if ( MsgSrcEp in self.ListOfDevices[NwkId]["Ep"] and MsgClusterId in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp] and divisor_attribute in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId] ) else 1 )
2023-03-08 18:26:48.996 ValueError: invalid literal for int() with base 10: '000a'
2023-03-08 18:26:48.996
2023-03-08 18:26:57.908 Error: Conbee2: forwarder_thread - Error while receiving a Coordinator command
2023-03-08 18:26:58.004 Error: Conbee2: Issue in request 018002002aff0001040b0401010288bf02000008640a0b0529d600ff03, dumping stack: Traceback (most recent call last):
2023-03-08 18:26:58.004 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 41, in forwarder_thread
2023-03-08 18:26:58.004 forward_message(self, message)
2023-03-08 18:26:58.004 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/instrumentation.py", line 30, in f_out
2023-03-08 18:26:58.004 result = f_in(self, message)
2023-03-08 18:26:58.004 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 57, in forward_message
2023-03-08 18:26:58.004 self.F_out(message)
2023-03-08 18:26:58.004 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/plugin.py", line 849, in processFrame
2023-03-08 18:26:58.004 ZigateRead(self, Devices, Data)
2023-03-08 18:26:58.004 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 187, in ZigateRead
2023-03-08 18:26:58.004 _decoding(self, Devices, MsgData, MsgLQI)
2023-03-08 18:26:58.004 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 2951, in Decode8102
2023-03-08 18:26:58.004 scan_attribute_reponse(self, Devices, MsgSQN, i_sqn, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgData, "8102")
2023-03-08 18:26:58.004 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3017, in scan_attribute_reponse
2023-03-08 18:26:58.004 read_report_attributes(
2023-03-08 18:26:58.004 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3073, in read_report_attributes
2023-03-08 18:26:58.004 ReadCluster(
2023-03-08 18:26:58.004 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readClusters.py", line 195, in ReadCluster
2023-03-08 18:26:58.004 process_cluster_attribute_response( self, Devices, MsgSQN, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, MsgAttType, MsgAttSize, MsgClusterData, Source, )
2023-03-08 18:26:58.004 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 98, in process_cluster_attribute_response
2023-03-08 18:26:58.004 value = compute_attribute_value( self, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, value, _eval_inputs, _eval_formula, _function)
2023-03-08 18:26:58.004 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 395, in compute_attribute_value
2023-03-08 18:26:58.004 return func( self, nwkid, ep, cluster, attribut, value )
2023-03-08 18:26:58.004 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/zclClusterHelpers.py", line 366, in compute_electrical_measurement_conso
2023-03-08 18:26:58.004 divisor = int( self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId][ divisor_attribute ] if ( MsgSrcEp in self.ListOfDevices[NwkId]["Ep"] and MsgClusterId in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp] and divisor_attribute in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId] ) else 1 )
2023-03-08 18:26:58.004 ValueError: invalid literal for int() with base 10: '000a'
2023-03-08 18:26:58.004
2023-03-08 18:27:05.446 Error: Conbee2: forwarder_thread - Error while receiving a Coordinator command
2023-03-08 18:27:05.538 Error: Conbee2: Issue in request 018002002aff0001040b0401010288bf02000008650a0b0529c800ff03, dumping stack: Traceback (most recent call last):
2023-03-08 18:27:05.538 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 41, in forwarder_thread
2023-03-08 18:27:05.538 forward_message(self, message)
2023-03-08 18:27:05.538 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/instrumentation.py", line 30, in f_out
2023-03-08 18:27:05.538 result = f_in(self, message)
2023-03-08 18:27:05.538 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 57, in forward_message
2023-03-08 18:27:05.538 self.F_out(message)
2023-03-08 18:27:05.538 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/plugin.py", line 849, in processFrame
2023-03-08 18:27:05.538 ZigateRead(self, Devices, Data)
2023-03-08 18:27:05.538 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 187, in ZigateRead
2023-03-08 18:27:05.538 _decoding(self, Devices, MsgData, MsgLQI)
2023-03-08 18:27:05.538 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 2951, in Decode8102
2023-03-08 18:27:05.538 scan_attribute_reponse(self, Devices, MsgSQN, i_sqn, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgData, "8102")
2023-03-08 18:27:05.538 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3017, in scan_attribute_reponse
2023-03-08 18:27:05.538 read_report_attributes(
2023-03-08 18:27:05.538 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3073, in read_report_attributes
2023-03-08 18:27:05.538 ReadCluster(
2023-03-08 18:27:05.538 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readClusters.py", line 195, in ReadCluster
2023-03-08 18:27:05.538 process_cluster_attribute_response( self, Devices, MsgSQN, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, MsgAttType, MsgAttSize, MsgClusterData, Source, )
2023-03-08 18:27:05.538 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 98, in process_cluster_attribute_response
2023-03-08 18:27:05.538 value = compute_attribute_value( self, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, value, _eval_inputs, _eval_formula, _function)
2023-03-08 18:27:05.538 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 395, in compute_attribute_value
2023-03-08 18:27:05.538 return func( self, nwkid, ep, cluster, attribut, value )
2023-03-08 18:27:05.538 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/zclClusterHelpers.py", line 366, in compute_electrical_measurement_conso
2023-03-08 18:27:05.538 divisor = int( self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId][ divisor_attribute ] if ( MsgSrcEp in self.ListOfDevices[NwkId]["Ep"] and MsgClusterId in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp] and divisor_attribute in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId] ) else 1 )
2023-03-08 18:27:05.538 ValueError: invalid literal for int() with base 10: '000a'
2023-03-08 18:27:05.538
2023-03-08 18:27:14.473 Error: Conbee2: forwarder_thread - Error while receiving a Coordinator command
2023-03-08 18:27:14.550 Error: Conbee2: Issue in request 018002002aff0001040b0401010288bf02000008660a0b0529df00ff03, dumping stack: Traceback (most recent call last):
2023-03-08 18:27:14.550 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 41, in forwarder_thread
2023-03-08 18:27:14.550 forward_message(self, message)
2023-03-08 18:27:14.550 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/instrumentation.py", line 30, in f_out
2023-03-08 18:27:14.550 result = f_in(self, message)
2023-03-08 18:27:14.550 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 57, in forward_message
2023-03-08 18:27:14.550 self.F_out(message)
2023-03-08 18:27:14.550 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/plugin.py", line 849, in processFrame
2023-03-08 18:27:14.550 ZigateRead(self, Devices, Data)
2023-03-08 18:27:14.550 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 187, in ZigateRead
2023-03-08 18:27:14.550 _decoding(self, Devices, MsgData, MsgLQI)
2023-03-08 18:27:14.550 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 2951, in Decode8102
2023-03-08 18:27:14.550 scan_attribute_reponse(self, Devices, MsgSQN, i_sqn, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgData, "8102")
2023-03-08 18:27:14.550 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3017, in scan_attribute_reponse
2023-03-08 18:27:14.550 read_report_attributes(
2023-03-08 18:27:14.550 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3073, in read_report_attributes
2023-03-08 18:27:14.550 ReadCluster(
2023-03-08 18:27:14.550 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readClusters.py", line 195, in ReadCluster
2023-03-08 18:27:14.550 process_cluster_attribute_response( self, Devices, MsgSQN, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, MsgAttType, MsgAttSize, MsgClusterData, Source, )
2023-03-08 18:27:14.550 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 98, in process_cluster_attribute_response
2023-03-08 18:27:14.550 value = compute_attribute_value( self, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, value, _eval_inputs, _eval_formula, _function)
2023-03-08 18:27:14.550 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 395, in compute_attribute_value
2023-03-08 18:27:14.550 return func( self, nwkid, ep, cluster, attribut, value )
2023-03-08 18:27:14.550 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/zclClusterHelpers.py", line 366, in compute_electrical_measurement_conso
2023-03-08 18:27:14.550 divisor = int( self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId][ divisor_attribute ] if ( MsgSrcEp in self.ListOfDevices[NwkId]["Ep"] and MsgClusterId in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp] and divisor_attribute in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId] ) else 1 )
2023-03-08 18:27:14.550 ValueError: invalid literal for int() with base 10: '000a'
2023-03-08 18:27:14.550
2023-03-08 18:27:21.986 Error: Conbee2: forwarder_thread - Error while receiving a Coordinator command
2023-03-08 18:27:22.080 Error: Conbee2: Issue in request 018002002aff0001040b0401010288bf02000008670a0b05292402ff03, dumping stack: Traceback (most recent call last):
2023-03-08 18:27:22.080 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 41, in forwarder_thread
2023-03-08 18:27:22.080 forward_message(self, message)
2023-03-08 18:27:22.080 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/instrumentation.py", line 30, in f_out
2023-03-08 18:27:22.080 result = f_in(self, message)
2023-03-08 18:27:22.080 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 57, in forward_message
2023-03-08 18:27:22.080 self.F_out(message)
2023-03-08 18:27:22.080 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/plugin.py", line 849, in processFrame
2023-03-08 18:27:22.080 ZigateRead(self, Devices, Data)
2023-03-08 18:27:22.080 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 187, in ZigateRead
2023-03-08 18:27:22.080 _decoding(self, Devices, MsgData, MsgLQI)
2023-03-08 18:27:22.080 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 2951, in Decode8102
2023-03-08 18:27:22.080 scan_attribute_reponse(self, Devices, MsgSQN, i_sqn, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgData, "8102")
2023-03-08 18:27:22.080 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3017, in scan_attribute_reponse
2023-03-08 18:27:22.080 read_report_attributes(
2023-03-08 18:27:22.080 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3073, in read_report_attributes
2023-03-08 18:27:22.080 ReadCluster(
2023-03-08 18:27:22.080 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readClusters.py", line 195, in ReadCluster
2023-03-08 18:27:22.080 process_cluster_attribute_response( self, Devices, MsgSQN, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, MsgAttType, MsgAttSize, MsgClusterData, Source, )
2023-03-08 18:27:22.080 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 98, in process_cluster_attribute_response
2023-03-08 18:27:22.080 value = compute_attribute_value( self, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, value, _eval_inputs, _eval_formula, _function)
2023-03-08 18:27:22.080 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 395, in compute_attribute_value
2023-03-08 18:27:22.080 return func( self, nwkid, ep, cluster, attribut, value )
2023-03-08 18:27:22.080 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/zclClusterHelpers.py", line 366, in compute_electrical_measurement_conso
2023-03-08 18:27:22.080 divisor = int( self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId][ divisor_attribute ] if ( MsgSrcEp in self.ListOfDevices[NwkId]["Ep"] and MsgClusterId in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp] and divisor_attribute in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId] ) else 1 )
2023-03-08 18:27:22.080 ValueError: invalid literal for int() with base 10: '000a'
2023-03-08 18:27:22.080
2023-03-08 18:27:29.541 Error: Conbee2: forwarder_thread - Error while receiving a Coordinator command
2023-03-08 18:27:29.616 Error: Conbee2: Issue in request 018002002aff0001040b0401010288bf02000008680a0b05297c01ff03, dumping stack: Traceback (most recent call last):
2023-03-08 18:27:29.616 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 41, in forwarder_thread
2023-03-08 18:27:29.616 forward_message(self, message)
2023-03-08 18:27:29.616 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/instrumentation.py", line 30, in f_out
2023-03-08 18:27:29.616 result = f_in(self, message)
2023-03-08 18:27:29.616 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 57, in forward_message
2023-03-08 18:27:29.616 self.F_out(message)
2023-03-08 18:27:29.616 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/plugin.py", line 849, in processFrame
2023-03-08 18:27:29.616 ZigateRead(self, Devices, Data)
2023-03-08 18:27:29.616 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 187, in ZigateRead
2023-03-08 18:27:29.616 _decoding(self, Devices, MsgData, MsgLQI)
2023-03-08 18:27:29.616 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 2951, in Decode8102
2023-03-08 18:27:29.616 scan_attribute_reponse(self, Devices, MsgSQN, i_sqn, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgData, "8102")
2023-03-08 18:27:29.616 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3017, in scan_attribute_reponse
2023-03-08 18:27:29.616 read_report_attributes(
2023-03-08 18:27:29.616 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3073, in read_report_attributes
2023-03-08 18:27:29.616 ReadCluster(
2023-03-08 18:27:29.616 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readClusters.py", line 195, in ReadCluster
2023-03-08 18:27:29.616 process_cluster_attribute_response( self, Devices, MsgSQN, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, MsgAttType, MsgAttSize, MsgClusterData, Source, )
2023-03-08 18:27:29.616 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 98, in process_cluster_attribute_response
2023-03-08 18:27:29.616 value = compute_attribute_value( self, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, value, _eval_inputs, _eval_formula, _function)
2023-03-08 18:27:29.616 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 395, in compute_attribute_value
2023-03-08 18:27:29.616 return func( self, nwkid, ep, cluster, attribut, value )
2023-03-08 18:27:29.616 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/zclClusterHelpers.py", line 366, in compute_electrical_measurement_conso
2023-03-08 18:27:29.616 divisor = int( self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId][ divisor_attribute ] if ( MsgSrcEp in self.ListOfDevices[NwkId]["Ep"] and MsgClusterId in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp] and divisor_attribute in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId] ) else 1 )
2023-03-08 18:27:29.616 ValueError: invalid literal for int() with base 10: '000a'
2023-03-08 18:27:29.616
2023-03-08 18:27:38.526 Error: Conbee2: forwarder_thread - Error while receiving a Coordinator command
2023-03-08 18:27:38.613 Error: Conbee2: Issue in request 018002002aff0001040b0401010288bf02000008690a0b0529cd00ff03, dumping stack: Traceback (most recent call last):
2023-03-08 18:27:38.613 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 41, in forwarder_thread
2023-03-08 18:27:38.613 forward_message(self, message)
2023-03-08 18:27:38.613 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/instrumentation.py", line 30, in f_out
2023-03-08 18:27:38.613 result = f_in(self, message)
2023-03-08 18:27:38.613 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 57, in forward_message
2023-03-08 18:27:38.613 self.F_out(message)
2023-03-08 18:27:38.613 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/plugin.py", line 849, in processFrame
2023-03-08 18:27:38.613 ZigateRead(self, Devices, Data)
2023-03-08 18:27:38.613 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 187, in ZigateRead
2023-03-08 18:27:38.613 _decoding(self, Devices, MsgData, MsgLQI)
2023-03-08 18:27:38.613 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 2951, in Decode8102
2023-03-08 18:27:38.613 scan_attribute_reponse(self, Devices, MsgSQN, i_sqn, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgData, "8102")
2023-03-08 18:27:38.613 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3017, in scan_attribute_reponse
2023-03-08 18:27:38.613 read_report_attributes(
2023-03-08 18:27:38.613 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3073, in read_report_attributes
2023-03-08 18:27:38.613 ReadCluster(
2023-03-08 18:27:38.613 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readClusters.py", line 195, in ReadCluster
2023-03-08 18:27:38.613 process_cluster_attribute_response( self, Devices, MsgSQN, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, MsgAttType, MsgAttSize, MsgClusterData, Source, )
2023-03-08 18:27:38.613 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 98, in process_cluster_attribute_response
2023-03-08 18:27:38.613 value = compute_attribute_value( self, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, value, _eval_inputs, _eval_formula, _function)
2023-03-08 18:27:38.613 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 395, in compute_attribute_value
2023-03-08 18:27:38.613 return func( self, nwkid, ep, cluster, attribut, value )
2023-03-08 18:27:38.613 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/zclClusterHelpers.py", line 366, in compute_electrical_measurement_conso
2023-03-08 18:27:38.613 divisor = int( self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId][ divisor_attribute ] if ( MsgSrcEp in self.ListOfDevices[NwkId]["Ep"] and MsgClusterId in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp] and divisor_attribute in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId] ) else 1 )
2023-03-08 18:27:38.613 ValueError: invalid literal for int() with base 10: '000a'
2023-03-08 18:27:38.613
2023-03-08 18:28:02.612 Error: Conbee2: forwarder_thread - Error while receiving a Coordinator command
2023-03-08 18:28:02.687 Error: Conbee2: Issue in request 018002002aff0001040b0401010288bf020000086a0a0b0529b900ff03, dumping stack: Traceback (most recent call last):
2023-03-08 18:28:02.687 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 41, in forwarder_thread
2023-03-08 18:28:02.687 forward_message(self, message)
2023-03-08 18:28:02.687 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/instrumentation.py", line 30, in f_out
2023-03-08 18:28:02.687 result = f_in(self, message)
2023-03-08 18:28:02.687 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 57, in forward_message
2023-03-08 18:28:02.687 self.F_out(message)
2023-03-08 18:28:02.687 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/plugin.py", line 849, in processFrame
2023-03-08 18:28:02.687 ZigateRead(self, Devices, Data)
2023-03-08 18:28:02.687 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 187, in ZigateRead
2023-03-08 18:28:02.687 _decoding(self, Devices, MsgData, MsgLQI)
2023-03-08 18:28:02.687 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 2951, in Decode8102
2023-03-08 18:28:02.687 scan_attribute_reponse(self, Devices, MsgSQN, i_sqn, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgData, "8102")
2023-03-08 18:28:02.687 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3017, in scan_attribute_reponse
2023-03-08 18:28:02.687 read_report_attributes(
2023-03-08 18:28:02.687 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3073, in read_report_attributes
2023-03-08 18:28:02.687 ReadCluster(
2023-03-08 18:28:02.687 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readClusters.py", line 195, in ReadCluster
2023-03-08 18:28:02.687 process_cluster_attribute_response( self, Devices, MsgSQN, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, MsgAttType, MsgAttSize, MsgClusterData, Source, )
2023-03-08 18:28:02.687 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 98, in process_cluster_attribute_response
2023-03-08 18:28:02.687 value = compute_attribute_value( self, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, value, _eval_inputs, _eval_formula, _function)
2023-03-08 18:28:02.687 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 395, in compute_attribute_value
2023-03-08 18:28:02.687 return func( self, nwkid, ep, cluster, attribut, value )
2023-03-08 18:28:02.687 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/zclClusterHelpers.py", line 366, in compute_electrical_measurement_conso
2023-03-08 18:28:02.687 divisor = int( self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId][ divisor_attribute ] if ( MsgSrcEp in self.ListOfDevices[NwkId]["Ep"] and MsgClusterId in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp] and divisor_attribute in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId] ) else 1 )
2023-03-08 18:28:02.687 ValueError: invalid literal for int() with base 10: '000a'
2023-03-08 18:28:02.687
2023-03-08 18:28:10.136 Error: Conbee2: forwarder_thread - Error while receiving a Coordinator command
2023-03-08 18:28:10.222 Error: Conbee2: Issue in request 018002002aff0001040b0401010288bf020000086c0a0b0529ab00ff03, dumping stack: Traceback (most recent call last):
2023-03-08 18:28:10.222 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 41, in forwarder_thread
2023-03-08 18:28:10.222 forward_message(self, message)
2023-03-08 18:28:10.222 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/instrumentation.py", line 30, in f_out
2023-03-08 18:28:10.222 result = f_in(self, message)
2023-03-08 18:28:10.222 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 57, in forward_message
2023-03-08 18:28:10.222 self.F_out(message)
2023-03-08 18:28:10.222 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/plugin.py", line 849, in processFrame
2023-03-08 18:28:10.222 ZigateRead(self, Devices, Data)
2023-03-08 18:28:10.222 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 187, in ZigateRead
2023-03-08 18:28:10.222 _decoding(self, Devices, MsgData, MsgLQI)
2023-03-08 18:28:10.222 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 2951, in Decode8102
2023-03-08 18:28:10.222 scan_attribute_reponse(self, Devices, MsgSQN, i_sqn, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgData, "8102")
2023-03-08 18:28:10.222 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3017, in scan_attribute_reponse
2023-03-08 18:28:10.222 read_report_attributes(
2023-03-08 18:28:10.222 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3073, in read_report_attributes
2023-03-08 18:28:10.222 ReadCluster(
2023-03-08 18:28:10.222 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readClusters.py", line 195, in ReadCluster
2023-03-08 18:28:10.222 process_cluster_attribute_response( self, Devices, MsgSQN, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, MsgAttType, MsgAttSize, MsgClusterData, Source, )
2023-03-08 18:28:10.222 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 98, in process_cluster_attribute_response
2023-03-08 18:28:10.222 value = compute_attribute_value( self, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, value, _eval_inputs, _eval_formula, _function)
2023-03-08 18:28:10.222 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 395, in compute_attribute_value
2023-03-08 18:28:10.222 return func( self, nwkid, ep, cluster, attribut, value )
2023-03-08 18:28:10.222 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/zclClusterHelpers.py", line 366, in compute_electrical_measurement_conso
2023-03-08 18:28:10.222 divisor = int( self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId][ divisor_attribute ] if ( MsgSrcEp in self.ListOfDevices[NwkId]["Ep"] and MsgClusterId in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp] and divisor_attribute in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId] ) else 1 )
2023-03-08 18:28:10.222 ValueError: invalid literal for int() with base 10: '000a'
2023-03-08 18:28:10.222
2023-03-08 18:28:26.697 Error: Conbee2: forwarder_thread - Error while receiving a Coordinator command
2023-03-08 18:28:26.774 Error: Conbee2: Issue in request 018002002aff0001040b0401010288bf020000086d0a0b05292101ff03, dumping stack: Traceback (most recent call last):
2023-03-08 18:28:26.774 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 41, in forwarder_thread
2023-03-08 18:28:26.774 forward_message(self, message)
2023-03-08 18:28:26.774 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/instrumentation.py", line 30, in f_out
2023-03-08 18:28:26.774 result = f_in(self, message)
2023-03-08 18:28:26.774 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 57, in forward_message
2023-03-08 18:28:26.774 self.F_out(message)
2023-03-08 18:28:26.774 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/plugin.py", line 849, in processFrame
2023-03-08 18:28:26.774 ZigateRead(self, Devices, Data)
2023-03-08 18:28:26.774 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 187, in ZigateRead
2023-03-08 18:28:26.774 _decoding(self, Devices, MsgData, MsgLQI)
2023-03-08 18:28:26.774 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 2951, in Decode8102
2023-03-08 18:28:26.774 scan_attribute_reponse(self, Devices, MsgSQN, i_sqn, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgData, "8102")
2023-03-08 18:28:26.774 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3017, in scan_attribute_reponse
2023-03-08 18:28:26.774 read_report_attributes(
2023-03-08 18:28:26.774 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3073, in read_report_attributes
2023-03-08 18:28:26.774 ReadCluster(
2023-03-08 18:28:26.774 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readClusters.py", line 195, in ReadCluster
2023-03-08 18:28:26.774 process_cluster_attribute_response( self, Devices, MsgSQN, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, MsgAttType, MsgAttSize, MsgClusterData, Source, )
2023-03-08 18:28:26.774 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 98, in process_cluster_attribute_response
2023-03-08 18:28:26.774 value = compute_attribute_value( self, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, value, _eval_inputs, _eval_formula, _function)
2023-03-08 18:28:26.774 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 395, in compute_attribute_value
2023-03-08 18:28:26.774 return func( self, nwkid, ep, cluster, attribut, value )
2023-03-08 18:28:26.774 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/zclClusterHelpers.py", line 366, in compute_electrical_measurement_conso
2023-03-08 18:28:26.774 divisor = int( self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId][ divisor_attribute ] if ( MsgSrcEp in self.ListOfDevices[NwkId]["Ep"] and MsgClusterId in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp] and divisor_attribute in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId] ) else 1 )
2023-03-08 18:28:26.774 ValueError: invalid literal for int() with base 10: '000a'
2023-03-08 18:28:26.774
2023-03-08 18:28:35.696 Error: Conbee2: forwarder_thread - Error while receiving a Coordinator command
2023-03-08 18:28:35.773 Error: Conbee2: Issue in request 018002002aff0001040b0401010288bf020000086e0a0b0529fb00ff03, dumping stack: Traceback (most recent call last):
2023-03-08 18:28:35.773 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 41, in forwarder_thread
2023-03-08 18:28:35.773 forward_message(self, message)
2023-03-08 18:28:35.773 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/instrumentation.py", line 30, in f_out
2023-03-08 18:28:35.773 result = f_in(self, message)
2023-03-08 18:28:35.773 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 57, in forward_message
2023-03-08 18:28:35.773 self.F_out(message)
2023-03-08 18:28:35.773 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/plugin.py", line 849, in processFrame
2023-03-08 18:28:35.773 ZigateRead(self, Devices, Data)
2023-03-08 18:28:35.773 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 187, in ZigateRead
2023-03-08 18:28:35.773 _decoding(self, Devices, MsgData, MsgLQI)
2023-03-08 18:28:35.773 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 2951, in Decode8102
2023-03-08 18:28:35.773 scan_attribute_reponse(self, Devices, MsgSQN, i_sqn, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgData, "8102")
2023-03-08 18:28:35.773 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3017, in scan_attribute_reponse
2023-03-08 18:28:35.773 read_report_attributes(
2023-03-08 18:28:35.773 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3073, in read_report_attributes
2023-03-08 18:28:35.773 ReadCluster(
2023-03-08 18:28:35.773 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readClusters.py", line 195, in ReadCluster
2023-03-08 18:28:35.773 process_cluster_attribute_response( self, Devices, MsgSQN, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, MsgAttType, MsgAttSize, MsgClusterData, Source, )
2023-03-08 18:28:35.773 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 98, in process_cluster_attribute_response
2023-03-08 18:28:35.773 value = compute_attribute_value( self, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, value, _eval_inputs, _eval_formula, _function)
2023-03-08 18:28:35.773 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 395, in compute_attribute_value
2023-03-08 18:28:35.773 return func( self, nwkid, ep, cluster, attribut, value )
2023-03-08 18:28:35.773 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/zclClusterHelpers.py", line 366, in compute_electrical_measurement_conso
2023-03-08 18:28:35.773 divisor = int( self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId][ divisor_attribute ] if ( MsgSrcEp in self.ListOfDevices[NwkId]["Ep"] and MsgClusterId in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp] and divisor_attribute in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId] ) else 1 )
2023-03-08 18:28:35.773 ValueError: invalid literal for int() with base 10: '000a'
2023-03-08 18:28:35.773
je sens que le backup de la version develop va vite servir pour recupere une installation "propre".

Re: [Conbee2] prise Wiser CCTFR6500

Publié : 08 mars 2023, 20:46
par pipiche
Je sais pas, je comprend ce que tu fais, amis en tout les cas, si tu as une erreur sur le git pull, inutile d'aller plus loin

sur quelle branche es-tu ?

que donne

Code : Tout sélectionner

git status 

Re: [Conbee2] prise Wiser CCTFR6500

Publié : 08 mars 2023, 21:01
par Bibi49
Ce qui est sur, c'est que linux, c'est pas mon copain en ce moment :oops:

Code : Tout sélectionner

pi@raspberrypi:~ $ cd /home/pi/domoticz/plugins/Domoticz-Zigbee/
pi@raspberrypi:~/domoticz/plugins/Domoticz-Zigbee $ git status                  fatal: .git/index : l'ouverture du fichier d'index a échoué: Permission non accordée
pi@raspberrypi:~/domoticz/plugins/Domoticz-Zigbee $ sudo git status
Sur la branche develop
Fichiers non suivis:
  (utilisez "git add <fichier>..." pour inclure dans ce qui sera validé)
        .gitconfig

aucune modification ajoutée à la validation mais des fichiers non suivis sont présents (utilisez "git add" pour les suivre)
pi@raspberrypi:~/domoticz/plugins/Domoticz-Zigbee $
edit
Je suppose que la prochaine commande sera :
sudo git add .gitconfig ?

Edit 2
la dernière ligne de commande a fais du bien (plus d'erreur dans le log de domoticz)
Je vais continuer a creuser pour la maj impossible du plugin.

Re: [Conbee2] prise Wiser CCTFR6500

Publié : 08 mars 2023, 22:03
par pipiche
je vois pas trop pourquoi tu as un .gitconfig, peut-etre qu'un des outils que tu as l'a ajouté.
Ne pas en tenir en compte

que se passe-t-il maintenant si tu passes la commande suivante:

Code : Tout sélectionner

sudo python3 -m pip --ignore-requires-python install -r requirements.txt --upgrade 

Re: [Conbee2] prise Wiser CCTFR6500

Publié : 10 mars 2023, 12:14
par Bibi49
Toujours pareil.

Les lignes d erreurs dans le logo de Domoticz sont revenus...

Je pense aussi que la dernière modification sur mon Pi n'est pas compatible...

Je vais tout réinstaller ce week-end.

Re: [Conbee2] prise Wiser CCTFR6500

Publié : 11 mars 2023, 16:01
par Bibi49
Bonjour,

nouvelle installation.

Le gaufrier n'est pas idéal pour faire les tests, (ça chauffe, ça s'arrêt et ainsi de suite)

dans le log de domoticz, la tension ne saffiche que lorsque la prise est sur off
2023-03-11 15:44:14.777 Conbee2: UpdateDevice - ( Voltage wiser) 0:370.36;370.36


les logs d'erreur dans domoticz

Code : Tout sélectionner

2023-03-11 15:43:45.009 Error: Conbee2: forwarder_thread - Error while receiving a Coordinator command
2023-03-11 15:43:45.028 Error: Conbee2: Issue in request 0180020034ff0001040b04010102e15702000008620a08052100000b05290000ff03, dumping stack: Traceback (most recent call last):
2023-03-11 15:43:45.028 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 41, in forwarder_thread
2023-03-11 15:43:45.028 forward_message(self, message)
2023-03-11 15:43:45.028 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/instrumentation.py", line 30, in f_out
2023-03-11 15:43:45.028 result = f_in(self, message)
2023-03-11 15:43:45.028 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 57, in forward_message
2023-03-11 15:43:45.028 self.F_out(message)
2023-03-11 15:43:45.028 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/plugin.py", line 827, in processFrame
2023-03-11 15:43:45.028 ZigateRead(self, Devices, Data)
2023-03-11 15:43:45.028 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 187, in ZigateRead
2023-03-11 15:43:45.028 _decoding(self, Devices, MsgData, MsgLQI)
2023-03-11 15:43:45.028 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 2951, in Decode8102
2023-03-11 15:43:45.028 scan_attribute_reponse(self, Devices, MsgSQN, i_sqn, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgData, "8102")
2023-03-11 15:43:45.028 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3017, in scan_attribute_reponse
2023-03-11 15:43:45.028 read_report_attributes(
2023-03-11 15:43:45.028 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3073, in read_report_attributes
2023-03-11 15:43:45.028 ReadCluster(
2023-03-11 15:43:45.028 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readClusters.py", line 195, in ReadCluster
2023-03-11 15:43:45.028 process_cluster_attribute_response( self, Devices, MsgSQN, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, MsgAttType, MsgAttSize, MsgClusterData, Source, )
2023-03-11 15:43:45.028 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 98, in process_cluster_attribute_response
2023-03-11 15:43:45.028 value = compute_attribute_value( self, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, value, _eval_inputs, _eval_formula, _function)
2023-03-11 15:43:45.028 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 395, in compute_attribute_value
2023-03-11 15:43:45.028 return func( self, nwkid, ep, cluster, attribut, value )
2023-03-11 15:43:45.028 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/zclClusterHelpers.py", line 366, in compute_electrical_measurement_conso
2023-03-11 15:43:45.028 divisor = int( self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId][ divisor_attribute ] if ( MsgSrcEp in self.ListOfDevices[NwkId]["Ep"] and MsgClusterId in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp] and divisor_attribute in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId] ) else 1 )
2023-03-11 15:43:45.028 ValueError: invalid literal for int() with base 10: '000a'
2023-03-11 15:43:45.028
quelques fichiers pouvant être utile :
errors.json
(55.07 Kio) Téléchargé 53 fois
_PluginZigbee_03.rar
.log du plugin
(28.57 Kio) Téléchargé 57 fois

J'essaierai d'avoir une résistance de 1000w lundi pour simplifier les essais.

Re: [Conbee2] prise Wiser CCTFR6500

Publié : 11 mars 2023, 20:39
par pipiche
dans les logs je vois un coup de la version 6.3.011 et autre coup la branche develop 6.4.312 il va falloir choisir car les 2 ne sont pas compatible.
Donc reste sur la 6.4.312, et refait l'appairage

Re: [Conbee2] prise Wiser CCTFR6500

Publié : 11 mars 2023, 21:40
par Bibi49
Oups, desolé.

Effectivement, j'ai appairé en 6.3.11 et ensuite directement passé a 6.4.312 :oops:

le log de Domoticz :

Code : Tout sélectionner

2023-03-11 21:11:37.130 Status: NotificationSystem: thread started...
2023-03-11 21:11:37.137 Status: EventSystem: reset all events...
2023-03-11 21:11:37.150 Status: EventSystem: reset all device statuses...
2023-03-11 21:11:37.410 Status: Python EventSystem: Initializing event module.
2023-03-11 21:11:37.411 Status: EventSystem: Started
2023-03-11 21:11:37.411 Status: EventSystem: Queue thread started...
2023-03-11 21:11:37.558 Status: PluginSystem: 1 plugins started.
2023-03-11 21:11:41.549 Status: Conbee2: Initialized version 6.4, author 'pipiche38'
2023-03-11 21:11:41.560 Status: Conbee2: Zigbee for Domoticz plugin started!
2023-03-11 21:11:41.560 Status: Conbee2: Python3 requires 3.8 or above and you are running 3.9
2023-03-11 21:11:41.561 Status: Conbee2: Checking Python modules /home/pi/domoticz/plugins/Domoticz-Zigbee/requirements.txt
2023-03-11 21:11:44.894 Conbee2: load PluginConf
2023-03-11 21:11:44.898 Conbee2: Loading PluginConf - from Domoticz sqlite Db
2023-03-11 21:11:44.903 Conbee2: Plugin data loaded where saved on Saturday, 2023-03-11 14:34:07
2023-03-11 21:11:44.903 Conbee2: /home/pi/domoticz/plugins/Domoticz-Zigbee/Conf/PluginConf-03.json timestamp is 1678541647.8792496
2023-03-11 21:11:44.909 Conbee2: Installing plugin custom page /home/pi/domoticz/www/templates/Conbee2.html
2023-03-11 21:11:44.911 Conbee2: Starting LoggingManagement thread
2023-03-11 21:11:44.917 Conbee2: start_logging_thread
2023-03-11 21:11:44.919 Conbee2: logging_thread - listening
2023-03-11 21:11:44.693 Status: Conbee2: Checking Python modules /home/pi/domoticz/plugins/Domoticz-Zigbee/requirements.txt
2023-03-11 21:11:44.907 Status: Conbee2: PluginAnalytics set to 1
2023-03-11 21:11:44.907 Status: Conbee2: channel set to 15
2023-03-11 21:11:44.908 Status: Conbee2: filename set to /home/pi/domoticz/plugins/Domoticz-Zigbee/Conf/PluginConf-03.json
2023-03-11 21:11:44.908 Status: Conbee2: pluginHome set to /home/pi/domoticz/plugins/Domoticz-Zigbee/
2023-03-11 21:11:44.908 Status: Conbee2: homedirectory set to /home/pi/domoticz/plugins/Domoticz-Zigbee/
2023-03-11 21:11:44.908 Status: Conbee2: pluginData set to /home/pi/domoticz/plugins/Domoticz-Zigbee/Data/
2023-03-11 21:11:44.908 Status: Conbee2: pluginConfig set to /home/pi/domoticz/plugins/Domoticz-Zigbee/Conf/
2023-03-11 21:11:44.908 Status: Conbee2: pluginOTAFirmware set to /home/pi/domoticz/plugins/Domoticz-Zigbee/OTAFirmware/
2023-03-11 21:11:44.908 Status: Conbee2: pluginReports set to /home/pi/domoticz/plugins/Domoticz-Zigbee/Reports/
2023-03-11 21:11:44.908 Status: Conbee2: pluginWWW set to /home/pi/domoticz/plugins/Domoticz-Zigbee/www/
2023-03-11 21:11:44.908 Status: Conbee2: pluginLogs set to /home/pi/domoticz/plugins/Domoticz-Zigbee/Logs/
2023-03-11 21:11:44.908 Status: Conbee2: trackZclClusters set to 1
2023-03-11 21:11:44.909 Status: Conbee2: ControllerInRawMode set to True
2023-03-11 21:11:44.909 Status: Conbee2: expJsonDatabase set to 0
2023-03-11 21:11:44.909 Status: Conbee2: ControllerInRawMode set to True
2023-03-11 21:11:44.919 Status: Conbee2: Please watch plugin log into /home/pi/domoticz/plugins/Domoticz-Zigbee/Logs//PluginZigbee_03.log
2023-03-11 21:11:44.942 Status: Conbee2: Zigbee for Domoticz (z4d) plugin beta6-6.4.312 [Certified Devices: 1.12] started
2023-03-11 21:11:45.021 Status: [web:8080] Incoming connection from: 192.168.0.16
2023-03-11 21:11:45.066 Status: Conbee2: Loading ZCL Cluster definitions
2023-03-11 21:11:45.075 Status: Conbee2: - ZCL Cluster 0000 - (V1) Basic loaded
2023-03-11 21:11:45.079 Status: Conbee2: - ZCL Cluster 0001 - (V1) Power loaded
2023-03-11 21:11:45.082 Status: Conbee2: - ZCL Cluster 0002 - (V1) Device Temperature Configuration loaded
2023-03-11 21:11:45.085 Status: Conbee2: - ZCL Cluster 0003 - (V1) Identify loaded
2023-03-11 21:11:45.088 Status: Conbee2: - ZCL Cluster 0004 - (V1) Groups loaded
2023-03-11 21:11:45.091 Status: Conbee2: - ZCL Cluster 0005 - (V1) Scenes loaded
2023-03-11 21:11:45.095 Status: Conbee2: - ZCL Cluster 0006 - (V1) On/Off loaded
2023-03-11 21:11:45.098 Status: Conbee2: - ZCL Cluster 0008 - (V1) Level loaded
2023-03-11 21:11:45.101 Status: Conbee2: - ZCL Cluster 0009 - (V1) Alarms loaded
2023-03-11 21:11:45.105 Status: Conbee2: - ZCL Cluster 000a - (V1) Time loaded
2023-03-11 21:11:45.108 Status: Conbee2: - ZCL Cluster 000f - (V1) Binary Input loaded
2023-03-11 21:11:45.111 Status: Conbee2: - ZCL Cluster 0020 - (V1) Poll Control loaded
2023-03-11 21:11:45.115 Status: Conbee2: - ZCL Cluster 0202 - (V1) Fan Control loaded
2023-03-11 21:11:45.118 Status: Conbee2: - ZCL Cluster 0204 - (V1) Thermostat User Interface Configuration loaded
2023-03-11 21:11:45.123 Status: Conbee2: - ZCL Cluster 0300 - (V1) Color Control loaded
2023-03-11 21:11:45.127 Status: Conbee2: - ZCL Cluster 0301 - (V1) Ballast Configuration loaded
2023-03-11 21:11:45.130 Status: Conbee2: - ZCL Cluster 0400 - (V1) Illuminance Level Sensing loaded
2023-03-11 21:11:45.133 Status: Conbee2: - ZCL Cluster 0402 - (V1) Temperature Measurement loaded
2023-03-11 21:11:45.137 Status: Conbee2: - ZCL Cluster 0403 - (V1) Pressure Measurement loaded
2023-03-11 21:11:45.140 Status: Conbee2: - ZCL Cluster 0405 - (V1) Relative Humidity Measurement loaded
2023-03-11 21:11:45.144 Status: Conbee2: - ZCL Cluster 0406 - (V1) Occupancy Sensing loaded
2023-03-11 21:11:45.151 Status: Conbee2: - ZCL Cluster 0702 - (V1) Metering (Smart Energy) loaded
2023-03-11 21:11:45.156 Status: Conbee2: - ZCL Cluster 0b01 - (V1) Meter Identification loaded
2023-03-11 21:11:45.162 Status: Conbee2: - ZCL Cluster 0b04 - (V1) Electrical Measurement loaded
2023-03-11 21:11:45.167 Status: Conbee2: - ZCL Cluster 0b05 - (V1) Diagnostics loaded
2023-03-11 21:11:45.170 Status: Conbee2: - ZCL Cluster e000 - (V1) Tuya E000 Private Cluster loaded
2023-03-11 21:11:45.174 Status: Conbee2: - ZCL Cluster e001 - (V1) Tuya E001 Private Cluster loaded
2023-03-11 21:11:45.177 Status: Conbee2: - ZCL Cluster e002 - (V1) Tuya E002 Private Cluster loaded
2023-03-11 21:11:45.180 Status: Conbee2: - ZCL Cluster fcc0 - (V1) LUMI Private Cluster loaded
2023-03-11 21:11:45.185 Status: Conbee2: - ZCL Cluster ff66 - (V1) Lixee Zlinky private cluster loaded
2023-03-11 21:11:45.199 Status: Conbee2: DeviceConf loaded - 17 confs loaded
2023-03-11 21:11:45.239 Status: Conbee2: Local-Device conf loaded - 27 confs loaded
2023-03-11 21:11:46.432 Status: Conbee2: Certified Devices loaded - 450 confs loaded
2023-03-11 21:11:46.433 Status: Conbee2: load ListOfDevice
2023-03-11 21:11:46.491 Status: Conbee2: 2 Entries loaded from /home/pi/domoticz/plugins/Domoticz-Zigbee/Data/DeviceList-3.txt
2023-03-11 21:11:46.516 Status: Conbee2: Transport mode: ZigpydeCONZ
2023-03-11 21:11:49.169 Raspberry: General/Custom Sensor (Arm Clock Speed)
2023-03-11 21:11:49.176 Raspberry: General/Custom Sensor (V3D Clock Speed)
2023-03-11 21:11:49.190 Raspberry: General/Custom Sensor (Core Clock Speed)
2023-03-11 21:11:51.161 Status: Conbee2: Start Zigpy Transport on deCONZ
2023-03-11 21:11:51.170 Status: Conbee2: Starting radio deCONZ port: /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2669869-if00
2023-03-11 21:11:51.176 Status: Conbee2: ZigpyTransport: thread_processing_and_sending Thread start.
2023-03-11 21:11:51.177 Status: Conbee2: Start Web Server connection
2023-03-11 21:11:51.280 Status: Conbee2: Web backend for Web User Interface started on port: 9440
2023-03-11 21:11:51.284 Status: Conbee2: Plugin looks to upgrade the Certified Device package
2023-03-11 21:11:51.506 Status: Conbee2: Started radio deCONZ port: /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2669869-if00
2023-03-11 21:12:10.669 Status: Conbee2: deConz Radio manufacturer: dresden elektronik
2023-03-11 21:12:10.671 Status: Conbee2: deConz Radio board model: ConBee II
2023-03-11 21:12:10.672 Status: Conbee2: deConz Radio version: 0x26780700
2023-03-11 21:12:10.675 Status: Conbee2: Network settings
2023-03-11 21:12:10.676 Status: Conbee2: Channel: 15
2023-03-11 21:12:10.677 Status: Conbee2: PAN ID: 0x6CFF
2023-03-11 21:12:10.678 Status: Conbee2: Extended PAN ID: 34:85:e9:ed:6b:f9:f3:79
2023-03-11 21:12:10.689 Status: Conbee2: Device IEEE: 00:21:2e:ff:ff:09:7f:a1
2023-03-11 21:12:10.691 Status: Conbee2: Device NWK: 0x0000
2023-03-11 21:12:10.698 Status: Conbee2: ConBee II
2023-03-11 21:12:10.700 Status: Conbee2: Installer Version Number: 0x26780700
2023-03-11 21:12:10.702 Status: Conbee2: Branch Version: ==> ConBee II <==
2023-03-11 21:12:10.715 Status: Conbee2: Zigbee Coordinator ieee: 00212effff097fa1 , short addr: 0000
2023-03-11 21:12:10.717 Status: Conbee2: Network state UP, PANID: 6cff extPANID: 0x3485e9ed6bf9f379 Channel: 15
2023-03-11 21:12:12.568 Active notification Subsystems: (0/13)
2023-03-11 21:12:13.655 Raspberry: General/Percentage (Memory Usage)
2023-03-11 21:12:13.664 Raspberry: General/Custom Sensor (Process Usage)
2023-03-11 21:12:23.672 Raspberry: General/Percentage (HDD /boot)
2023-03-11 21:12:23.681 Raspberry: General/Percentage (HDD /)
2023-03-11 21:12:25.495 Status: Conbee2: DeviceConf loaded - 17 confs loaded
2023-03-11 21:12:25.523 Status: Conbee2: Local-Device conf loaded - 27 confs loaded
2023-03-11 21:12:26.225 Status: Conbee2: Certified Devices loaded - 450 confs loaded
2023-03-11 21:12:26.233 Status: Conbee2: Domoticz Widgets usage is at 3.1 % (247 units free)
2023-03-11 21:12:33.753 Raspberry: General/Percentage (CPU_Usage)
2023-03-11 21:12:33.776 Raspberry: General/Custom Sensor (Arm Clock Speed)
2023-03-11 21:12:33.788 Raspberry: General/Custom Sensor (V3D Clock Speed)
2023-03-11 21:12:33.798 Raspberry: General/Custom Sensor (Core Clock Speed)
2023-03-11 21:12:35.102 Status: Conbee2: Request Disabling Accepting new Hardware
2023-03-11 21:12:40.077 Status: Conbee2: coordinator set to Certification : 1/CE -> CE
2023-03-11 21:12:41.072 Status: Conbee2: ota_scan_folder Following Firmware have been loaded
2023-03-11 21:12:41.074 Status: Conbee2: Plugin with Zigpy, Coordinator ConBee II firmware deCONZ - 0x26780700 correctly initialized
2023-03-11 21:12:58.032 Conbee2: UpdateDevice - (Conbee2 - SmartPlug_Switch-000d6f00162bac04-01) 1:On
2023-03-11 21:13:03.820 Raspberry: Temp (TH Raspberry Pi)
2023-03-11 21:13:03.832 Raspberry: General/Percentage (CPU_Usage)
2023-03-11 21:13:03.844 Raspberry: General/Custom Sensor (Arm Clock Speed)
2023-03-11 21:13:03.847 Raspberry: General/Custom Sensor (V3D Clock Speed)
2023-03-11 21:13:03.863 Raspberry: General/Custom Sensor (Core Clock Speed)
2023-03-11 21:13:33.881 Raspberry: General/Percentage (CPU_Usage)
2023-03-11 21:13:33.902 Raspberry: General/Custom Sensor (Arm Clock Speed)
2023-03-11 21:13:33.913 Raspberry: General/Custom Sensor (V3D Clock Speed)
2023-03-11 21:13:33.930 Raspberry: General/Custom Sensor (Core Clock Speed)
2023-03-11 21:13:33.940 Raspberry: General/Percentage (Memory Usage)
2023-03-11 21:13:33.950 Raspberry: General/Custom Sensor (Process Usage)
2023-03-11 21:14:03.950 Raspberry: General/Percentage (CPU_Usage)
2023-03-11 21:14:03.972 Raspberry: General/Custom Sensor (Arm Clock Speed)
2023-03-11 21:14:03.986 Raspberry: General/Custom Sensor (V3D Clock Speed)
2023-03-11 21:14:04.000 Raspberry: General/Custom Sensor (Core Clock Speed)
2023-03-11 21:14:14.028 Raspberry: Temp (TH Raspberry Pi)
2023-03-11 21:14:34.033 Raspberry: General/Percentage (CPU_Usage)
2023-03-11 21:14:34.055 Raspberry: General/Custom Sensor (Arm Clock Speed)
2023-03-11 21:14:34.066 Raspberry: General/Custom Sensor (V3D Clock Speed)
2023-03-11 21:14:34.082 Raspberry: General/Custom Sensor (Core Clock Speed)
2023-03-11 21:14:54.088 Raspberry: General/Percentage (Memory Usage)
2023-03-11 21:14:54.099 Raspberry: General/Custom Sensor (Process Usage)
2023-03-11 21:15:04.102 Raspberry: General/Percentage (CPU_Usage)
2023-03-11 21:15:04.124 Raspberry: General/Custom Sensor (Arm Clock Speed)
2023-03-11 21:15:04.137 Raspberry: General/Custom Sensor (V3D Clock Speed)
2023-03-11 21:15:04.151 Raspberry: General/Custom Sensor (Core Clock Speed)
2023-03-11 21:15:14.170 Raspberry: General/Percentage (HDD /boot)
2023-03-11 21:15:14.181 Raspberry: General/Percentage (HDD /)
2023-03-11 21:15:24.197 Raspberry: Temp (TH Raspberry Pi)
2023-03-11 21:15:34.201 Raspberry: General/Percentage (CPU_Usage)
2023-03-11 21:15:34.223 Raspberry: General/Custom Sensor (Arm Clock Speed)
2023-03-11 21:15:34.237 Raspberry: General/Custom Sensor (V3D Clock Speed)
2023-03-11 21:15:34.249 Raspberry: General/Custom Sensor (Core Clock Speed)
2023-03-11 21:15:56.922 Status: EventSystem: reset all device statuses...
2023-03-11 21:16:04.267 Raspberry: General/Percentage (CPU_Usage)
2023-03-11 21:16:04.289 Raspberry: General/Custom Sensor (Arm Clock Speed)
2023-03-11 21:16:04.302 Raspberry: General/Custom Sensor (V3D Clock Speed)
2023-03-11 21:16:04.315 Raspberry: General/Custom Sensor (Core Clock Speed)
2023-03-11 21:16:06.478 Status: EventSystem: reset all device statuses...
2023-03-11 21:16:11.168 Conbee2: UpdateDevice - (Conbee2 - SmartPlug_Ampere) 0:1.52
2023-03-11 21:16:11.201 Conbee2: UpdateDevice - (Conbee2 - SmartPlug_Power-000d6f00162bac04-01) 342.3:342.3
2023-03-11 21:16:11.220 Conbee2: UpdateDevice - (Conbee2 - SmartPlug_Meter-000d6f00162bac04-01) 0:342.3;41
2023-03-11 21:16:14.318 Raspberry: General/Percentage (Memory Usage)
2023-03-11 21:16:14.328 Raspberry: General/Custom Sensor (Process Usage)
2023-03-11 21:16:16.161 Status: EventSystem: reset all device statuses...
2023-03-11 21:16:18.687 Conbee2: UpdateDevice - (Conbee2 - SmartPlug_Voltage-) 0:236.59;236.59
2023-03-11 21:16:18.732 Conbee2: UpdateDevice - (Conbee2 - SmartPlug_Power) 761.9:761.9
2023-03-11 21:16:18.750 Conbee2: UpdateDevice - (Conbee2 - SmartPlug_Meter-000d6f00162bac04-01) 0:761.9;41
2023-03-11 21:16:25.127 Status: EventSystem: reset all device statuses...
2023-03-11 21:16:27.741 Conbee2: UpdateDevice - (Conbee2 - SmartPlug_Ampere) 0:3.18
2023-03-11 21:16:27.780 Conbee2: UpdateDevice - (Conbee2 - SmartPlug_Power) 760.7:760.7
2023-03-11 21:16:27.798 Conbee2: UpdateDevice - (Conbee2 - SmartPlug_Meter) 0:760.7;41
2023-03-11 21:16:34.352 Raspberry: Temp (TH Raspberry Pi)
2023-03-11 21:16:34.374 Raspberry: General/Percentage (CPU_Usage)
2023-03-11 21:16:34.397 Raspberry: General/Custom Sensor (Arm Clock Speed)
2023-03-11 21:16:34.408 Raspberry: General/Custom Sensor (V3D Clock Speed)
2023-03-11 21:16:34.419 Raspberry: General/Custom Sensor (Core Clock Speed)
2023-03-11 21:16:35.226 Conbee2: UpdateDevice - (Conbee2 - SmartPlug_Power) 759.7:759.7
2023-03-11 21:16:35.251 Conbee2: UpdateDevice - (Conbee2 - SmartPlug_Meter) 0:759.7;41
2023-03-11 21:16:42.789 Conbee2: UpdateDevice - (Conbee2 - SmartPlug_Power) 758.7:758.7
2023-03-11 21:16:42.813 Conbee2: UpdateDevice - (Conbee2 - SmartPlug_Meter) 0:758.7;52
2023-03-11 21:16:51.808 Conbee2: UpdateDevice - (Conbee2 - SmartPlug_Power) 757.7:757.7
2023-03-11 21:16:51.831 Conbee2: UpdateDevice - (Conbee2 - SmartPlug_Meter) 0:757.7;52
2023-03-11 21:16:59.323 Conbee2: UpdateDevice - (Conbee2 - SmartPlug_Power) 755.4:755.4
2023-03-11 21:16:59.348 Conbee2: UpdateDevice - (Conbee2 - SmartPlug_Meter) 0:755.4;52
2023-03-11 21:17:04.413 Raspberry: General/Percentage (CPU_Usage)
2023-03-11 21:17:04.428 Raspberry: General/Custom Sensor (Arm Clock Speed)
2023-03-11 21:17:04.439 Raspberry: General/Custom Sensor (V3D Clock Speed)
2023-03-11 21:17:04.449 Raspberry: General/Custom Sensor (Core Clock Speed)
2023-03-11 21:17:06.889 Conbee2: UpdateDevice - (Conbee2 - SmartPlug_Power) 753.0:753.0
2023-03-11 21:17:06.914 Conbee2: UpdateDevice - (Conbee2 - SmartPlug_Meter) 0:753.0;52
2023-03-11 21:17:15.900 Conbee2: UpdateDevice - (Conbee2 - SmartPlug_Power) 751.3:751.3
2023-03-11 21:17:15.929 Conbee2: UpdateDevice - (Conbee2 - SmartPlug_Meter) 0:751.3;52
2023-03-11 21:17:23.419 Conbee2: UpdateDevice - (Conbee2 - SmartPlug_Power) 749.8:749.8
2023-03-11 21:17:23.450 Conbee2: UpdateDevice - (Conbee2 - SmartPlug_Meter) 0:749.8;52
2023-03-11 21:17:30.958 Conbee2: UpdateDevice - (Conbee2 - SmartPlug_Power) 748.6:748.6
2023-03-11 21:17:30.987 Conbee2: UpdateDevice - (Conbee2 - SmartPlug_Meter) 0:748.6;62
2023-03-11 21:17:34.468 Raspberry: General/Percentage (CPU_Usage)
2023-03-11 21:17:34.489 Raspberry: General/Custom Sensor (Arm Clock Speed)
2023-03-11 21:17:34.502 Raspberry: General/Custom Sensor (V3D Clock Speed)
2023-03-11 21:17:34.513 Raspberry: General/Custom Sensor (Core Clock Speed)
2023-03-11 21:17:34.523 Raspberry: General/Percentage (Memory Usage)
2023-03-11 21:17:34.532 Raspberry: General/Custom Sensor (Process Usage)
2023-03-11 21:17:44.542 Raspberry: Temp (TH Raspberry Pi)
2023-03-11 21:17:46.107 Conbee2: Saving ListOfDevices - Devices into Domoticz sqlite Db
2023-03-11 21:17:47.519 Conbee2: UpdateDevice - (Conbee2 - SmartPlug_Power) 747.4:747.4
2023-03-11 21:17:47.547 Conbee2: UpdateDevice - (Conbee2 - SmartPlug_Meter) 0:747.4;62
2023-03-11 21:18:02.594 Conbee2: UpdateDevice - (Conbee2 - SmartPlug_Power) 746.1:746.1
2023-03-11 21:18:02.620 Conbee2: UpdateDevice - (Conbee2 - SmartPlug_Meter) 0:746.1;62
2023-03-11 21:18:04.548 Raspberry: General/Percentage (CPU_Usage)
2023-03-11 21:18:04.570 Raspberry: General/Custom Sensor (Arm Clock Speed)
2023-03-11 21:18:04.582 Raspberry: General/Custom Sensor (V3D Clock Speed)
2023-03-11 21:18:04.594 Raspberry: General/Custom Sensor (Core Clock Speed)
2023-03-11 21:18:04.609 Raspberry: General/Percentage (HDD /boot)
2023-03-11 21:18:04.619 Raspberry: General/Percentage (HDD /)

suite a l'appairage sous 6.4.312 toutes les valeurs sont cohérentes (Voltage, Meter, Power et Ampere).
juste le "SmartPlug_Switch" qui apparait sous forme d'ampoule sous domoticz (pas gênant).

Plus une seul ligne rouge dans le log...

Pour moi c'est OK.
Si il y a besoin d'autres tests...

PS le problème venais surement de la version que j'avais installé de python3-pip