Skip to content

Commit

Permalink
[tradfri] Update documentation following Air Purifier addition
Browse files Browse the repository at this point in the history
* [tradfri] Updated README:
* Reverts unnecessary formatting changes
* Fixes centering of capabilities for non-lightning devices list
* Removes 0202, 0203 and position from lightning devices list

Signed-off-by: Vivien Boistuaud <[email protected]>
  • Loading branch information
vivienbo authored Apr 19, 2023
1 parent d336f43 commit 8f17e0c
Showing 1 changed file with 19 additions and 22 deletions.
41 changes: 19 additions & 22 deletions bundles/org.openhab.binding.tradfri/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,15 @@ These are:

The following matrix lists the capabilities (channels) for each of the supported lighting device types:

| Thing type | Brightness | Color | Color Temperature | Battery Level | Battery Low | Power | Position |
|-------------|:----------:|:-----:|:-----------------:|:-------------:|:-----------:|:-----:|:---------|
| 0007 | | | | | | | |
| 0010 | | | | | | X | |
| 0100 | X | | | | | | |
| 0220 | X | | X | | | | |
| 0210 | | X | X | | | | |
| 0107 | | | | X | X | | |
| 0820 | | | | X | X | | |
| 0830 | | | | X | X | | |
| 0202 | | | | X | X | | X |
| 0203 | | | | X | X | | |
| Thing type | Brightness | Color | Color Temperature | Battery Level | Battery Low | Power |
|-------------|:----------:|:-----:|:-----------------:|:-------------:|:-----------:|:-----:|
| 0010 | | | | | | X |
| 0100 | X | | | | | |
| 0220 | X | | X | | | |
| 0210 | | X | X | | | |
| 0107 | | | | X | X | |
| 0820 | | | | X | X | |
| 0830 | | | | X | X | |

The following things are also supported even thought they are not standardized in Zigbee Light Link:

Expand All @@ -50,7 +47,7 @@ The following things are also supported even thought they are not standardized i
The following matrix lists the capabilities (channels) for each of the supported non-lighting device types:

| Thing type | Battery Level | Battery Low | Position | Fan Mode | Lock physical buttons | LED's on/off | Air Quality | Current Fan Speed | Filter status |
|-------------|:-------------:|:-----------:|:---------|:---------|:----------------------|:-------------|:------------|:------------------|:--------------|
|-------------|:-------------:|:-----------:|:--------:|:--------:|:---------------------:|:------------:|:-----------:|:-----------------:|:-------------:|
| 0202 | X | X | X | | | | | | |
| 0203 | X | X | | | | | | | |
| 0007 | | | | X | X | X | X | X | X |
Expand Down Expand Up @@ -90,15 +87,15 @@ An air purifier supports:

Refer to the matrix above.

| Channel Type ID | Item Type | Description |
|:-------------------|:---------------|:-----------------------------------------------------------------------------------------|
| brightness | Dimmer | The brightness of the bulb in percent |
| color_temperature | Dimmer | color temperature from 0% = cold to 100% = warm |
| color | Color | full color |
| battery_level | Number | battery level (in %) |
| battery_low | Switch | battery low warning (<=10% = ON, >10% = OFF) |
| power | Switch | power switch |
| position | Rollershutter | position of the blinds from 0% = open to 100% = closed |
| Channel Type ID | Item Type | Description |
|-------------------|---------------|--------------------------------------------------------|
| brightness | Dimmer | The brightness of the bulb in percent |
| color_temperature | Dimmer | color temperature from 0% = cold to 100% = warm |
| color | Color | full color |
| battery_level | Number | battery level (in %) |
| battery_low | Switch | battery low warning (<=10% = ON, >10% = OFF) |
| power | Switch | power switch |
| position | Rollershutter | position of the blinds from 0% = open to 100% = closed |
| fan_mode | Number | Fan Mode, target speed of the fan (0 = off, 1 = auto, 10..50 = Level 1 to 5) |
| fan_speed | Number | Current Fan Speed between 0 (off) and 50 (maximum speed) |
| disable_led | Switch | Disables the LED's on the device |
Expand Down

0 comments on commit 8f17e0c

Please sign in to comment.