HomeKit Integration with Homebridge-Garadget Plugin

I think the json needs to be setup like this
  "description": "Garadget as an accessory.",
  "accessories": [{
    "accessory": "Garadget",
    "name": "Large Garage Door",
    "cloudURL": "https://api.particle.io/v1/devices/",
    "deviceID": "<<Device ID>>",
    "access_token": "<<Access Token>>"
  },
  {
    "accessory": "Garadget",
    "name": Small Garage Door",
    "cloudURL": "https://api.particle.io/v1/devices/",
    "deviceID": "<<Device ID>>",
    "access_token": "<<Access Token>>"
  }
]

Notice how all the garadget accessories are within the ] bracket. I separate the accessories with },{
and of course change the device ID
try reloading your service and let me know if that works.
If it doesn’t please try to get the homebridge log with how many accessories and plugins loaded.

1 Like