-
Hey, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
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:
And then in HTWR for If using Linux, then do similar with a .sh script. I have a friend using HTWR who controls his ATV this way and says it works well. Or, since ATV includes an IR reciever you could get or make an IR blaster. Either make a Tasmota IR blaster and use MQTT to control it. Or get a network blaster like Global Caché IP2IR iTach and use generic TCP device to control it. Or get a WinLIRC compatible blaster like IguanaIR and use the LIRC device to control it. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your answer. I will look into these options. |
Beta Was this translation helpful? Give feedback.
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:
And then in HTWR for
pc
device, you can put in the path to the .bat file in thecmd
, and the command to pass toatvremote
in theparam
.If using Linux, then do similar with a .sh script.
I have a friend using HTWR who contr…