Skip to content

Instantly share code, notes, and snippets.

@MatsA
Last active February 5, 2017 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MatsA/59526d2be3ea12bf4d04d6374ec0ed50 to your computer and use it in GitHub Desktop.
Save MatsA/59526d2be3ea12bf4d04d6374ec0ed50 to your computer and use it in GitHub Desktop.
Hombridge and config.json. Configuration file for Domoticz and Telldus Live. http://pysselilivet.blogspot.com/2016/11/homekit-for-telldus-live.html
{
"bridge": {
"name": "Homebridge",
"username": "CC:21:3E:E4:DE:33",
"port": 51826,
"pin": "031-45-154"
},
"description": "Configuration file for Domoticz and Telldus Live.",
"platforms": [
{
"platform": "eDomoticz",
"name": "eDomoticz",
"server": "127.0.0.1",
"port": "8080",
"ssl": 0,
"roomid": 0,
"mqttenable": 1,
"mqttserver": "127.0.0.1",
"mqttport": "1883",
"mqttauth": 0,
"mqttuser": "",
"mqttpass": ""
},
{
"platform": "Telldus",
"name": "Telldus Live",
"public_key": "FEXXXXXXXXXXXXXXXNU",
"private_key": "ZUYYYYYYYYYYYYYYYYEF",
"token": "88ZZZZZZZZZZZZZZZZb7d",
"token_secret": "a5XXXXXXXXXXXXXXXXd5f"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment