Je sais pas si j'ai fait quelque chose de mal, mais maintenant avec la dernière version que j'ai transférée via winscp j'ai :
2018-01-15 16:06:17.534 (Zigate) Started.
2018-01-15 16:06:17.725 Error: (Zigate) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz/plugins/Zigate/:/usr/lib/python35.zip:/usr/lib/python3.5:/usr/lib/python3.5/plat-arm-linux-gnueabihf:/usr/lib/python3.5/lib-dynload'.
2018-01-15 16:06:17.725 Error: (Zigate) Module Import failed, exception: 'SyntaxError'
2018-01-15 16:06:17.726 Error: (Zigate) Import detail: File: /home/pi/domoticz/plugins/Zigate/plugin.py, Line: 1977919992
2018-01-15 16:06:17.726 Error: (Zigate) Error Line ' Domoticz.Debug("ReadCluster (8102) - ClusterId=0402 - reception temp : " + str(MsgClusterData/100) )
Qu'est ce que j'ai fait de mal?
James, tu es arrivé a associer de nouveau tous tes capteurs?
En faite il manque une parenthèse à la ligne 1021 :
self.ListOfDevices[MsgSrcAddr]['Ep'][MsgSrcEp][MsgClusterId]=round(int(MsgClusterData/100,1))
J'ai fait la correction à la main mais du coup j'ai les erreurs :
...
2018-01-15 17:39:23.147 (Zigate) Decode8102 - reception data : 08bed803018102000fdda1878c0104050000002100020f0fd803018102000f0ba2878c01040300000029000203d8d803018102000e38a2878c010403001400280001ffd803018102000f95a2878c0104030010002900022673d8030180000005f70037004500030180000005f8003800450003018048000a9a00158d0001d3884200d80301004d000c57fd3300158d0001d3884280d80301004d000c40fd3300158d0001d3884280cf0301870100034a0000cf0301810200199a00fd3301000000050042000c6c756d692e77656174686572cf038102000eae00fd3301000000010020000103cf030181020032f601fd33010000ff01004200250121950b0421a80105210d00062401000000006429ca0865219816662b238101000a210000a803018102000f6802fd3301040200000029000208d9d503018102000f7903fd3301040500000021000215dbd503018102000f6404fd3301040300000029000203d9d503018102000e5604fd33010403001400280001ffd503018102000f0b04fd330104030010002900022683d5030180000005f9003900450003018102000f5c05fd3301040200000029000208ead503018102000f5c06fd3301040500000021000213fdd503018102000f6707fd3301040300000029000203d9d503018102000e5507fd33010403001400280001ffd503018102000f0807fd330104030010002900022683d503018102000f5608fd3301040200000029000208edd503018102000f0f09fd3301040500000021000212a7d203018102000f6a0afd3301040300000029000203d9d5038102000e580afd33010403001400280001ffd5038102000f050afd330104030010002900022683d50301810200198c0bfd3301000000050042000c6c756d692e77656174686572d203018102000fce0cfd33010402000000290002091fba03018102000f5b0dfd330104050000002100021090b703018102000f0c0efd3301040300000029000203d9b703018102000e3e0efd33010403001400280001ffb703018102000f630efd330104030010002900022683 ClusterID : 0402 Attribut ID : 0000 Src Addr : 878c Scr Ep: 01
2018-01-15 17:39:23.147 Error: (Zigate) 'onMessage' failed 'OverflowError':'integer division result too large for a float'.
2018-01-15 17:39:23.147 Error: (Zigate) ----> Line 228 in /home/pi/domoticz/plugins/Zigate/plugin.py, function onMessage
2018-01-15 17:39:23.147 Error: (Zigate) ----> Line 128 in /home/pi/domoticz/plugins/Zigate/plugin.py, function onMessage
2018-01-15 17:39:23.147 Error: (Zigate) ----> Line 295 in /home/pi/domoticz/plugins/Zigate/plugin.py, function ZigateDecode
2018-01-15 17:39:23.147 Error: (Zigate) ----> Line 534 in /home/pi/domoticz/plugins/Zigate/plugin.py, function ZigateRead
2018-01-15 17:39:23.147 Error: (Zigate) ----> Line 687 in /home/pi/domoticz/plugins/Zigate/plugin.py, function Decode8102
2018-01-15 17:39:23.147 Error: (Zigate) ----> Line 1020 in /home/pi/domoticz/plugins/Zigate/plugin.py, function ReadCluster
2018-01-15 17:39:26.112 (Zigate) Calling message handler 'onHeartbeat'.