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

2nd accessory not showing up in homekit #48

Open
FLESH1955 opened this issue Jun 24, 2018 · 4 comments
Open

2nd accessory not showing up in homekit #48

FLESH1955 opened this issue Jun 24, 2018 · 4 comments

Comments

@FLESH1955
Copy link

Having a hard time getting my homekit to see the second accessory in my json file. I am sure it's just something I am doing wrong though. Here is my file if that is helpful...

{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},

"accessories": [{
		"accessory": "MagicHome",
		"name": "LED Strip",
		"ip": "10.0.1.21",
		"setup": "RGBW",
		"purewhite": false,
		"singleChannel": false
	},
	{
		"accessory": "MagicHome",
		"name": "LED Strip 2",
		"ip": "10.0.1.22",
		"setup": "RGBW",
		"purewhite": false,
		"singleChannel": false
	}
]

}

@toshibochan
Copy link

Look like your config is correct.
This is the site for check the config file
https://jsonlint.com

@FLESH1955
Copy link
Author

It almost seems as if homebridge is not reading the json file in the .homebridge folder. Is there any way to check the file path homebridge is looking towards to find the json file?

@stefantitu
Copy link

Try to uninstall homebridge and reinstall it. But if homebridge sees the first accessory maybe not the path is the problem. Does the first accessory work?

@FLESH1955
Copy link
Author

The first accessory works great. I actually tried removing the json file to see if I could "break" it and it sill worked. Which is what makes me think its somehow pulling from somewhere else. I tried un-installing it and re-installing it and it made no difference.

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

3 participants