[OBSOLETE] Hello, Home HomeKit (and Siri!) control via homebridge

I have a file in my accessories folder but I look at the file with a text editor, there is nothing in the file.
In the past when if had problems I renamed or deleted the persist directory in these directories /pi/.homebridge “and/or” /var/homebridge/
Here is my config.json if it helps,
{
“bridge”: {
“name”: “Homebridge”,
“username”: “D3:00:00:00:00:00”,
“port”: 51826,
“pin”: “031-45-xxx”
},
“description”: “JSON API”,
“platforms”: [{
“platform”: “SmartThings”,
“name”: “SmartThings”,
“app_url”: “https://graph-na02-useast1.api.smartthings.com:443/api/smartapps/installations/”,
“app_id”: “xxxx58dc-7bfa-4733-8bc2-e4aa4fa7xxxx”,
“access_token”: “xxxx7cdb-3217-4346-9247-361200fexxxx”,
“polling_seconds”: 3600,
“update_method”: “direct”
}]
}