-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
# Raumfeld plugin for Homebridge | ||
|
||
This is a plugin to connect Raumfeld hardware to Apple's Homekit via the Homebridge system. | ||
This is a plugin to connect Raumfeld hardware to Apple's Homekit via the Homebridge system. | ||
|
||
## This is Work In Progress, use carefully. | ||
Please visit [homebridge github homepage](https://github.com/nfarina/homebridge) first. | ||
|
||
### Prerequisites | ||
This plugin requires at least one running Raumfeld device in order to work. | ||
|
||
### Installation | ||
Please follow the installation guide for homebridge, first (see link above). Afterwards, simply install this plugin (assuming that homebridge is installed globally): `sudo npm install -g homebridge-raumfeld`. Now copy the `config-sample.json`to your homebridge home folder (usually `/home/username/.homebridge`) and rename it to `config.json`. | ||
Finally, you can the setup with `homebridge`. Device detection should start immediately. You should see messages like `registering Kitchen with UUID 341c5354-c570-4697-a58c-44916f110c87` for all of your Raumfeld devices. | ||
Follow homebridge's steps to register it with Homekit, and your Raumfeld devices should show up in apps like Elgato Eve. | ||
|
||
### Features | ||
Currently, only play/pause and volume control are supported. More is in the works. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters