Announcement

Collapse
No announcement yet.

Apple TV Double Signal Workaround / Brainstorming

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Apple TV Double Signal Workaround / Brainstorming

    Has anyone come up with a workaround for the double signal issue with Apple TVs? Prior thread: https://forums.homeseer.com/showthread.php?t=183551 Basically, directional keys get multiple signals.

    I have built all of my remotes in HSTouch, created the necessary scripts, tested and I'm ready to go. The only thing that doesn't work right is Apple TV. I would be grateful for any thoughts or brainstorming.

    #2
    bwssystems restful-harmony

    Ok - I found that bwssystems restful-harmony engine doesn't have this issue. I copied the java file from https://github.com/bwssytems/restful-harmony and installed it on a raspberry pi.

    Using the following API calls resulted in a direction of one unit (see below). If BWSSystems can do it can't this be done with this plugin? Rien du Pre, the URL to their license is: https://github.com/bwssytems/restful...master/LICENSE. Would you be able to use their work to resolve the issue in this plugin?

    curl -X PUT -H "Content-Type: application/json" -d '{"device":"Apple TV","button":"DirectionRight"}' "http://restfulharmonyIP:8081/harmony/press"

    curl -X PUT -H "Content-Type: application/json" -d '{"device":"Apple TV","button":"DirectionLeft"}' "http://restfulharmonyIP:8081/harmony/press"

    curl -X PUT -H "Content-Type: application/json" -d '{"device":"Apple TV","button":"DirectionUp"}' "http://restfulharmonyIP:8081/harmony/press"

    curl -X PUT -H "Content-Type: application/json" -d '{"device":"Apple TV","button":"DirectionDown"}' "http://restfulharmonyIP:8081/harmony/press"

    Comment


      #3
      Originally posted by Theron View Post
      Ok - I found that bwssystems restful-harmony engine doesn't have this issue. I copied the java file from https://github.com/bwssytems/restful-harmony and installed it on a raspberry pi.

      Using the following API calls resulted in a direction of one unit (see below). If BWSSystems can do it can't this be done with this plugin? Rien du Pre, the URL to their license is: https://github.com/bwssytems/restful...master/LICENSE. Would you be able to use their work to resolve the issue in this plugin?

      curl -X PUT -H "Content-Type: application/json" -d '{"device":"Apple TV","button":"DirectionRight"}' "http://restfulharmonyIP:8081/harmony/press"

      curl -X PUT -H "Content-Type: application/json" -d '{"device":"Apple TV","button":"DirectionLeft"}' "http://restfulharmonyIP:8081/harmony/press"

      curl -X PUT -H "Content-Type: application/json" -d '{"device":"Apple TV","button":"DirectionUp"}' "http://restfulharmonyIP:8081/harmony/press"

      curl -X PUT -H "Content-Type: application/json" -d '{"device":"Apple TV","button":"DirectionDown"}' "http://restfulharmonyIP:8081/harmony/press"
      I will look into this, thanks for the information
      Regards,

      Rien du Pre
      The Netherlands
      Using:
      Homeseer PRO latest HS4 BETA on a Raspberry
      Plugin's:
      RFXCOM, mcsMQTT, Z-Wave

      Comment

      Working...
      X