Skip to content

Control Apple TV #3

Closed Answered by nicko88
Lungooo asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry for not being able to provide direct support for ATV in HTWR. The control method for an ATV is proprietary and encrypted and very complicated and others have done the work to reverse engineer it and keep it up to date with Apples software updates.

I would use atvremote option from pyatv.

If using Windows then create a .bat file such as this, to call the atvremote python app:

@echo off
atvremote -s 192.168.1.100 --companion-credentials {credential_string_here} %1

And then in HTWR for pc device, you can put in the path to the .bat file in the cmd, and the command to pass to atvremote in the param.

If using Linux, then do similar with a .sh script.

I have a friend using HTWR who contr…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by nicko88
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants