Skip to content

Commit 202d580

Browse files
committed
More clearly state the limitations of the EnOcean support
1 parent b996f6b commit 202d580

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

source/_components/binary_sensor.enocean.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ logo: enocean.png
1111
ha_category: Binary Sensor
1212
---
1313

14-
This can typically be one of those batteryless wall switches. Currently only one type has been tested: Eltako FT55.
14+
This can typically be one of those batteryless wall switches. Currently only one type has been tested: Eltako FT55. Other devices will most likely not work without changing the Home-Asisstant code.
1515

1616

1717
To use your EnOcean device, you first have to set up your [EnOcean hub](../enocean) and then add the following to your `configuration.yaml` file:

source/_components/enocean.markdown

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ha_category: Hub
1313

1414
The [EnOcean](https://en.wikipedia.org/wiki/EnOcean) standard is supported by many different vendors. There are switches and sensors of many different kinds, and typically they employ energy harvesting to get power such that no batteries are unnecessary.
1515

16-
The `enocean` component adds support for these devices. You will need a controller like the [USB300](https://www.enocean.com/en/enocean_modules/usb-300-oem/) in order for it to work.
16+
The `enocean` component adds support for some of these devices. You will need a controller like the [USB300](https://www.enocean.com/en/enocean_modules/usb-300-oem/) in order for it to work.
1717

1818
There is currently support for the following device types within Home Assistant:
1919

@@ -22,6 +22,14 @@ There is currently support for the following device types within Home Assistant:
2222
- [Light](../light.enocean) (dimmers)
2323
- [Switch](../switch.enocean)
2424

25+
However, only a few devices have been confirmed to work. These are:
26+
27+
- Eltako FUD61 dimmer
28+
- Eltako FT55 battery-less wall switch
29+
- Permundo PSC234 (switch and power monitor)
30+
31+
Other devices will most likely need some changes in the Home-Assistant code in order to work. Support for teaching of devices is also missing at this time.
32+
2533
# Configuration
2634

2735
```yaml

0 commit comments

Comments
 (0)