This package has been deprecated

Author message:

This project is no longer maintained, because I can't find a current version of node-appletv that meets my expectations (works with current OS versions, is maintained, etc.). In return, I will bring my project pyatv-mqtt-bridge out of retirement and bring it back up to life.

@sebbo2002/atv2mqtt

1.0.0 • Public • Published

atv2mqtt

License

AppleTV2MQTT allows you to remote control your Apple TV using the MQTT protocol. Many home automation systems support this protocol, so Apple TV can be integrated into your existing automation system. In addition to simulating key presses, you can also query the current state of Apple TV. This module uses a forked version of node-appletv.

Installation

To install the javascript module via npm run:

sudo apt-get install autoconf libtool
npm install -g http://github.com/sebbo2002/atv2mqtt.git

Quick Start

  1. Use node-appletv to connect to your Apple TV and authenticate [?]

  2. Create a new atv2mqtt configuration file

{
  "broker": "mqtt://192.168.1.1",
  "devices": [
    {
      "topic": "/home/livingroom/appletv",
      "credentials": "************************************"
    }
  ]
}
  1. Start atv2mqtt
atv2mqtt /home/eve/atv2mqtt.json

Copyright and license

Copyright (c) Sebastian Pekarek under the MIT license.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i @sebbo2002/atv2mqtt

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

13.7 kB

Total Files

11

Last publish

Collaborators

  • sebbo2002