neeo-freeplayer-adapter

0.2.2 • Public • Published

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": "HC2-008080",
            "host": "192.168.1.110"
        },
        {
            "name": "player chambre",
            "code": "HC2-008080",
            "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

Package Sidebar

Install

npm i neeo-freeplayer-adapter

Weekly Downloads

4

Version

0.2.2

License

none

Last publish

Collaborators

  • krikroff77