Homebridge - Remove accessories

Hi All,

Just set up homebridge, works great. When I first set it up, I went through the process of adding all my scenes. Everything from bad PINs entered into locks, etc. I won’t need these in homebridge. Is there an easy way to remove these accesories rather than starting over? These are “Initializing platform accessory”'s when it first loads.

Thanks!

The answer is to ignore the scenes in the homrbridge config.json…

“ignorescenes”: [sceneid,sceneid]

example -

“platforms”: [
{
“platform”: “Vera”,
“name”: “Vera”,
“veraIP”: “172.16.24.230”,
“ignorescenes”:[39,86,61,63,68,75,79,77,45,87,90,91,92,74,78,76,37,31,40,89,58,57,43,88]
},

Could you please let me know how you setup Homebridge. I am trying to use Raspberry Pi 3 and keep getting “No Response” for all of my accessories on the IOS app.
I would be very grateful if you could refer me to a guide.

Thanks.