parent
4fa5c4b1ec
commit
320428c524
|
@ -24,7 +24,9 @@ This binding supports two Things: Sun and Moon
|
|||
|
||||
## Discovery
|
||||
|
||||
Discovery is not necessary, because all calculations are done within the binding.
|
||||
If a system location is set, "Local Sun" and a "Local Moon" will be automatically discovered for this location.
|
||||
|
||||
If the system location is changed, the background discovery updates the configuration of "Local Sun" and "Local Moon" automatically.
|
||||
|
||||
## Binding Configuration
|
||||
|
||||
|
@ -32,9 +34,10 @@ No binding configuration required.
|
|||
|
||||
## Thing Configuration
|
||||
|
||||
A thing requires the geolocation (latitude, longitude) for which the calculation is done.
|
||||
Optionally, a refresh interval (in seconds) can be defined to also calculate positional data like azimuth and elevation.
|
||||
An complementary altitude (optional) configuration item can also be specified to sharpen results provided by Radiation group.
|
||||
All Things require the parameter `geolocation` (as "<latitude>,<longitude>,[<altitude in m>]") for which the calculation is done.
|
||||
The altitude segment is optional and sharpens results provided by the Radiation group.
|
||||
Optionally, a refresh `interval` (in seconds) can be defined to also calculate positional data like azimuth and elevation.
|
||||
|
||||
|
||||
## Channels
|
||||
|
||||
|
@ -137,26 +140,26 @@ sunrise is 22:10 but `latest` is set to 20:00 so the event/datetime value is mov
|
|||
Things:
|
||||
|
||||
```
|
||||
astro:sun:home [ geolocation="xx.xxxxxx,xx.xxxxxx", altitude=100, interval=60 ]
|
||||
astro:moon:home [ geolocation="xx.xxxxxx,xx.xxxxxx", interval=60 ]
|
||||
astro:sun:home [ geolocation="52.5200066,13.4049540,100", interval=60 ]
|
||||
astro:moon:home [ geolocation="52.5200066,13.4049540", interval=60 ]
|
||||
```
|
||||
|
||||
or optionally with an event offset
|
||||
|
||||
```
|
||||
astro:sun:home [ geolocation="xx.xxxxxx,xx.xxxxxx", altitude=100, interval=60 ] {
|
||||
astro:sun:home [ geolocation="52.5200066,13.4049540,100", interval=60 ] {
|
||||
Channels:
|
||||
Type rangeEvent : rise#event [
|
||||
offset=-30
|
||||
]
|
||||
}
|
||||
astro:moon:home [ geolocation="xx.xxxxxx,xx.xxxxxx", interval=60 ]
|
||||
astro:moon:home [ geolocation="52.5200066,13.4049540", interval=60 ]
|
||||
```
|
||||
|
||||
or a datetime offset
|
||||
|
||||
```
|
||||
astro:sun:home [ geolocation="xx.xxxxxx,xx.xxxxxx", altitude=100, interval=60 ] {
|
||||
astro:sun:home [ geolocation="52.5200066,13.4049540,100", interval=60 ] {
|
||||
Channels:
|
||||
Type start : rise#start [
|
||||
offset=5
|
||||
|
@ -170,7 +173,7 @@ astro:sun:home [ geolocation="xx.xxxxxx,xx.xxxxxx", altitude=100, interval=60 ]
|
|||
or a offset and latest
|
||||
|
||||
```
|
||||
astro:sun:home [ geolocation="xx.xxxxxx,xx.xxxxxx", altitude=100, interval=60 ] {
|
||||
astro:sun:home [ geolocation="52.5200066,13.4049540,100", interval=60 ] {
|
||||
Channels:
|
||||
Type rangeEvent : rise#event [
|
||||
offset=-10,
|
||||
|
@ -201,3 +204,7 @@ then
|
|||
...
|
||||
end
|
||||
```
|
||||
|
||||
## Tips
|
||||
|
||||
Do not worry if for example the "astro dawn" is undefined at your location. The reason might be that you live in a northern country and it is summer, such that the sun is not 18 degrees below the horizon in the morning. For details see [this Wikipedia article](https://en.wikipedia.org/wiki/Dawn). The "civil dawn" event might often be the better choice.
|
||||
|
|
|
@ -0,0 +1,350 @@
|
|||
---
|
||||
id: mihome
|
||||
label: Xiaomi Mi Smart Home
|
||||
title: Xiaomi Mi Smart Home - Bindings
|
||||
type: binding
|
||||
description: "This binding allows your openHAB to communicate with the Xiaomi Smart Home Suite."
|
||||
since: 2x
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
# Xiaomi Mi Smart Home Binding
|
||||
|
||||
This binding allows your openHAB to communicate with the Xiaomi Smart Home Suite.
|
||||
|
||||
In order to connect the Gateway, you need to install the MiHome app
|
||||
from the [Google Play](https://play.google.com/store/apps/details?id=com.xiaomi.smarthome) or [AppStore](https://itunes.apple.com/app/mi-home-xiaomi-for-your-smarthome/id957323480).
|
||||
|
||||
## Supported devices
|
||||
|
||||
* Xiaomi Smart Gateway v2 (with radio support)
|
||||
* Xiaomi Smart Temperature and Humidity Sensor (round one)
|
||||
* Xiaomi Smart Door/Window Sensor (round one)
|
||||
* Xiaomi Wireless Switch (round one)
|
||||
* Xiaomi Motion Sensor / IR Human Body sensor
|
||||
* Xiaomi Smart Plug
|
||||
* Xiaomi Smart Magic Cube
|
||||
* Xiaomi Aqara ZigBee Wired Wall Switch (1 and 2 buttons)
|
||||
* Xiaomi Aqara ZigBee Wireless Wall Switch (1 and 2 buttons)
|
||||
* Xiaomi Aqara Smart Curtain
|
||||
|
||||
(not yet confirmed)
|
||||
* Xiaomi Aqara Neutral Wall Switch (1 and 2 buttons)
|
||||
* Xiaomi Mijia Honeywell Gas Alarm Detector
|
||||
* Xiaomi Mijia Honeywell Fire Alarm Detector
|
||||
|
||||
## Setup
|
||||
|
||||
* Install the binding
|
||||
* Setup Gateway to be discoverable
|
||||
|
||||
1. Add Gateway 2 or 3 to your WiFi Network
|
||||
1. Install MiHome app from [Google Play](https://play.google.com/store/apps/details?id=com.xiaomi.smarthome) or [AppStore](https://itunes.apple.com/app/mi-home-xiaomi-for-your-smarthome/id957323480) (your phone may need to be changed to English language first)
|
||||
1. Set your region to Mainland China under Settings -> Locale (seems to be required)
|
||||
1. Update gateway to the latest firmware (note that update window may pop up sequentially)
|
||||
1. Enable developer mode:
|
||||
|
||||
1. Select your Gateway in the MiHome app
|
||||
1. Go to the "..." menu on the top right corner and click "About"
|
||||
1. Tap the version number "Version : 2.XX" at the bottom of the screen repeatedly until you enable developer mode
|
||||
1. You should now have 2 extra options listed: `local area network communication protocol` and `gateway information`
|
||||
1. Choose `local area network communication protocol`
|
||||
1. Tap the toggle switch to enable LAN functions. Note down the developer key (something like: 91bg8zfkf9vd6uw7)
|
||||
1. Make sure you hit the OK button (to the right of the cancel button) to save your changes
|
||||
|
||||
* In openHAB you should now be able to discover the Xiaomi Gateway
|
||||
* From now on you don't really need the app anymore - only if you're keen on updates or you want to add devices (see below), which also can be done without the app
|
||||
* Enter the previously noted developer key in openHAB Paper UI -> Configuration -> Things -> Xiaomi Gateway -> Edit -> Developer Key. Save
|
||||
(This is required if you want to be able to send controls to the devices like the light of the gateway)
|
||||
* Your sensors should be getting discovered by openHAB as you add and use them
|
||||
|
||||
## Connecting sub-devices (sensors) to the Gateway
|
||||
|
||||
There are two ways of connecting Xiaomi devices to the gateway:
|
||||
|
||||
* Online - within the MiHome App
|
||||
* Offline - manual
|
||||
|
||||
1. Click 3 times on the Gateway's button
|
||||
1. Gateway will flash in blue and you will hear female voice in Chinese
|
||||
1. Place the needle into the sensor and hold it for at least 3 seconds
|
||||
1. You'll hear confirmation message in Chinese
|
||||
1. The device appears in openHAB thing Inbox
|
||||
|
||||
* If you don't want to hear the Chinese voice every time, you can disable it by setting the volume to minimum in the MiHome App (same for the blinking light)
|
||||
* The devices don't need an Internet connection to be working after you have set up the developer mode BUT you won't be able to connect to them via App anymore - easiest way is to block their outgoing Internet connection in your router and enable it later, when you want to check for updates etc.
|
||||
|
||||
## Important information
|
||||
|
||||
The binding requires port `9898` to not be used by any other service on the system.
|
||||
|
||||
## Full Example
|
||||
|
||||
### xiaomi.things:
|
||||
|
||||
```
|
||||
Bridge mihome:bridge:f0b429XXXXXX "Xiaomi Gateway" [ serialNumber="f0b429XXXXXX", ipAddress="192.168.0.3", port=9898, key="XXXXXXXXXXXXXXXX", pollingInterval=6000 ] {
|
||||
Thing mihome:gateway:f0b429XXXXXX "Xiaomi Mi Smart Home Gateway" [itemId="f0b429XXXXXX"]
|
||||
|
||||
Thing mihome:sensor_ht:158d0001XXXXXX "Xiaomi Temperature Sensor" [itemId="158d0001XXXXXX"]
|
||||
|
||||
Thing mihome:sensor_motion:158d0001XXXXXX "Xiaomi Motion Sensor" [itemId="158d0001XXXXXX"]
|
||||
|
||||
Thing mihome:sensor_plug:158d0001XXXXXX "Xiaomi Plug" [itemId="158d0001XXXXXX"]
|
||||
|
||||
Thing mihome:sensor_magnet:158d0001XXXXXX "Xiaomi Door Sensor" [itemId="158d0001XXXXXX"]
|
||||
|
||||
Thing mihome:sensor_switch:158d0001XXXXXX "Xiaomi Mi Wireless Switch" [itemId="158d0001XXXXXX"]
|
||||
|
||||
Thing mihome:86sw2:158d0001XXXXXX "Aqara Wireless Wall Switch" [itemId="158d0001XXXXXX"]
|
||||
}
|
||||
```
|
||||
|
||||
### xiaomi.items:
|
||||
|
||||
```
|
||||
// Xiaomi Gateway
|
||||
Switch Gateway_LightSwitch <light> { channel="mihome:gateway:<ID>:brightness" }
|
||||
Dimmer Gateway_Brightness <dimmablelight> { channel="mihome:gateway:<ID>:brightness" }
|
||||
Color Gateway_Color <rgb> { channel="mihome:gateway:<ID>:color" }
|
||||
Dimmer Gateway_ColorTemperature <heating> { channel="mihome:gateway:<ID>:colorTemperature" }
|
||||
Number Gateway_AmbientLight <sun> { channel="mihome:gateway:<ID>:illumination" }
|
||||
Number Gateway_Sound <soundvolume-0> { channel="mihome:gateway:<ID>:sound" }
|
||||
Switch Gateway_SoundSwitch <soundvolume_mute> { channel="mihome:gateway:<ID>:enableSound" }
|
||||
Dimmer Gateway_SoundVolume <soundvolume> { channel="mihome:gateway:<ID>:volume" }
|
||||
|
||||
// Xiaomi Temperature and Humidity Sensor
|
||||
Number HT_Temperature <temperature> { channel="mihome:sensor_ht:<ID>:temperature" }
|
||||
Number HT_Humidity <humidity> { channel="mihome:sensor_ht:<ID>:humidity" }
|
||||
Number HT_Battery <battery> { channel="mihome:sensor_ht:<ID>:batteryLevel" }
|
||||
Switch HT_BatteryLow <energy> { channel="mihome:sensor_ht:<ID>:lowBattery" }
|
||||
|
||||
// Xiaomi Motion Sensor
|
||||
Switch MotionSensor_MotionStatus <motion> { channel="mihome:sensor_motion:<ID>:motion" }
|
||||
// minimum 5 seconds - remember that the sensor only triggers every minute to save energy
|
||||
Number MotionSensor_MotionTimer <clock> { channel="mihome:sensor_motion:<ID>:motionOffTimer" }
|
||||
DateTime MotionSensor_LastMotion "[%1$tY-%1$tm-%1$td %1$tH:%1$tM]" <clock-on> { channel="mihome:sensor_motion:<ID>:lastMotion" }
|
||||
Number MotionSensor_Battery <battery> { channel="mihome:sensor_motion:<ID>:batteryLevel" }
|
||||
Switch MotionSensor_BatteryLow <energy> { channel="mihome:sensor_motion:<ID>:lowBattery" }
|
||||
|
||||
// Xiaomi Plug
|
||||
Switch Plug_Switch <switch> { channel="mihome:sensor_plug:<ID>:power" }
|
||||
Switch Plug_Active <switch> { channel="mihome:sensor_plug:<ID>:inUse" }
|
||||
Number Plug_Power <energy> { channel="mihome:sensor_plug:<ID>:loadPower" }
|
||||
Number Plug_Consumption <line-incline> { channel="mihome:sensor_plug:<ID>:powerConsumed" }
|
||||
|
||||
// Xiaomi Window Switch
|
||||
Contact WindowSwitch_Status <window> { channel="mihome:sensor_magnet:<ID>:isOpen" }
|
||||
// minimum 30 seconds
|
||||
Number WindowSwitch_AlarmTimer <clock> { channel="mihome:sensor_magnet:<ID>:isOpenAlarmTimer" }
|
||||
DateTime WindowSwitch_LastOpened "[%1$tY-%1$tm-%1$td %1$tH:%1$tM]" <clock-on> { channel="mihome:sensor_magnet:<ID>:lastOpened" }
|
||||
Number WindowSwitch_Battery <battery> { channel="mihome:sensor_magnet:<ID>:batteryLevel" }
|
||||
Switch WindowSwitch_BatteryLow <energy> { channel="mihome:sensor_magnet:<ID>:lowBattery" }
|
||||
|
||||
// Xiaomi Cube - see "xiaomi.rules" for action triggers
|
||||
Number Cube_RotationAngle { channel="mihome:sensor_cube:<ID>:rotationAngle" }
|
||||
Number Cube_RotationTime { channel="mihome:sensor_cube:<ID>:rotationTime" }
|
||||
Number Cube_Battery <battery> { channel="mihome:sensor_cube:<ID>:batteryLevel" }
|
||||
Switch Cube_BatteryLow <energy> { channel="mihome:sensor_cube:<ID>:lowBattery" }
|
||||
|
||||
// Xiaomi Switch - see "xiaomi.rules" for action triggers
|
||||
Number Switch_Battery <battery> { channel="mihome:sensor_switch:<ID>:batteryLevel" }
|
||||
Switch Switch_BatteryLow <energy> { channel="mihome:sensor_switch:<ID>:lowBattery" }
|
||||
|
||||
// Xiaomi Aqara Battery Powered Switch 1- see "xiaomi.rules" for action triggers
|
||||
Number AqaraSwitch1_Battery <battery> { channel="mihome:86sw1:<ID>:batteryLevel" }
|
||||
Switch AqaraSwitch1_BatteryLow <energy> { channel="mihome:86sw1:<ID>:lowBattery" }
|
||||
|
||||
// Xiaomi Aqara Battery Powered Switch 2- see "xiaomi.rules" for action triggers
|
||||
Number AqaraSwitch2_Battery <battery> { channel="mihome:86sw2:<ID>:batteryLevel" }
|
||||
Switch AqaraSwitch2_BatteryLow <energy> { channel="mihome:86sw2:<ID>:lowBattery" }
|
||||
|
||||
// Xiaomi Aqara Mains Powered Wall Switch 1
|
||||
Switch AqaraWallSwitch <switch> { channel="mihome:ctrl_neutral1:<ID>:ch1" }
|
||||
|
||||
// Xiaomi Aqara Mains Powered Wall Switch 2
|
||||
Switch AqaraWallSwitch1 <switch> { channel="mihome:ctrl_neutral2:<ID>:ch1" }
|
||||
Switch AqaraWallSwitch2 <switch> { channel="mihome:ctrl_neutral2:<ID>:ch2" }
|
||||
|
||||
// Xiaomi Aqara Intelligent Curtain Motor
|
||||
Rollershutter CurtainMotorControl <blinds> { channel="curtain:<ID>:curtainControl" }
|
||||
```
|
||||
|
||||
### xiaomi.rules:
|
||||
|
||||
```
|
||||
rule "Xiaomi Switch"
|
||||
when
|
||||
Channel "mihome:sensor_switch:<ID>:button" triggered
|
||||
then
|
||||
var actionName = receivedEvent.getEvent()
|
||||
switch(actionName) {
|
||||
case "SHORT_PRESSED": {
|
||||
<ACTION>
|
||||
}
|
||||
case "DOUBLE_PRESSED": {
|
||||
<ACTION>
|
||||
}
|
||||
case "LONG_PRESSED": {
|
||||
<ACTION>
|
||||
}
|
||||
case "LONG_RELEASED": {
|
||||
<ACTION>
|
||||
}
|
||||
}
|
||||
end
|
||||
|
||||
rule "Xiaomi Cube"
|
||||
when
|
||||
Channel 'mihome:sensor_cube:<ID>:action' triggered
|
||||
then
|
||||
var actionName = receivedEvent.getEvent()
|
||||
switch(actionName) {
|
||||
case "MOVE": {
|
||||
<ACTION>
|
||||
}
|
||||
case "ROTATE_RIGHT": {
|
||||
<ACTION>
|
||||
}
|
||||
case "ROTATE_LEFT": {
|
||||
<ACTION>
|
||||
}
|
||||
case "FLIP90": {
|
||||
<ACTION>
|
||||
}
|
||||
case "FLIP180": {
|
||||
<ACTION>
|
||||
}
|
||||
case "TAP_TWICE": {
|
||||
<ACTION>
|
||||
}
|
||||
case "SHAKE_AIR": {
|
||||
<ACTION>
|
||||
}
|
||||
case "FREE_FALL": {
|
||||
<ACTION>
|
||||
}
|
||||
case "ALERT": {
|
||||
<ACTION>
|
||||
}
|
||||
}
|
||||
end
|
||||
|
||||
rule "Xiaomi Motion Sensor"
|
||||
when
|
||||
Item MotionSensor_MotionStatus changed
|
||||
then
|
||||
if (MotionSensor_MotionStatus.state == ON) {
|
||||
<ACTION>
|
||||
} else {
|
||||
<ACTION>
|
||||
}
|
||||
end
|
||||
|
||||
rule "Xiaomi Window Switch"
|
||||
when
|
||||
Item WindowSwitch_Status changed
|
||||
then
|
||||
if (WindowSwitch_Status.state == OPEN) {
|
||||
<ACTION>
|
||||
} else {
|
||||
<ACTION>
|
||||
}
|
||||
end
|
||||
|
||||
rule "Xiaomi Window Switch - Window is open alarm"
|
||||
when
|
||||
Channel "mihome:sensor_magnet:<ID>:isOpenAlarm" triggered ALARM
|
||||
then
|
||||
<ACTION>
|
||||
end
|
||||
|
||||
rule "Xiaomi Aqara Battery Powered 1 Button Switch"
|
||||
when
|
||||
Channel "mihome:86sw1:<ID>:ch1" triggered SHORT_PRESSED
|
||||
then
|
||||
<ACTION>
|
||||
end
|
||||
|
||||
rule "Xiaomi Aqara Battery Powered 2 Button Switch"
|
||||
when
|
||||
Channel "mihome:86sw2:<ID>:ch1" triggered SHORT_PRESSED
|
||||
then
|
||||
<ACTION>
|
||||
end
|
||||
|
||||
rule "Xiaomi Aqara Battery Powered 2 Button Switch"
|
||||
when
|
||||
Channel "mihome:86sw2:<ID>:ch2" triggered SHORT_PRESSED
|
||||
then
|
||||
<ACTION>
|
||||
end
|
||||
|
||||
rule "Xiaomi Aqara Battery Powered 2 Button Switch"
|
||||
when
|
||||
Channel "mihome:86sw2:<ID>:dual_ch" triggered SHORT_PRESSED
|
||||
then
|
||||
<ACTION>
|
||||
end
|
||||
|
||||
// This rule is applicable for every battery powered sensor device
|
||||
rule "Xiaomi Motion Sensor Low Battery"
|
||||
when
|
||||
Channel "mihome:sensor_motion:<ID>:lowBattery" changed to ON
|
||||
then
|
||||
<ACTION>
|
||||
end
|
||||
|
||||
rule "Play quiet knock-knock ringtone with the Xiaomi Gateway"
|
||||
when
|
||||
// Item ExampleSwitch changed to ON
|
||||
then
|
||||
sendCommand(Gateway_SoundVolume, 2)
|
||||
sendCommand(Gateway_Sound, 11)
|
||||
Thread::sleep(2000) /* wait for 2 seconds */
|
||||
sendCommand(Gateway_Sound, 10000)
|
||||
sendCommand(Gateway_SoundVolume, 0)
|
||||
end
|
||||
```
|
||||
|
||||
### xiaomi.sitemap:
|
||||
|
||||
```
|
||||
sitemap xiaomi label="Xiaomi" {
|
||||
|
||||
Frame {
|
||||
...
|
||||
|
||||
// Selection for Xiaomi Gateway Sounds
|
||||
// 10000 is STOP
|
||||
// >10001 are own sounds you uploaded to the gateway
|
||||
Selection item=Gateway_Sound mappings=[ 0="police car 1",
|
||||
1="police car 2",
|
||||
2="accident",
|
||||
3="countdown",
|
||||
4="ghost",
|
||||
5="sniper rifle",
|
||||
6="battle",
|
||||
7="air raid",
|
||||
8="bark",
|
||||
10="doorbell",
|
||||
11="knock at a door",
|
||||
12="amuse",
|
||||
13="alarm clock",
|
||||
20="mimix",
|
||||
21="enthusuastic",
|
||||
22="guitar classic",
|
||||
23="ice world piano",
|
||||
24="leisure time",
|
||||
25="child hood",
|
||||
26="morning stream liet",
|
||||
27="music box",
|
||||
28="orange",
|
||||
29="thinker"]
|
||||
}
|
||||
}
|
||||
```
|
File diff suppressed because it is too large
Load Diff
|
@ -19,30 +19,50 @@ The ZigBee binding supports an interface to a wireless ZigBee home automation ne
|
|||
|
||||
## Supported Things
|
||||
|
||||
### ZigBee TI2531 Coordinator
|
||||
### Coordinators
|
||||
|
||||
Before the binding can be used, a coordinator must be added. This needs to be done manually and the serial port must be set.
|
||||
#### TI2531 Coordinator
|
||||
|
||||
## Discovery
|
||||
This needs to be done manually and the serial port must be set.
|
||||
|
||||
Once the binding is authorized, and an adapter is added, it automatically reads all devices that are set up on the ZigBee controller and puts them in the Inbox.
|
||||
|
||||
## Thing Configuration
|
||||
|
||||
The binding will attempt to automatically detect new devices, and will read their supported clusters upon startup. A set of channels will then be created depending on what clusters and endpoints a device supports.
|
||||
|
||||
## TI2531 - Firmware
|
||||
##### TI2531 - Firmware
|
||||
|
||||
The TI2531 USB dongle must be flashed with the correct firmware in order to work with this binding.
|
||||
The file can be downloaded from TI website archives (http://www.ti.com/tool/z-stack-archive) as part
|
||||
of the `Z-STACK-HOME v.1.2.2a` package.
|
||||
The file name is `CC2531ZNP-Pro-Secure_Standard.hex` and its sha256 is `3cc5dc571ef0f49e3f42c6c2ca076d6f8fef33a945c71e6f951b839ba0599d3c`.
|
||||
|
||||
### Flashing on Linux
|
||||
##### Flashing on Linux
|
||||
|
||||
It's possible to flash the dongle using Linux, using `cc-tool` (https://github.com/dashesy/cc-tool.git).
|
||||
The software has been tested and confirmed working on Ubuntu 16.10 and 17.04.
|
||||
The required dependencies can be installed with `sudo apt install build-essential libusb-1.0-0-dev libboost-all-dev`,
|
||||
and the binary compiled with `./configure && make`. Do not forget to install the `udev` rules, as described at https://github.com/dashesy/cc-tool/blob/master/README , or the software might not be able to access the USB programmer.
|
||||
The required dependencies can be installed with `sudo apt install build-essential libusb-1.0-0-dev libboost-all-dev`, and the binary compiled with `./configure && make`. Do not forget to install the `udev` rules, as described at https://github.com/dashesy/cc-tool/blob/master/README , or the software might not be able to access the USB programmer.
|
||||
|
||||
The firmware can be flashed with `./cc-tool -e -w CC2531ZNP-Pro-Secure_Standard.hex -v r`. Change the path to the firmware accordingly.
|
||||
|
||||
|
||||
#### Ember EZSP NCP Coordinator
|
||||
|
||||
The Ember EZSP NCP (Network Co-Processor) supports the Silabs EM358 or MightyGecko dongles with the standard NCP firmware.
|
||||
|
||||
### Devices
|
||||
|
||||
The following devices have been tested with the binding
|
||||
|
||||
| Device | Description |
|
||||
|------------------|----------------|
|
||||
| Hue Bulbs | Color LED Bulb |
|
||||
| SmartThings Plug | Metered Plug |
|
||||
|
||||
|
||||
## Discovery
|
||||
|
||||
Once the binding is authorized, and an adapter is added, it automatically reads all devices that are set up on the ZigBee controller and puts them in the Inbox.
|
||||
|
||||
|
||||
## Thing Configuration
|
||||
|
||||
The binding will attempt to automatically detect new devices, and will read their supported clusters upon startup. A set of channels will then be created depending on what clusters and endpoints a device supports.
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -143,7 +143,7 @@ The table below summarises the channels available in the controller. These provi
|
|||
|
||||
This section provides a summary of the device attributes that are displayed in the user interface.
|
||||
|
||||
####Using Security
|
||||
#### Using Security
|
||||
This indicates that the device is currently securely included in the network and that some classes are handled securely. This will only be true if secure inclusion has been successfully completed.
|
||||
|
||||
#### Routing
|
||||
|
|
|
@ -3,7 +3,7 @@ id: classic
|
|||
label: Classic Icon Set
|
||||
title: Classic Icon Set - Icon Sets
|
||||
type: iconset
|
||||
description: "This is a modernized version of the original icon set of openHAB 1.<br/><br/>"
|
||||
description: "This is a modernized version of the original icon set of openHAB 1. The set is provided with the distribution in both the PNG and SVG file format. Move your mouse over an icon to learn its name.<br/><br/>"
|
||||
since: 2x
|
||||
install: manual
|
||||
---
|
||||
|
@ -14,7 +14,7 @@ install: manual
|
|||
|
||||
# Classic Icon Set
|
||||
|
||||
This is a modernized version of the original icon set of openHAB 1.<br/><br/>
|
||||
This is a modernized version of the original icon set of openHAB 1. The set is provided with the distribution in both the PNG and SVG file format. Move your mouse over an icon to learn its name.<br/><br/>
|
||||
|
||||

|
||||

|
||||
|
@ -25,9 +25,9 @@ This is a modernized version of the original icon set of openHAB 1.<br/><br/>
|
|||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
@ -36,14 +36,16 @@ This is a modernized version of the original icon set of openHAB 1.<br/><br/>
|
|||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
@ -52,7 +54,7 @@ This is a modernized version of the original icon set of openHAB 1.<br/><br/>
|
|||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
@ -67,9 +69,9 @@ This is a modernized version of the original icon set of openHAB 1.<br/><br/>
|
|||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
@ -78,10 +80,10 @@ This is a modernized version of the original icon set of openHAB 1.<br/><br/>
|
|||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
@ -90,21 +92,22 @@ This is a modernized version of the original icon set of openHAB 1.<br/><br/>
|
|||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
@ -113,38 +116,36 @@ This is a modernized version of the original icon set of openHAB 1.<br/><br/>
|
|||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
@ -153,10 +154,12 @@ This is a modernized version of the original icon set of openHAB 1.<br/><br/>
|
|||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
@ -169,19 +172,19 @@ This is a modernized version of the original icon set of openHAB 1.<br/><br/>
|
|||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
@ -190,20 +193,20 @@ This is a modernized version of the original icon set of openHAB 1.<br/><br/>
|
|||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
@ -214,9 +217,9 @@ This is a modernized version of the original icon set of openHAB 1.<br/><br/>
|
|||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
@ -263,35 +266,35 @@ This is a modernized version of the original icon set of openHAB 1.<br/><br/>
|
|||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
@ -300,11 +303,11 @@ This is a modernized version of the original icon set of openHAB 1.<br/><br/>
|
|||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
@ -313,22 +316,22 @@ This is a modernized version of the original icon set of openHAB 1.<br/><br/>
|
|||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
@ -337,30 +340,30 @@ This is a modernized version of the original icon set of openHAB 1.<br/><br/>
|
|||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
@ -369,22 +372,22 @@ This is a modernized version of the original icon set of openHAB 1.<br/><br/>
|
|||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit e11b8929c359e1dfbf20f8832503a3062e0a6b02
|
||||
Subproject commit f42f3e85a1197b9830aea2bfc12b109ef9138e17
|
|
@ -1 +1 @@
|
|||
Subproject commit b9f699c1b1e8839269bd7db560c7d30f34138230
|
||||
Subproject commit d395831f81a6a023f05a8e8b1cb3742910e66b4b
|
|
@ -1 +1 @@
|
|||
Subproject commit 875b61eafedba22d44840ccb836dd15f62033c9d
|
||||
Subproject commit 1890327677540776060f92d04c05da99fae895c2
|
|
@ -1 +1 @@
|
|||
Subproject commit 1b8405b22f26cb1546d2fea143fd254e11d65edc
|
||||
Subproject commit a015460f0f3706152d5f3783135ffe6388bbf669
|
Loading…
Reference in New Issue