Last active
October 24, 2015 10:43
-
-
Save jmtatsch/9b190617183d71c48727 to your computer and use it in GitHub Desktop.
config.json for fhem & homebridge
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"bridge": { | |
"name": "Homebridge", | |
"username": "CC:22:3D:E3:CE:30", | |
"port": 51826, | |
"pin": "031-45-154" | |
}, | |
"description": "This is an example configuration file with all supported devices. You can use this as a template for creating your own configuration file containing devices you actually own.", | |
"platforms": [ | |
{ | |
"platform": "FHEM", | |
"name": "AugustenFhem", | |
"server": "127.0.0.1", | |
"port": "8083", | |
"ssl": "true", | |
"auth": {"username": "fhem", "password": "fhempassword"} | |
} | |
], | |
"accessories": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment