This repository has been archived by the owner on Jan 7, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
4d50ddd
commit 0d6989d
Showing
1 changed file
with
8 additions
and
7 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,29 +1,30 @@ | ||
# homebridge-freebox-player-delta | ||
Homebridge plugin to control Freebox Player Delta. | ||
Homebridge plugin to control Freebox Player Delta (Devialet). via HomeKit/iOS devices. | ||
|
||
It enables elementary controls (on/off, Netflix launch, volume and channels change). | ||
It enables elementary controls (on/off, various apps launch, iOS remote control with volume). | ||
|
||
## Installation | ||
Via NPM (or within Homebridge Plugins tab): `npm install -g homebridge-freebox-player-delta` | ||
|
||
## Configuration | ||
|
||
The plugin configuration item from Homebridge config (available as form from Plugin "Settings" button) is written as follow: | ||
The plugin configuration is done via Homebridge UI plugins settings. | ||
The result is saved in config as follows: | ||
``` | ||
{ | ||
"platform": "FreeboxPlayerDelta", | ||
"name": "<your device friendly name>", | ||
"code": "<your Freebox network remote code>", | ||
"hostname": "<hostname or IPv4/6 address of your Player device", | ||
"platform": "FreeboxPlayerDelta" | ||
} | ||
``` | ||
|
||
The Freebox network remote **code** can be found in your Freebox player UI, browsing to _System (Système) > Freebox Player and Server Informations (Informations Freebox Player et Server) > Player > Remote (Télécommande) > Remote network code (Code télécommande réseau)_". | ||
The Freebox network remote **code** can be found in your Freebox Player UI, browsing to _System (Système) > Freebox Player and Server Informations (Informations Freebox Player et Server) > Player > Remote (Télécommande) > Remote network code (Code télécommande réseau)_". | ||
|
||
The **hostname** used to be set to "hd1.freebox.fr" for Freebox revolution players. On Delta, put the IPv4 address of your player (you can find it from your devices list in Freebox server UI), or the Player hostname in _System (Système) > Network (Réseau) > Player network name (Nom réseau du Player)_. | ||
The **hostname** used to be set to "hd1.freebox.fr" by default for older Freebox Revolution Players. | ||
On Delta/Devialet, it is not the case anymore: put the IPv4 address of your player (you can find it from your devices list in Freebox Server UI), or the Player hostname in _System (Système) > Network (Réseau) > Player network name (Nom réseau du Player)_. | ||
|
||
## Installation | ||
|
||
- Shut down your Freebox Player Delta | ||
- Run HomeKit app on your iOS device, select "+", "Add an accessory", then "I don't have a code..." top down | ||
- Type-in your Homebridge code (shown below QR Code in Homebridge UI) |