From d9d882887cd9da4d3ad8ec8a87d76b6e540b17c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Wei=C3=9Fschuh?= Date: Mon, 24 Dec 2018 09:27:09 +0100 Subject: [PATCH] add suport for xiaomi aqara wall switch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Weißschuh --- .../thing/xiaomi/lumiremoteb286acn01.xml | 60 +++++++++++++++++++ .../src/main/resources/discovery.txt | 3 +- 2 files changed, 62 insertions(+), 1 deletion(-) create mode 100644 org.openhab.binding.zigbee/ESH-INF/thing/xiaomi/lumiremoteb286acn01.xml diff --git a/org.openhab.binding.zigbee/ESH-INF/thing/xiaomi/lumiremoteb286acn01.xml b/org.openhab.binding.zigbee/ESH-INF/thing/xiaomi/lumiremoteb286acn01.xml new file mode 100644 index 000000000..ba58b80d0 --- /dev/null +++ b/org.openhab.binding.zigbee/ESH-INF/thing/xiaomi/lumiremoteb286acn01.xml @@ -0,0 +1,60 @@ + + + + + + Xiaomi Wall Switch + WallSwitch + + + + + + 1 + 0x0012 + 85 + 1 + 0x0012 + 85 + 0 + 0x0012 + 85 + 2 + + + + + + + 2 + 0x0012 + 85 + 1 + 0x0012 + 85 + 0 + 0x0012 + 85 + 2 + + + + + + Xiaomi + lumi.remote.b286acn01 + END_DEVICE + + + zigbee_macaddress + + + + + + + + diff --git a/org.openhab.binding.zigbee/src/main/resources/discovery.txt b/org.openhab.binding.zigbee/src/main/resources/discovery.txt index aa0cab212..3841294b3 100644 --- a/org.openhab.binding.zigbee/src/main/resources/discovery.txt +++ b/org.openhab.binding.zigbee/src/main/resources/discovery.txt @@ -3,4 +3,5 @@ smartthings_motionv4,vendor=SmartThings,modelId=motionv4 bitron-video-902010-23,vendor=Bitron Home,modelId=902010/23 bitron-video-av2010-34,vendor=Bitron Video,modelId=AV2010/34 xiaomi_lumisensorht,modelId=lumi.sensor_ht -innr-rc-110,vendor=innr,modelId=RC 110 \ No newline at end of file +innr-rc-110,vendor=innr,modelId=RC 110 +xiaomi_lumiremoteb286acn01,modelId=lumi.remote.b286acn01 \ No newline at end of file