Bonjour,
J’ai intégré le Module IKEA SYMFOONISK, la rotation fonctionne bien, en revanche les clicks sur le bouton ne semblent pas bien pris en compte.
J’utilise une passerelle Deconz USB connectée directement sur un Rasberry PI3+
Jeedom V 4.1.27
Plugin Zigbee à jour.
Configuration du Noeud
{
"ieee": "68:0a:e2:ff:fe:3b:63:e8",
"nwk": 15239,
"status": 2,
"lqi": "255",
"rssi": "-65",
"last_seen": "1634983951.1807463",
"node_descriptor": "02:40:80:7c:11:52:52:00:00:2c:52:00:00",
"endpoints": [
{
"id": 1,
"status": 1,
"device_type": 6,
"profile_id": 260,
"manufacturer": "IKEA of Sweden",
"model": "SYMFONISK Sound Controller",
"output_clusters": [
{
"id": 3,
"name": "Identify",
"attributes": []
},
{
"id": 4,
"name": "Groups",
"attributes": []
},
{
"id": 6,
"name": "On\/Off",
"attributes": []
},
{
"id": 8,
"name": "Level control",
"attributes": []
},
{
"id": 25,
"name": "Ota",
"attributes": []
},
{
"id": 4096,
"name": "LightLink",
"attributes": []
}
],
"input_clusters": [
{
"id": 0,
"name": "Basic",
"attributes": [
{
"id": 0,
"name": "zcl_version",
"value": 3
},
{
"id": 1,
"name": "app_version",
"value": 33
},
{
"id": 2,
"name": "stack_version",
"value": 98
},
{
"id": 3,
"name": "hw_version",
"value": 1
},
{
"id": 4,
"name": "manufacturer",
"value": "IKEA of Sweden"
},
{
"id": 5,
"name": "model",
"value": "SYMFONISK Sound Controller"
},
{
"id": 6,
"name": "date_code",
"value": "20190710"
},
{
"id": 7,
"name": "power_source",
"value": 3
},
{
"id": 16384,
"name": "sw_build_id",
"value": "2.1.024"
}
]
},
{
"id": 1,
"name": "Power Configuration",
"attributes": []
},
{
"id": 3,
"name": "Identify",
"attributes": []
},
{
"id": 32,
"name": "Poll Control",
"attributes": [
{
"id": 0,
"name": "checkin_interval",
"value": 14400
}
]
},
{
"id": 4096,
"name": "LightLink",
"attributes": []
}
]
}
],
"signature": {
"manufacturer": "IKEA of Sweden",
"model": "SYMFONISK Sound Controller",
"node_desc": {
"logical_type": 2,
"complex_descriptor_available": 0,
"user_descriptor_available": 0,
"reserved": 0,
"aps_flags": 0,
"frequency_band": 8,
"mac_capability_flags": 128,
"manufacturer_code": 4476,
"maximum_buffer_size": 82,
"maximum_incoming_transfer_size": 82,
"server_mask": 11264,
"maximum_outgoing_transfer_size": 82,
"descriptor_capability_field": 0
},
"endpoints": {
"1": {
"profile_id": 260,
"device_type": 6,
"input_clusters": [
0,
1,
3,
32,
4096
],
"output_clusters": [
3,
4,
6,
8,
25,
4096
]
}
}
},
"class": "zhaquirks.ikea.symfonisk"
}
Logs en mode début: apui court, double appui, triple appui, rotation horaire, rotation anti-horaire
imple Click
------------
[2021-10-23 12:34:10][DEBUG] : {"devices":{"68:0a:e2:ff:fe:3b:63:e8":{"1":{"6":{"cmd":[{"value":"2","cluster_name":"On\/Off"},{"value":"[]","cluster_name":"On\/Off"}]}}}}}
[2021-10-23 12:34:10][DEBUG] : Search command for 68:0a:e2:ff:fe:3b:63:e8 logicalId : 1::6::cmd::0 => 2 convert to 2
Double Click
------------
[2021-10-23 12:34:15][DEBUG] : {"devices":{"68:0a:e2:ff:fe:3b:63:e8":{"1":{"8":{"cmd":{"0":{"value":"2","cluster_name":"Level control"},"1":{"value":"0","cluster_name":"Level control"},"1.1":{"value":"1","cluster_name":"Level control"},"1.2":{"value":"0","cluster_name":"Level control"}}}}}}}
[2021-10-23 12:34:15][DEBUG] : Search command for 68:0a:e2:ff:fe:3b:63:e8 logicalId : 1::8::cmd::0 => 2 convert to 2
[2021-10-23 12:34:15][DEBUG] : Search command for 68:0a:e2:ff:fe:3b:63:e8 logicalId : 1::8::cmd::1 => 0 convert to 0
[2021-10-23 12:34:15][DEBUG] : Search command for 68:0a:e2:ff:fe:3b:63:e8 logicalId : 1::8::cmd::1.1 => 1 convert to 1
[2021-10-23 12:34:15][DEBUG] : Search command for 68:0a:e2:ff:fe:3b:63:e8 logicalId : 1::8::cmd::1.2 => 0 convert to 0
TRiple Click
------------
[2021-10-23 12:34:21][DEBUG] : {"devices":{"68:0a:e2:ff:fe:3b:63:e8":{"1":{"8":{"cmd":{"0":{"value":"2","cluster_name":"Level control"},"1":{"value":"1","cluster_name":"Level control"},"1.1":{"value":"1","cluster_name":"Level control"},"1.2":{"value":"0","cluster_name":"Level control"}}}}}}}
[2021-10-23 12:34:21][DEBUG] : Search command for 68:0a:e2:ff:fe:3b:63:e8 logicalId : 1::8::cmd::0 => 2 convert to 2
[2021-10-23 12:34:21][DEBUG] : Search command for 68:0a:e2:ff:fe:3b:63:e8 logicalId : 1::8::cmd::1 => 1 convert to 1
[2021-10-23 12:34:21][DEBUG] : Search command for 68:0a:e2:ff:fe:3b:63:e8 logicalId : 1::8::cmd::1.1 => 1 convert to 1
[2021-10-23 12:34:21][DEBUG] : Search command for 68:0a:e2:ff:fe:3b:63:e8 logicalId : 1::8::cmd::1.2 => 0 convert to 0
Rotation horaire
----------------
[2021-10-23 12:34:29][DEBUG] : {"devices":{"68:0a:e2:ff:fe:3b:63:e8":{"1":{"8":{"cmd":{"0":{"value":"1","cluster_name":"Level control"},"1":{"value":"1","cluster_name":"Level control"},"1.1":{"value":"195","cluster_name":"Level control"}}}}}}}
[2021-10-23 12:34:29][DEBUG] : Search command for 68:0a:e2:ff:fe:3b:63:e8 logicalId : 1::8::cmd::0 => 1 convert to 1
[2021-10-23 12:34:29][DEBUG] : Search command for 68:0a:e2:ff:fe:3b:63:e8 logicalId : 1::8::cmd::1 => 1 convert to 1
[2021-10-23 12:34:29][DEBUG] : Search command for 68:0a:e2:ff:fe:3b:63:e8 logicalId : 1::8::cmd::1.1 => 195 convert to 195
Rotation anti-horaire
---------------------
[2021-10-23 12:34:30][DEBUG] : {"devices":{"68:0a:e2:ff:fe:3b:63:e8":{"1":{"8":{"cmd":{"0":{"value":"3","cluster_name":"Level control"},"1":{"value":"[]","cluster_name":"Level control"},"1.1":{"value":"195","cluster_name":"Level control"}}}}}}}
[2021-10-23 12:34:30][DEBUG] : Search command for 68:0a:e2:ff:fe:3b:63:e8 logicalId : 1::8::cmd::0 => 3 convert to 3
[2021-10-23 12:34:30][DEBUG] : Search command for 68:0a:e2:ff:fe:3b:63:e8 logicalId : 1::8::cmd::1.1 => 195 convert to 195
Merci par avance
B.