configuring homebridge to work with homekit
This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
configuring homebridge to work with homekit
Model :
Hardware Version :
Firmware Version :
ISP :
I have homebridge running on a raspberry pi. It pairs with home on my iphone and 'my home' finds 3 accessories. Two LB110 smart bulbs and a HS200 smart switch. Three buttons show in my home, den light, bedroom light and pool light. The pool light button turns the pool light on/off. The den and bedoom buttons show status of on/off when tapped but the lamps don't change. My config.json file in homebridge is
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"description": "This is my configuration file with one platform. ",
"accessories": [
],
"platforms": [
{
"platform" : "Hs100"
}
]
}
How can I get the smart bulbs working. They work just fine with Kasa.
Hardware Version :
Firmware Version :
ISP :
I have homebridge running on a raspberry pi. It pairs with home on my iphone and 'my home' finds 3 accessories. Two LB110 smart bulbs and a HS200 smart switch. Three buttons show in my home, den light, bedroom light and pool light. The pool light button turns the pool light on/off. The den and bedoom buttons show status of on/off when tapped but the lamps don't change. My config.json file in homebridge is
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"description": "This is my configuration file with one platform. ",
"accessories": [
],
"platforms": [
{
"platform" : "Hs100"
}
]
}
How can I get the smart bulbs working. They work just fine with Kasa.