1.3.0 • Published 3 years ago

homebridge-freebox-player-delta v1.3.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
3 years ago

homebridge-freebox-player-delta

Homebridge plugin to control Freebox Player Delta (Devialet) via HomeKit/iOS devices.

verified-by-homebridge

It enables elementary controls (on/off, various apps launch, iOS remote control with volume).

Plugin Installation

Via NPM (or within Homebridge Plugins tab): npm install -g homebridge-freebox-player-delta

Settings

The plugin configuration is done via Homebridge UI plugins settings. The result is saved in config as follows:

{
	"name": "<your device friendly name>",
	"code": "<your Freebox network remote code>",
	"hostname": "<hostname or IPv4/6 address of your Player device",
	"powerstatus": "<the network service (TCP port) to check for in order to determine if the Player is ON or OFF: 7000 or 54243>",
	"platform": "FreeboxPlayerDelta"
}

The Freebox network remote code can be found in your Freebox Player UI, browsing to Settings (Réglages) > 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" 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).

The powerstatus service is set to AirPlay (TCP 7000) by default. This means the plugin will regularly attempt to connect to the AirPlay service of the Player in order to check if it is ON or OFF. In order for the power status to be correctly reported, the AirPlay service must be activated on the Freebox Player. It should be the case by default. If it is not enabled, you can turn it on with the Freebox Player UI, at Settings (Réglages) > Applications > AirMedia Video > Enable AirMedia for Apple devices (Activer AirMedia pour les appareils Apple). In case you do not want to enable this service, the only alternative is enabling the UPnP service (TCP port 54243), that must be turned in the Player at Settings (Réglages) > Applications > AirMedia Video > Enable UPnP rendering server (Activer le serveur de rendu UPnP), and setting the plugin powerstatus configuration to UPnP. If both services are disabled on the Freebox Player, the status will always be reported as OFF.

Association

  • 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)
1.3.0

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago