Giter Club home page Giter Club logo

Comments (7)

skop1986 avatar skop1986 commented on May 18, 2024

I have the same mistake. I can't solve this problem

from homebridge-apple-tv.

DarKOrange75 avatar DarKOrange75 commented on May 18, 2024

Same problem, I guess the problem would be solved if the Apple TV was found, please add a retry function to the Apple TV discovery.

from homebridge-apple-tv.

skop1986 avatar skop1986 commented on May 18, 2024

When the AppleTV isn't found during startup HomeKit will remove the associated devices which results in broken scenes and other issues.

The plugin could hold the homebridge startup when AppleTV isn't found or it could simply add the switches for HomeKit anyway and continue to try and connect in the background (this probably ties in with #18)
I solved this problem by adding an apple tv to the manual. It works great!

img_5793

from homebridge-apple-tv.

normen avatar normen commented on May 18, 2024

I solved this problem by adding an apple tv to the manual. It works great!

Can you explain this a bit more? What do you mean exactly by "adding an apple tv to the manual"?

from homebridge-apple-tv.

skop1986 avatar skop1986 commented on May 18, 2024

I solved this problem by adding an apple tv to the manual. It works great!

Can you explain this a bit more? What do you mean exactly by "adding an apple tv to the manual"?

for manual pairing, use the following:
https: / / github.com / edc1591/node-appletv
when you get there credentials just paste it into config.js
"platforms": [
{
"platform": "AppleTV",
"name": "Apple TV",
"devices": [
{
"id": "lounge",
"name": "Room",
"credentials": ".............."
}
],
"accessories": [
{
"deviceID": "lounge",
"name": "Up",
"command": "up"
}
],
"showPairSwitches": false
}
]
when credentials are received node-appletv can be deleted, it is no longer needed
npm r -g node-appletv

from homebridge-apple-tv.

normen avatar normen commented on May 18, 2024

Okay, but thats a solution for a different problem :)

This is about when the AppleTV is already paired.

from homebridge-apple-tv.

NajibNour avatar NajibNour commented on May 18, 2024

Any solution found on this?

from homebridge-apple-tv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.