You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# org.openhab.binding.xiaomigateway
2
2
3
3
This binding brings Xiaomi Gateway Smart Home devices (Aqara) integration with OpenHAB1.x
4
-
Currently only one gateway is supported and only getting sub device state/reading events confirmed to be working.
4
+
Currently only one gateway is supported and only getting sub device state/reading events confirmed to be working including the magic cube.
5
5
Controlling of gateway light works too including color and brightness change within OpenHAB.
6
6
Unfortunately I have no switch to test controlling its state using write command, but write key generation based on gateway token seems to be implemented OK.
7
7
@@ -32,7 +32,10 @@ The binding detects a Xiaomi gateway on local network and lists all sub devices.
32
32
```
33
33
34
34
sid is a sub device identificator used in item configuration file.
possible switch values are: click, double_click, both_click
38
+
possible cube values are: flip90, flip180, move, tap_twice, shake_air, swing, alert, free_fall, rotate_left, rotate_right (ON command is received when an event fired)
36
39
37
40
#openhab.cfg
38
41
If you want to control devices please supply a developer key (you can see it in Mi Home app when you enable developer mode)
0 commit comments