Voici les infos brute de l’interrupteur:
{
"ieee": "00:04:74:00:00:af:43:66",
"nwk": 53103,
"status": 2,
"lqi": "255",
"rssi": "-70",
"last_seen": "1642027475.648206",
"node_descriptor": "12:40:80:21:10:59:3f:00:00:2a:3f:00:00",
"endpoints": [
{
"id": 1,
"status": 1,
"device_type": 515,
"profile_id": 260,
"manufacturer": " Legrand",
"model": " Shutters central remote switch",
"output_clusters": [
{
"id": 3,
"name": "Identify",
"attributes": []
},
{
"id": 258,
"name": "Window Covering",
"attributes": []
},
{
"id": 0,
"name": "Basic",
"attributes": []
},
{
"id": 64513,
"name": "Manufacturer Specific",
"attributes": []
},
{
"id": 25,
"name": "Ota",
"attributes": []
}
],
"input_clusters": [
{
"id": 0,
"name": "Basic",
"attributes": [
{
"id": 0,
"name": "zcl_version",
"value": 2
},
{
"id": 1,
"name": "app_version",
"value": 0
},
{
"id": 2,
"name": "stack_version",
"value": 65
},
{
"id": 3,
"name": "hw_version",
"value": 1
},
{
"id": 4,
"name": "manufacturer",
"value": " Legrand"
},
{
"id": 5,
"name": "model",
"value": " Shutters central remote switch"
},
{
"id": 6,
"name": "date_code",
"value": " "
},
{
"id": 7,
"name": "power_source",
"value": 3
},
{
"id": 16384,
"name": "sw_build_id",
"value": "001e"
}
]
},
{
"id": 3,
"name": "Identify",
"attributes": []
},
{
"id": 15,
"name": "Binary Input (Basic)",
"attributes": []
},
{
"id": 32,
"name": "Poll Control",
"attributes": [
{
"id": 0,
"name": "checkin_interval",
"value": 14400
}
]
},
{
"id": 1,
"name": "Power Configuration",
"attributes": []
},
{
"id": 64513,
"name": "Manufacturer Specific",
"attributes": []
}
]
}
],
"signature": {
"manufacturer": " Legrand",
"model": " Shutters central remote switch",
"node_desc": {
"logical_type": 2,
"complex_descriptor_available": 0,
"user_descriptor_available": 1,
"reserved": 0,
"aps_flags": 0,
"frequency_band": 8,
"mac_capability_flags": 128,
"manufacturer_code": 4129,
"maximum_buffer_size": 89,
"maximum_incoming_transfer_size": 63,
"server_mask": 10752,
"maximum_outgoing_transfer_size": 63,
"descriptor_capability_field": 0
},
"endpoints": {
"1": {
"profile_id": 260,
"device_type": 515,
"input_clusters": [
0,
3,
15,
32,
1,
64513
],
"output_clusters": [
3,
258,
0,
64513,
25
]
}
}
},
"class": "zigpy.device"
}
Voici les logs zigbee en mode Debug de ce qui se passe parfois quand j’appui sur le bouton UP/DOWN, de plus j’ai le message « module en cours d’inclusion » qui apparait sur la page des équipements…
[2022-01-13 10:26:33][DEBUG] : {"device_joined":"00:04:74:00:00:af:43:66"}
[2022-01-13 10:26:33][DEBUG] : {"device_initialized":"00:04:74:00:00:af:43:66"}
[2022-01-13 10:27:03][DEBUG] : http://127.0.0.1:8484/device/all?with_attributes=2 type : GET
[2022-01-13 10:27:03][DEBUG] : {"with_attributes":2}
[2022-01-13 10:27:03][DEBUG] : http://127.0.0.1:8484/group/all type : GET
[2022-01-13 10:27:03][DEBUG] : null
[2022-01-13 10:28:04][DEBUG] : {"device_joined":"00:04:74:00:00:af:43:66"}
[2022-01-13 10:28:04][DEBUG] : {"device_initialized":"00:04:74:00:00:af:43:66"}
[2022-01-13 10:28:34][DEBUG] : http://127.0.0.1:8484/device/all?with_attributes=2 type : GET
[2022-01-13 10:28:34][DEBUG] : {"with_attributes":2}
[2022-01-13 10:28:34][DEBUG] : http://127.0.0.1:8484/group/all type : GET
[2022-01-13 10:28:34][DEBUG] : null
Sinon quelque fois j’ai ceci pour le bouton DOWN:
[2022-01-13 10:31:54][DEBUG] : {"devices":{"00:04:74:00:00:af:43:66":{"1":{"258":{"cmd":[{"value":"1","cluster_name":"Window Covering"},{"value":"[]","cluster_name":"Window Covering"}]}}}}}
[2022-01-13 10:31:54][DEBUG] : Search command for 00:04:74:00:00:af:43:66 logicalId : 1::258::cmd::0 => 1 convert to 1
et ceci pour le bouton UP:
[2022-01-13 10:32:00][DEBUG] : {"devices":{"00:04:74:00:00:af:43:66":{"1":{"258":{"cmd":[{"value":"0","cluster_name":"Window Covering"},{"value":"[]","cluster_name":"Window Covering"}]}}}}}
[2022-01-13 10:32:00][DEBUG] : Search command for 00:04:74:00:00:af:43:66 logicalId : 1::258::cmd::0 => 0 convert to 0
Mais jamais de modification de l’état dans Jeedom.