Giter VIP home page Giter VIP logo

Comments (16)

KhaosT avatar KhaosT commented on May 28, 2024

HomeKit supports communication via different networks. This feature is called "Remote Access" which uses Apple TV as a relay to communicate with HomeKit accessories in your local network environment. There is no need to configure on the accessory side, as long as there is an Apple TV in your Home network with the same iCloud ID signed in, iOS will ask user for the permission and configurate itself automatically.

from hap-nodejs.

arnthorsnaer avatar arnthorsnaer commented on May 28, 2024

Is this documented somewhere?

from hap-nodejs.

SenthilNathan84 avatar SenthilNathan84 commented on May 28, 2024

@KhaosT : so it cannot be done over the internet???

@arnthorsnaer : yeah I too have the same question

from hap-nodejs.

nathreed avatar nathreed commented on May 28, 2024

@SentilNatha84: what @KhaosT is saying is that yes, it can be done remotely, you just need an Apple TV at your house to act as a relay (the Apple TV has to be on the latest firmware)

Sent from my iPhone

On Dec 2, 2014, at 4:25 AM, SenthilNathan84 [email protected] wrote:

@KhaosT : so it cannot be done over the internet???

@arnthorsnaer : yeah I too have the same question


Reply to this email directly or view it on GitHub.

from hap-nodejs.

KhaosT avatar KhaosT commented on May 28, 2024

During the WWDC, Kevin briefly mentioned that during the intro HomeKit session. So far it's not being documented in anywhere but it's there and works alright.

from hap-nodejs.

arnthorsnaer avatar arnthorsnaer commented on May 28, 2024

Sorry for being off topic but @KhaosT do you know of any HK compatable hardware / apps on the market yet?

-A


Sent from Mailbox

On Tue, Dec 2, 2014 at 5:46 PM, Khaos Tian [email protected]
wrote:

During the WWDC, Kevin briefly mentioned that during the intro HomeKit session. So far it's not being documented in anywhere but it's there and works alright.

Reply to this email directly or view it on GitHub:
https://github.com/KhaosT/HAP-NodeJS/issues/27#issuecomment-65272136

from hap-nodejs.

KhaosT avatar KhaosT commented on May 28, 2024

@arnthorsnaer There is no HomeKit compatible hardware available on the market yet. Since Apple only started reviewing HomeKit Accessory Plan on Nov 14 and no official product will available until Apple approved the plan ... I'd say the earliest HK compatible hardware will show up in early 2015.

from hap-nodejs.

arnthorsnaer avatar arnthorsnaer commented on May 28, 2024

@KhasosT thanks


Sent from Mailbox

On Tue, Dec 2, 2014 at 6:46 PM, Khaos Tian [email protected]
wrote:

@arnthorsnaer There is no HomeKit compatible hardware available on the market yet. Since Apple only started reviewing HomeKit Accessory Plan on Nov 14 and no official product will available until Apple approved the plan ... I'd say the earliest HK compatible hardware will show up in early 2015.

Reply to this email directly or view it on GitHub:
https://github.com/KhaosT/HAP-NodeJS/issues/27#issuecomment-65281851

from hap-nodejs.

tommyd75 avatar tommyd75 commented on May 28, 2024

Does it work for you guys remotely via the Apple TV when you're not home?
I tried it by turning off my wifi on the phone and it just stops working.
My Apple TV has the latest official firmware and is logged into iCloud as well as my iPhone is logged into iCloud. But I'm not sure if the Homekit server needs to somehow log into iCloud or maybe the iPhone app needs to be enabled to do iCloud?

Sent from my iPhone 5s 

On Dec 2, 2014, at 4:58 AM, Nathan Reed [email protected] wrote:

@SentilNatha84: what @KhaosT is saying is that yes, it can be done remotely, you just need an Apple TV at your house to act as a relay (the Apple TV has to be on the latest firmware)

Sent from my iPhone

On Dec 2, 2014, at 4:25 AM, SenthilNathan84 [email protected] wrote:

@KhaosT : so it cannot be done over the internet???

@arnthorsnaer : yeah I too have the same question


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub.

from hap-nodejs.

KhaosT avatar KhaosT commented on May 28, 2024

@tommyd75 There is no need for HomeKit accessory to configure to work with iCloud Remote Access. When Remote Access works, iOS should popup an alert asking you whether you want to use Remote Access or Not (like this) However, for some reasons, it's not really stable and I'm not sure how iOS decide when to show you the popup.

from hap-nodejs.

tommyd75 avatar tommyd75 commented on May 28, 2024

Are you using a beta iOS or 8.1.1?

Sent from my iPhone 5s 

On Dec 6, 2014, at 6:43 PM, Khaos Tian [email protected] wrote:

@tommyd75 There is no need for HomeKit accessory to configure to work with iCloud Remote Access. When Remote Access works, iOS should popup an alert asking you whether you want to use Remote Access or Not (like this) However, for some reasons, it's not really stable and I'm not sure how iOS decide when to show you the popup.


Reply to this email directly or view it on GitHub.

from hap-nodejs.

KhaosT avatar KhaosT commented on May 28, 2024

@tommyd75 8.1.1

from hap-nodejs.

tommyd75 avatar tommyd75 commented on May 28, 2024

Just realized, I have the Second Gen apple TV, latest version of firmware is 7.1.1.
I guess I'll have to upgrade to the 3rd gen. Thanks!

from hap-nodejs.

ChrisHolcomb avatar ChrisHolcomb commented on May 28, 2024

I have an iPhone 6 using Elgato Eve connected and working on WiFi but can't get it to work outside the network. I have an AppleTV 3 running the latest updated and using the same iCloud account.

I never got prompted to use remotely but if I go to Settings->HomeKit->Home the "Allow Remote Access" is checked. Could it be anything else I am forgetting to do or has this been broken by apple with iOS 9.2?

from hap-nodejs.

KhaosT avatar KhaosT commented on May 28, 2024

Apple TV 3 had lots of problems with HomeKit Remote Access due to the old iOS (8.3), if you have 2-Step Authentication enabled for your iCloud account, disable that may help.

If it still won't work, I'd suggest consider getting an ATV 4😅

from hap-nodejs.

ChrisHolcomb avatar ChrisHolcomb commented on May 28, 2024

I checked and I don't have 2-Step Authentication enabled. I do have an older AppleTV 2 connected to my network, I wonder if that may be causing an issue.

I'm using the VeraHomeKitBridge from (https://github.com/Hackworth/VeraHomeKitBridge) to control my home automation system which uses your HAP-NodeJS. I did an npm update on your project so to make sure I had the latest. Another user of this project says he had it working with the AppleTV 3 with no problem and now has it working with the AppleTV 4 after some work.

I'll keep trying to get it to work as I don't really have any other need for an AppleTV 4 at this time. Use Kodi running on several Raspberry Pi 2's right now.

from hap-nodejs.

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.