Skip to content

NEEO remote driver for Freebox Player V6 - Free SAS (French ISP)

License

Notifications You must be signed in to change notification settings

Krikroff77/Neeo-Freeplayer-Adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Freebox V6 Player driver for NEEO Remote

license

Build Status

To find out more about Free SAS (French ISP) checkout http://www.free.fr

To find out more about NEEO, the Brain and "The Thinking Remote" checkout https://neeo.com/.

Prerequisite

Getting started

  • Install via npm
$ npm install neeo-freeplayer-adapter -g

Platform-specific install note available from INSTALL.md

Example usage

Edit settings.json and update settings

NEEO:

  • brainIp: You can fix here the ip of brain
  • driverPort: This is port used to establish communication between sdk server and the brain. Warning: the port cannot be shared between multiple device.

PLAYERS:

You can add as many player you want here.

  • name is the name you want to associate with the freebox player
  • code is the remote code
  • host is the ip address of the freebox player

Example "settings.json"

{
    "neeo": {
        "brainIp" : "192.168.1.50",
        "driverPort" : 6336
    },
    "players": [
        {
            "name": "Player salon",
            "code": "98654578",
            "host": "192.168.1.110"
        },
        {
            "name": "Player chambre",
            "code": "32784598",
            "host": "192.168.1.111"
        }
      ]
}
  1. Start up the device via npm run server:freeplayer
  2. Connect to your NEEO Brain in the NEEO app
  3. Go to add device
  4. You should be able to find the adapter by searching for "freebox player"

Changelog

See CHANGELOG.md

Known Issues

For a list of known issues, please see the issues page