Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HomeKit Controller Support #188

Open
AndreKoepke opened this issue Apr 12, 2024 · 1 comment
Open

HomeKit Controller Support #188

AndreKoepke opened this issue Apr 12, 2024 · 1 comment

Comments

@AndreKoepke
Copy link

AndreKoepke commented Apr 12, 2024

I have a device that supports HomeKit (motion sensor, Aqara FP2).
Is it possible to link that device directly to this library?

I mean something like this:

    var homekit = new HomekitServer(9123);
    var bridge = homekit.createBridge(auth, "test", 1, "me", "pc", "abc", "abc", "abc");
    bridge.start();
    bride.pair("X-HM://0023GXL1U1234"); // <- printed as QR-code on motion-sensor
@ccutrer
Copy link
Collaborator

ccutrer commented Apr 12, 2024

This project is meant to act as a HomeKit accessory, not a HomeKit controller. It could be used as a springboard to adding controller support, given that the data structures are the same, but it would take significant development effort to implement the controller side.

@ccutrer ccutrer changed the title Using without Apple? HomeKit Controller Support Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants