Skip to content

Instantly share code, notes, and snippets.

@PatchworkBoy
Last active December 19, 2021 14:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PatchworkBoy/a657f8b669a34e0cbd066d4e8a9dccaf to your computer and use it in GitHub Desktop.
Save PatchworkBoy/a657f8b669a34e0cbd066d4e8a9dccaf to your computer and use it in GitHub Desktop.
Sample homebridge-edomoticz config.json for localhost
{
"bridge": {
"name": "Homebridge",
"username": "CC:21:3E:E4:DE:33",
"port": 51826,
"pin": "031-45-154"
},
"description": "Configuration file for (e)xtended Domoticz platform.",
"platforms": [
{
"platform": "eDomoticz",
"name": "eDomoticz",
"server": "domoticz.local",
"port": "8080",
"ssl": 0,
"roomid": 0,
"mqtt": {
"host": "domoticz.local",
"port": 1883,
"topic": "domoticz/out",
"username": "username",
"password": "password"
},
"excludedDevices":["131","211","212","213","214","14"]
}
]
}
@mo8Zomo0
Copy link

how would the web username / password for the domoticz web interface be passed over?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment