Skip to content

Commit

Permalink
Support new switches and dimmers
Browse files Browse the repository at this point in the history
  • Loading branch information
awaescher committed Apr 5, 2024
1 parent 3ea6ba6 commit a0126c1
Show file tree
Hide file tree
Showing 5 changed files with 2,382 additions and 17 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ Right now, the following devices are supported:
|Device (tag "data")|HomeKit service|State|Comment
|-|-|-|-|
|`eltako_blind` `eltako_tf_blind`| [Window Covering](https://developers.homebridge.io/#/service/WindowCovering)|🟢||
|`eltako_dimmer`|[Lightbulb](https://developers.homebridge.io/#/service/Lightbulb)|🟢||
|`eltako_switch` `eltako_fsr14`|[Switch](https://developers.homebridge.io/#/service/Switch) or [Lightbulb](https://developers.homebridge.io/#/service/Lightbulb)|🟢|HomeKit service depending on the devices' `target`, which can be configured in the GFA5 app|
|`eltako_dimmer` `eltako_tf_dimmer`|[Lightbulb](https://developers.homebridge.io/#/service/Lightbulb)|🟢||
|`eltako_switch` `eltako_tf_switch` `eltako_fsr14`|[Switch](https://developers.homebridge.io/#/service/Switch) or [Lightbulb](https://developers.homebridge.io/#/service/Lightbulb)|🟢|HomeKit service depending on the devices' `target`, which can be configured in the GFA5 app|
|`a5-04-01` `a5-04-02` `a5-04-03`|[TemperatureSensor](https://developers.homebridge.io/#/service/TemperatureSensor) and [HumiditySensor](https://developers.homebridge.io/#/service/HumiditySensor)|🟢|[a5-04-02 tested successfully](https://github.com/awaescher/homebridge-eltako-minisafe2/issues/3#issuecomment-1872514207)
|`eltako_tf_lux`|[Light sensor](https://developers.homebridge.io/#/service/LightSensor)|🟢|
|`eltako_fhk`|[Thermostat](https://developers.homebridge.io/#/service/Thermostat)|🟢|
|`eltako_fhk` `eltako_ftaf` `eltako_futh` `eltako_futh_old`|[Thermostat](https://developers.homebridge.io/#/service/Thermostat)|🟢| Only `eltako_fhk` has a heating/cooling state. `eltako_futh` and `eltako_futh_old` also expose humidity values
|`eltako_weather`|-||Eltako uses weather data from [openweathermap.org](https://openweathermap.org). Use [homebridge-weather-plus](https://www.npmjs.com/package/homebridge-weather-plus) instead, as it makes use of the same data but offers many more features|

I don't have any other devices to test. Donations welcome 😉
Expand Down
Loading

0 comments on commit a0126c1

Please sign in to comment.