Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Commit

Permalink
Config details in README
Browse files Browse the repository at this point in the history
  • Loading branch information
securechicken committed Nov 6, 2020
1 parent 4d50ddd commit 0d6989d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
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)

0 comments on commit 0d6989d

Please sign in to comment.