Skip to content

Instantly share code, notes, and snippets.

@FlixMa
Created May 2, 2021 14:32
Show Gist options
  • Select an option

  • Save FlixMa/ba39f955b17707c20dea5234793b3614 to your computer and use it in GitHub Desktop.

Select an option

Save FlixMa/ba39f955b17707c20dea5234793b3614 to your computer and use it in GitHub Desktop.
[homebridge-ikea-tradfri-gateway] sample configuration for exposing non ikea zigbee devices connected to the tradfri gateway
{
"bridge": {
"name": "Homebridge",
"username": "AB:CD:EF:12:34:56",
"port": 53632,
"pin": "123-45-678"
},
"accessories": [],
"platforms": [
{
"name": "Config",
"port": 8080,
"platform": "config"
},
{
"platform": "Ikea Trådfri Gateway",
"name": "Ikea Trådfri Gateway",
"securityCode": "code on the back of the gateway",
"expose": [
"non-ikea-lightbulbs",
"non-ikea-outlets",
"non-ikea-blinds"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment