Pas de problème pour appairer d'autres devices, ça fonctionne parfaitement.
Pour appairer, je suis le mode d'emploi : j'appui sur le bouton #1 pendant 10 secondes, la led de l'interrupteur se met alors à clignoter indiquant qu'elle rentre en mode appairage. Mais elle s'éteint très rapidement (2 à 3 secondes) et rien ne se passe dans l'interface...
J'ai mis le mode debug pour le pairing et cluster (et j'ai redémarré le plugin ensuite).
Voici l'extract du log au moment où je fais l'appairage (a priori il n'y a que la réception des informations d'objets déjà existants de ce que j'en comprends et aucun élément qui affiche une tentative d'appairage) :
Code : Tout sélectionner
2023-01-21 22:53:03,344 INFO : [ MainThread 0] Request Accepting new Hardware for 240 seconds
2023-01-21 22:53:03,374 INFO : [ ZigpyCom_14 0] PERMIT-TO-JOIN: {'cmd': 'PERMIT-TO-JOIN', 'datas': {'Duration': 240, 'targetRouter': 'FFFC'}, 'NwkId': None, 'TimeStamp': 1674337983.341459, 'ACKIsDisable': False, 'Sqn': None}
2023-01-21 22:53:03,375 INFO : [ ZigpyCom_14 0] PERMIT-TO-JOIN: duration: 240 for Radio: znp for node: None
2023-01-21 22:53:03,375 INFO : [ ZigpyCom_14 0] Calling self.app.permit(time_s=240, node=None )
2023-01-21 22:53:03,394 INFO : [ZigpyForwarder_14 0] Accepting new Hardware: Enable (On)
2023-01-21 22:53:03,405 INFO : [ ZigpyCom_14 0] returning from the self.app.permit(time_s=240, node=None )
2023-01-21 22:53:04,141 INFO : [ MainThread 0] Ping Tuya Devices - Key: 39a3
2023-01-21 22:53:04,181 INFO : [ MainThread 0] Ping Tuya Devices - Key: fcc0
2023-01-21 22:53:04,257 DEBUG : [ZigpyForwarder_14 0] ReadCluster - 0000 - 39a3/01 AttrId: 0001 AttrType: 20 Attsize: 0001 Status: 00 AttrValue: 46
2023-01-21 22:53:04,260 DEBUG : [ZigpyForwarder_14 0] decodeAttribute( 20, 46)
2023-01-21 22:53:04,262 DEBUG : [ZigpyForwarder_14 0] ReadCluster - Application version: 70
2023-01-21 22:53:04,262 DEBUG : [ZigpyForwarder_14 0] decodeAttribute( 20, 46)
2023-01-21 22:53:04,263 DEBUG : [ZigpyForwarder_14 0] decodeAttribute( 20, 46)
2023-01-21 22:53:04,292 DEBUG : [ZigpyForwarder_14 0] ReadCluster - 0000 - fcc0/01 AttrId: 0001 AttrType: 20 Attsize: 0001 Status: 00 AttrValue: 46
2023-01-21 22:53:04,293 DEBUG : [ZigpyForwarder_14 0] decodeAttribute( 20, 46)
2023-01-21 22:53:04,293 DEBUG : [ZigpyForwarder_14 0] ReadCluster - Application version: 70
2023-01-21 22:53:04,294 DEBUG : [ZigpyForwarder_14 0] decodeAttribute( 20, 46)
2023-01-21 22:53:04,294 DEBUG : [ZigpyForwarder_14 0] decodeAttribute( 20, 46)
2023-01-21 22:53:05,145 DEBUG : [ZigpyForwarder_14 0] ReadCluster - 0000 - c398/01 AttrId: 0001 AttrType: 20 Attsize: 0001 Status: 00 AttrValue: 40
2023-01-21 22:53:05,149 DEBUG : [ZigpyForwarder_14 0] decodeAttribute( 20, 40)
2023-01-21 22:53:05,150 DEBUG : [ZigpyForwarder_14 0] ReadCluster - Application version: 64
2023-01-21 22:53:05,155 DEBUG : [ZigpyForwarder_14 0] decodeAttribute( 20, 40)
2023-01-21 22:53:05,155 DEBUG : [ZigpyForwarder_14 0] decodeAttribute( 20, 40)
2023-01-21 22:53:05,157 DEBUG : [ZigpyForwarder_14 0] ReadCluster - 0000 - c398/01 AttrId: ffe2 AttrType: 20 Attsize: 0001 Status: 00 AttrValue: 25
2023-01-21 22:53:05,158 DEBUG : [ZigpyForwarder_14 0] ReadCluster - 0000 c398/01 attribute Tuya/Zemismat - ffe2: 0x25
2023-01-21 22:53:05,159 DEBUG : [ZigpyForwarder_14 0] decodeAttribute( 20, 25)
2023-01-21 22:53:05,160 DEBUG : [ZigpyForwarder_14 0] ReadCluster - 0000 - c398/01 AttrId: ffe4 AttrType: 20 Attsize: 0001 Status: 00 AttrValue: 00
2023-01-21 22:53:05,161 DEBUG : [ZigpyForwarder_14 0] ReadCluster - 0000 c398/01 attribute Tuya/Zemismat - ffe4: 0x00
2023-01-21 22:53:05,161 DEBUG : [ZigpyForwarder_14 0] decodeAttribute( 20, 00)
2023-01-21 22:53:05,397 INFO : [ZigpyForwarder_14 0] tuya_temphumi_response - f005 01 1 2 000000c5
2023-01-21 22:53:06,889 DEBUG : [ZigpyForwarder_14 0] ReadCluster - 0000 - fcc0/01 AttrId: 0001 AttrType: 20 Attsize: 0001 Status: 00 AttrValue: 46
2023-01-21 22:53:06,891 DEBUG : [ZigpyForwarder_14 0] decodeAttribute( 20, 46)
2023-01-21 22:53:06,892 DEBUG : [ZigpyForwarder_14 0] ReadCluster - Application version: 70
2023-01-21 22:53:06,894 DEBUG : [ZigpyForwarder_14 0] decodeAttribute( 20, 46)
2023-01-21 22:53:06,895 DEBUG : [ZigpyForwarder_14 0] decodeAttribute( 20, 46)
2023-01-21 22:53:09,318 DEBUG : [ZigpyForwarder_14 0] ReadCluster - 0006 - 8a67/01 AttrId: 0000 AttrType: 10 Attsize: 0001 Status: 00 AttrValue: 01
2023-01-21 22:53:09,328 DEBUG : [ZigpyForwarder_14 0] ReadCluster - ClusterId=0006 - reception General: On/Off: 01
2023-01-21 22:53:09,339 DEBUG : [ZigpyForwarder_14 0] ReadCluster - 0006 - 510d/01 AttrId: 0000 AttrType: 10 Attsize: 0001 Status: 00 AttrValue: 01
2023-01-21 22:53:09,345 DEBUG : [ZigpyForwarder_14 0] ReadCluster - ClusterId=0006 - reception General: On/Off: 01
2023-01-21 22:53:09,371 DEBUG : [ZigpyForwarder_14 0] ReadCluster - 0006 - 39a3/01 AttrId: 0000 AttrType: 10 Attsize: 0001 Status: 00 AttrValue: 01
2023-01-21 22:53:09,375 DEBUG : [ZigpyForwarder_14 0] ReadCluster - ClusterId=0006 - reception General: On/Off: 01
2023-01-21 22:53:09,386 DEBUG : [ZigpyForwarder_14 0] ReadCluster - 0006 - fcc0/01 AttrId: 0000 AttrType: 10 Attsize: 0001 Status: 00 AttrValue: 00
2023-01-21 22:53:09,390 DEBUG : [ZigpyForwarder_14 0] ReadCluster - ClusterId=0006 - reception General: On/Off: 00
2023-01-21 22:53:09,410 DEBUG : [ZigpyForwarder_14 0] ReadCluster - 0006 - 39a3/02 AttrId: 0000 AttrType: 10 Attsize: 0001 Status: 00 AttrValue: 01
2023-01-21 22:53:09,413 DEBUG : [ZigpyForwarder_14 0] ReadCluster - ClusterId=0006 - reception General: On/Off: 01
2023-01-21 22:53:09,422 DEBUG : [ZigpyForwarder_14 0] ReadCluster - 0006 - fcc0/02 AttrId: 0000 AttrType: 10 Attsize: 0001 Status: 00 AttrValue: 00
2023-01-21 22:53:09,426 DEBUG : [ZigpyForwarder_14 0] ReadCluster - ClusterId=0006 - reception General: On/Off: 00
2023-01-21 22:53:09,441 DEBUG : [ZigpyForwarder_14 0] ReadCluster - 0006 - 39a3/03 AttrId: 0000 AttrType: 10 Attsize: 0001 Status: 00 AttrValue: 00
2023-01-21 22:53:09,444 DEBUG : [ZigpyForwarder_14 0] ReadCluster - ClusterId=0006 - reception General: On/Off: 00
2023-01-21 22:53:10,605 INFO : [ZigpyForwarder_14 0] tuya_temphumi_response - f005 01 2 2 00000218
2023-01-21 22:53:13,653 INFO : [ZigpyForwarder_14 0] tuya_temphumi_response - 2b80 01 4 2 00000064
2023-01-21 22:53:14,810 DEBUG : [ZigpyForwarder_14 0] ReadCluster - 0006 - 510d/01 AttrId: 0000 AttrType: 10 Attsize: 0001 Status: 00 AttrValue: 01
2023-01-21 22:53:14,814 DEBUG : [ZigpyForwarder_14 0] ReadCluster - ClusterId=0006 - reception General: On/Off: 01
2023-01-21 22:53:14,925 INFO : [ZigpyForwarder_14 0] tuya_temphumi_response - f8ea 01 1 2 000000c4
2023-01-21 22:53:15,791 INFO : [ZigpyForwarder_14 0] tuya_temphumi_response - f005 01 4 2 00000064
2023-01-21 22:53:17,179 DEBUG : [ZigpyForwarder_14 0] ReadCluster - 0000 - fcc0/01 AttrId: 0001 AttrType: 20 Attsize: 0001 Status: 00 AttrValue: 46
2023-01-21 22:53:17,181 DEBUG : [ZigpyForwarder_14 0] decodeAttribute( 20, 46)
2023-01-21 22:53:17,185 DEBUG : [ZigpyForwarder_14 0] ReadCluster - Application version: 70
2023-01-21 22:53:17,187 DEBUG : [ZigpyForwarder_14 0] decodeAttribute( 20, 46)
2023-01-21 22:53:17,192 DEBUG : [ZigpyForwarder_14 0] decodeAttribute( 20, 46)
2023-01-21 22:53:17,194 DEBUG : [ZigpyForwarder_14 0] ReadCluster - 0000 - fcc0/01 AttrId: ffe2 AttrType: 20 Attsize: 0001 Status: 00 AttrValue: 36
2023-01-21 22:53:17,194 DEBUG : [ZigpyForwarder_14 0] ReadCluster - 0000 fcc0/01 attribute Tuya/Zemismat - ffe2: 0x36
2023-01-21 22:53:17,195 DEBUG : [ZigpyForwarder_14 0] decodeAttribute( 20, 36)
2023-01-21 22:53:17,197 DEBUG : [ZigpyForwarder_14 0] ReadCluster - 0000 - fcc0/01 AttrId: ffe4 AttrType: 20 Attsize: 0001 Status: 00 AttrValue: 00
2023-01-21 22:53:17,197 DEBUG : [ZigpyForwarder_14 0] ReadCluster - 0000 fcc0/01 attribute Tuya/Zemismat - ffe4: 0x00
2023-01-21 22:53:17,198 DEBUG : [ZigpyForwarder_14 0] decodeAttribute( 20, 00)
2023-01-21 22:53:20,016 DEBUG : [ZigpyForwarder_14 0] ReadCluster - 0006 - f0c6/02 AttrId: 0000 AttrType: 10 Attsize: 0001 Status: 00 AttrValue: 00
2023-01-21 22:53:20,027 DEBUG : [ZigpyForwarder_14 0] ReadCluster - ClusterId=0006 - reception General: On/Off: 00
2023-01-21 22:53:20,050 DEBUG : [ZigpyForwarder_14 0] ReadCluster - 0006 - f0c6/01 AttrId: 0000 AttrType: 10 Attsize: 0001 Status: 00 AttrValue: 00
2023-01-21 22:53:20,054 DEBUG : [ZigpyForwarder_14 0] ReadCluster - ClusterId=0006 - reception General: On/Off: 00
2023-01-21 22:53:20,151 INFO : [ZigpyForwarder_14 0] tuya_temphumi_response - f8ea 01 2 2 00000218
2023-01-21 22:53:25,323 INFO : [ZigpyForwarder_14 0] tuya_temphumi_response - f8ea 01 4 2 00000064
2023-01-21 22:53:27,821 DEBUG : [ZigpyForwarder_14 0] ReadCluster - 0000 - 4f30/01 AttrId: 0001 AttrType: 20 Attsize: 0001 Status: 00 AttrValue: 46
2023-01-21 22:53:27,825 DEBUG : [ZigpyForwarder_14 0] decodeAttribute( 20, 46)
2023-01-21 22:53:27,829 DEBUG : [ZigpyForwarder_14 0] ReadCluster - Application version: 70
2023-01-21 22:53:27,830 DEBUG : [ZigpyForwarder_14 0] decodeAttribute( 20, 46)
2023-01-21 22:53:27,831 DEBUG : [ZigpyForwarder_14 0] decodeAttribute( 20, 46)
2023-01-21 22:53:27,833 DEBUG : [ZigpyForwarder_14 0] ReadCluster - 0000 - 4f30/01 AttrId: ffe2 AttrType: 20 Attsize: 0001 Status: 00 AttrValue: 36
2023-01-21 22:53:27,834 DEBUG : [ZigpyForwarder_14 0] ReadCluster - 0000 4f30/01 attribute Tuya/Zemismat - ffe2: 0x36
2023-01-21 22:53:27,835 DEBUG : [ZigpyForwarder_14 0] decodeAttribute( 20, 36)
2023-01-21 22:53:27,836 DEBUG : [ZigpyForwarder_14 0] ReadCluster - 0000 - 4f30/01 AttrId: ffe4 AttrType: 20 Attsize: 0001 Status: 00 AttrValue: 00
2023-01-21 22:53:27,837 DEBUG : [ZigpyForwarder_14 0] ReadCluster - 0000 4f30/01 attribute Tuya/Zemismat - ffe4: 0x00
2023-01-21 22:53:27,838 DEBUG : [ZigpyForwarder_14 0] decodeAttribute( 20, 00)
2023-01-21 22:53:42,564 DEBUG : [ZigpyForwarder_14 0] ReadCluster - 0006 - dbca/01 AttrId: 0000 AttrType: 10 Attsize: 0001 Status: 00 AttrValue: 00
2023-01-21 22:53:42,567 DEBUG : [ZigpyForwarder_14 0] ReadCluster - ClusterId=0006 - reception General: On/Off: 00
2023-01-21 22:53:42,837 DEBUG : [ZigpyForwarder_14 0] ReadCluster - 0006 - 1926/01 AttrId: 0000 AttrType: 10 Attsize: 0001 Status: 00 AttrValue: 00
2023-01-21 22:53:42,841 DEBUG : [ZigpyForwarder_14 0] ReadCluster - ClusterId=0006 - reception General: On/Off: 00
2023-01-21 22:53:47,363 INFO : [ZigpyForwarder_14 0] tuya_temphumi_response - 3db4 01 1 2 000000c4