diff --git a/core/config/devices/remote.b486opcn01/discovery-remote.b486opcn01_LUMI.json b/core/config/devices/remote.b486opcn01/discovery-remote.b486opcn01_LUMI.json new file mode 100644 index 0000000000..7c5fc6b0da --- /dev/null +++ b/core/config/devices/remote.b486opcn01/discovery-remote.b486opcn01_LUMI.json @@ -0,0 +1 @@ +{"epCount":1,"endPoints":{"01":{"servClusters":{"0000":{"attributes":{"4000":{"dataType":"42","access":"01","value":"2019\u0000www."},"0000":{"dataType":"20","access":"01","value":3},"0001":{"dataType":"20","access":"01","value":17},"0002":{"dataType":"20","access":"01","value":2},"0003":{"dataType":"20","access":"01","value":1},"0004":{"value":"LUMI","dataType":"42","access":"01"},"0005":{"value":"remote.b486opcn01","dataType":"42","access":"01"},"0006":{"dataType":"42","access":"01","value":"20190730"},"0007":{"dataType":"30","access":"01","value":3},"0008":{"dataType":"30","access":"01","value":255},"0009":{"dataType":"30","access":"01","value":224},"000A":{"dataType":"41","access":"01","value":"0062776C"},"000B":{"dataType":"42","access":"01","value":"www.aqara.com"},"FFFD":{"dataType":"21","access":"01","value":1}},"commandsReceived":["00"],"commandsGenerated":[]},"0003":{"attributes":{"0000":{"dataType":"21","access":"03","value":0},"FFFD":{"dataType":"21","access":"01"}}},"0001":{"attributes":{"0020":{"dataType":"20","access":"05"},"0031":{"dataType":"30","access":"03"},"0033":{"dataType":"20","access":"03"},"0034":{"dataType":"20","access":"03"},"FFFD":{"dataType":"21","access":"01"}}}},"cliClusters":{"0003":{"attributes":{"FFFD":{}}},"0006":{"attributes":{"FFFD":{}}},"0008":{"attributes":{"FFFD":{}}},"0300":{"attributes":{"FFFD":{}}}}}},"powerSource":"battery","fileSignature":"Abeille discovery file"} \ No newline at end of file diff --git a/core/config/devices/remote.b486opcn01/remote.b486opcn01.json b/core/config/devices/remote.b486opcn01/remote.b486opcn01.json new file mode 100644 index 0000000000..4e9c562f7d --- /dev/null +++ b/core/config/devices/remote.b486opcn01/remote.b486opcn01.json @@ -0,0 +1,43 @@ +{ + "remote.b486opcn01": { + "manufacturer": "Xiaomi", + "model": "WXCJKG12LM", + "type": "Xiaomi Aqara Opple 4 buttons remote", + "timeout": "60", + "category": { + "light": "1" + }, + "configuration": { + "icon": "XiaomiAqara-Opple-Remote-4buttons", + "mainEP": "01", + "batteryType": "1x3V CR2032" + }, + "commands": { + "SWBuildID": { + "use": "inf_zbAttr-0000-SWBuildID" + }, + "Get SWBuildID": { + "use": "act_zbReadAttribute", + "params": "clustId=0000&attrId=4000" + }, + "Battery-Volt": { + "use": "inf_zbAttr-0001-BatteryVolt", + "params": "ep=01" + }, + "SetReporting 01-0001-00020": { + "use": "act_zbConfigureReporting2", + "params": "ep=01&clustId=0001&attrType=20&attrId=0020&minInterval=1800&maxInterval=3600", + "execAtCreation": "yes" + }, + "Bind 01-0001-ToZigate": { + "use": "act_zbBindToZigate", + "params": "ep=01&clustId=0001", + "execAtCreation": "yes" + }, + "Identify": { + "use": "act_zbCmdC-Identify", + "isVisible": "1" + } + } + } +} \ No newline at end of file diff --git a/docs/fr_FR/Changelog.rst b/docs/fr_FR/Changelog.rst index 63beb26754..3c487f4934 100644 --- a/docs/fr_FR/Changelog.rst +++ b/docs/fr_FR/Changelog.rst @@ -9,6 +9,7 @@ ChangeLog - Assistant modèles: Améliorations. - SilverCrest-HG08673-FR: Support préliminaire (2635). - Page EQ: Corrections pour forçage de modele. +- Xiaomi Aqara Opple 4 boutons: Support préliminaire (2636). 231023-BETA-2 ------------- diff --git a/images/node_XiaomiAqara-Opple-Remote-4buttons.png b/images/node_XiaomiAqara-Opple-Remote-4buttons.png new file mode 100644 index 0000000000..7172b2ce50 Binary files /dev/null and b/images/node_XiaomiAqara-Opple-Remote-4buttons.png differ