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

Talking with homebridge #5

Closed
Kazom opened this issue Dec 30, 2015 · 2 comments
Closed

Talking with homebridge #5

Kazom opened this issue Dec 30, 2015 · 2 comments

Comments

@Kazom
Copy link

Kazom commented Dec 30, 2015

Dumb question so how exactly do I get this started with home bridge? I added it as a platform in my config and I guess it see's it because it says the platform initializes, but then nothing. It doesn't show up in my home kit app. However if I manually change the power state of the bulb while home bridge is running it says "unknown packet type 118" which is what leaves me to believe that it can see it.

@charlesfracchia
Copy link

charlesfracchia commented Feb 25, 2020

Once you've set the platform in the config.json file, you should see a few lines in the start up log that say something similar to:

[2/24/2020, 11:25:14 PM] Loaded config.json with 0 accessories and 1 platforms.
[2/24/2020, 11:25:14 PM] ---
[2/24/2020, 11:25:14 PM] Loaded plugin: homebridge-lifx
[2/24/2020, 11:25:14 PM] Registering accessory 'homebridge-lifx-bulb.LIFxBulb'
[2/24/2020, 11:25:14 PM] Registering platform 'homebridge-lifx.LIFx'
[2/24/2020, 11:25:14 PM] ---
[2/24/2020, 11:25:14 PM] Loading 1 platforms...
[2/24/2020, 11:25:14 PM] [LIFx] Initializing LIFx platform...
[2/24/2020, 11:25:14 PM] [LIFx] Fetching LIFx devices.
[2/24/2020, 11:25:14 PM] Loading 0 accessories...
[2/24/2020, 11:25:15 PM] [LIFx] Initializing platform accessory 'Light Name 1'...
[2/24/2020, 11:25:15 PM] [LIFx] Initializing platform accessory 'Light Name 2'...
[2/24/2020, 11:25:15 PM] [LIFx] Initializing platform accessory 'Light Name 3'...

Once you see that, the lights should appear as individual accessories in your Home app.

@Kazom
Copy link
Author

Kazom commented Feb 27, 2020

Hey @charlesfracchia thanks for the help but this was still open from 2015 lol no worries I solved it a while ago

@Kazom Kazom closed this as completed Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants