I also tried installing on Mac OS X instead of the Raspberry PI - same thing.., all is set up but no accessories for the ISY devices.
I added a Ring Plug in, and that works - I see the Ring video in the Home app
This is my config:
bridge": {
"name": "Homebridge AEF5",
"username": "xxxxxxxxx",
"port": 51756,
"pin": "xxxxxxxx"
},
"accessories": [],
"platforms": [
{
"name": "Config",
"port": 8581,
"platform": "config"
},
{
"name": "ISY",
"host": "192.168.0.130",
"useHttps": false,
"username": "xxxxxx",
"password": "xxxxxx",
"deviceNaming": {
"format": "${location ?? folder} ${spokenName ?? name}"
},
"deviceDefaults": {
"exclude": false
},
"devices": [
{
"exclude": false
}
],
"platform": "ISY"
},
{
"refreshToken": "xxxxxx",
"platform": "Ring"
}
]
}