Lukas Rögner
Lukas Rögner
You have to enable any of the options in the config (e.g. `isOnOffSwitchEnabled`, `isOnOffTvEnabled`, `isPlayPauseSwitchEnabled`). If none of the options is enabled, the plugin doesn't expose anything to HomeKit.
Are you sending the API token correctly in the header (`Authorization`) of the HTTP request?
If you have new findings and want to share them here, please make sure to 1. Name the issue that your findings are about 2. Create a PR or post...
@sschuste You're at the right place! The PR has not been accepted by stickpin yet, I added a new comment, maybe he forgot about it. Anyways, if the PR is...
New version is now on NPM, which points to my fork of `node-appletv-x`. This fork contains the fix for the "writeAfterFIN" issue.
Have you tried with `sudo`?
I think the issue is that the dependency "node-appletv-x" is already installed, but now re-installed and updated from a different source. Can you try to uninstall the plugin (which should...
This is what I did to check if installation works: ``` npm uninstall -g node-appletv-x npm uninstall -g homebridge-apple-tv-remote sudo npm install -g homebridge-apple-tv-remote ```
If you try to install the previous version of the plugin, does that still work?
What about ``` npm install -g node-appletv-x ``` vs. ``` npm install -g https://github.com/lukasroegner/node-appletv-x.git ```