Skip to content

Commit 155a79e

Browse files
committed
Updated README
1 parent 1aede32 commit 155a79e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# org.openhab.binding.xiaomigateway
22

33
Currently only one gateway is supported and only getting sub device state/reading events is supported.
4-
Unfortunatelly I have no switch to test controlling its state using write command.
5-
---
4+
Unfortunately I have no switch to test controlling its state using write command.
5+
66
Based on info found here: https://github.com/louisZL/lumi-gateway-local-api
77

8+
___You need to enable developer mode in Mi Home app android version!!!___
9+
Please see https://github.com/fooxy/homeassistant-aqara/wiki/Enable-dev-mode
10+
811
# build
912
copy __org.openhab.binding.xiaomigateway__ directory to __binding__ directory of OpenHAB source code (https://github.com/openhab/openhab)
1013

@@ -30,7 +33,10 @@ sid is a sub device identificator used in item configuration file.
3033
possible values are: magnet, temperature, humidity, virtual_switch (button simulates ON/OFF switch), click, long_click, double_click
3134

3235
#openhab.cfg
33-
No configuration needed
36+
If you want to control devices please supply a developer key (you can see it in android Mi Home app when you enable developer mode)
37+
```
38+
xiaomigateway.key=
39+
```
3440

3541
#items file
3642
```

0 commit comments

Comments
 (0)