from the Smart things apps / Market / config json I have no device detected but my iPhone.
I have a UK hub, I remember age ago have this working with my "US" hub.
would that be because of the UK version?
JSON file
{
"bridge": {
"name": "Homebridge",
"username": "*:3D:E3:CE:30",
"port": 51826,
"pin": "1-45-154"
},
"description": "This is an example configuration file. You can use this as a template for creating your own configuration file containing devices you actually own.",
"accessories": [],
"platforms": [
{
"platform": "SmartThings",
"name": "SmartThings",
"app_url": "https://graph-eu01-euwest1.api.smartthings.com:443/api/smartapps/installations/",
"app_id": "app id here",
"access_token": "my token"
}
]
}
PS : can I use both my US and UK hub? I suppose I just need to add two different platform
added the smart-things platform https://github.com/pdlove/homebridge-smartthings
the platform is loading from homebridge, but there is accessory
Loading 1 platforms... homebridge_1 | [2018-3-26 22:20:49] [SmartThings] Initializing SmartThings platform... homebridge_1 | [2018-3-26 22:20:49] [SmartThings] Fetching Smart Things devices. homebridge_1 | [2018-3-26 22:20:49] Loading 0 accessories...
from the Smart things apps / Market / config json I have no device detected but my iPhone. I have a UK hub, I remember age ago have this working with my "US" hub.
would that be because of the UK version?
JSON file
{ "bridge": { "name": "Homebridge", "username": "*:3D:E3:CE:30", "port": 51826, "pin": "1-45-154" }, "description": "This is an example configuration file. You can use this as a template for creating your own configuration file containing devices you actually own.", "accessories": [], "platforms": [ { "platform": "SmartThings", "name": "SmartThings", "app_url": "https://graph-eu01-euwest1.api.smartthings.com:443/api/smartapps/installations/", "app_id": "app id here", "access_token": "my token" } ] }
PS : can I use both my US and UK hub? I suppose I just need to add two different platform