Skip to content

Instantly share code, notes, and snippets.

@cpswan
Created August 26, 2018 15:57
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 cpswan/ca100d49088a112129f70e5ef04a9dbd to your computer and use it in GitHub Desktop.
Save cpswan/ca100d49088a112129f70e5ef04a9dbd to your computer and use it in GitHub Desktop.
PiLight Config
{
"devices": {},
"rules": {},
"gui": {},
"settings": {
"log-level": 6,
"pid-file": "/var/run/pilight.pid",
"log-file": "/var/log/pilight.log",
"webserver-enable": 1,
"webserver-root": "/usr/local/share/pilight/webgui",
"webserver-http-port": 5001,
"webserver-https-port": 5002,
"webserver-cache": 1,
"gpio-platform": "raspberrypi1b1"
},
"hardware": {
"433gpio": {
"sender": 0,
"receiver": 7
}
},
"registry": {
"webserver": {
"ssl": {
"certificate": {
"secure": 0,
"location": "/etc/pilight/pilight.pem"
}
}
},
"pilight": {
"version": {
"current": "8.1.2"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment