Yeah, for sure! Thanks for your help! 
The log:
config.json
interfaces

The log:
Code:
pi@raspberrypi:~ $ pilight-receive
[ Nov 29 22:42:57:70259] pilight-receive: NOTICE: no pilight ssdp connections found
pi@raspberrypi:~ $ sudo pilight-daemon -D
[Nov 29 22:43:02:113450] pilight-daemon: INFO: version v8.0.4
[Nov 29 22:43:02:141486] pilight-daemon: INFO: daemon listening to port: 40495
[Nov 29 22:43:02:144154] pilight-daemon: ERROR: cannot bind to webserver port, address already in use?
[Nov 29 22:43:02:145497] pilight-daemon: ERROR: cannot bind to webserver port, address already in use?
[Nov 29 22:43:02:147684] pilight-daemon: DEBUG: new thread socket, 1 thread running
[Nov 29 22:43:02:149153] pilight-daemon: DEBUG: new thread sender, 2 threads running
[Nov 29 22:43:02:151229] pilight-daemon: DEBUG: new thread broadcaster, 3 threads running
[Nov 29 22:43:02:152054] pilight-daemon: DEBUG: new thread receive parser, 4 threads running
[Nov 29 22:43:02:152860] pilight-daemon: DEBUG: new thread events client, 5 threads running
[Nov 29 22:43:02:153680] pilight-daemon: DEBUG: new thread events loop, 6 threads running
[Nov 29 22:43:02:155087] pilight-daemon: INFO: new client, ip: 127.0.0.1, port: 49716
[Nov 29 22:43:02:155758] pilight-daemon: DEBUG: client fd: 11
[Nov 29 22:43:02:156765] pilight-daemon: DEBUG: client id: 1
[Nov 29 22:43:02:159365] pilight-daemon: DEBUG: ssdp sent search
[Nov 29 22:43:02:270167] pilight-daemon: NOTICE: no pilight ssdp connections found
[Nov 29 22:43:02:272159] pilight-daemon: INFO: new client, ip: 127.0.0.1, port: 49718
[Nov 29 22:43:02:273113] pilight-daemon: DEBUG: client fd: 13
[Nov 29 22:43:02:273708] pilight-daemon: DEBUG: client id: 2
[Nov 29 22:43:02:275546] pilight-daemon: DEBUG: socket write succeeded: {"action":"identify","options":{"config":1,"receiver":1},"media":"all"}
[Nov 29 22:43:02:277818] pilight-daemon: DEBUG: socket recv: {"action":"identify","options":{"config":1,"receiver":1},"media":"all"}
[Nov 29 22:43:02:279692] pilight-daemon: DEBUG: socket write succeeded: {"status":"success"}
[ Nov 29 22:43:03:78521] pilight-daemon: DEBUG: cpu: 0.000000%
[ Nov 29 22:43:06:82215] pilight-daemon: DEBUG: cpu: 0.114726%
config.json
Code:
{
"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": "none",
"standalone": 1
},
"hardware": {},
"registry": {
"webserver": {
"ssl": {
"certificate": {
"secure": 0,
"location": "/etc/pilight/pilight.pem"
}
}
},
"pilight": {
"version": {
"current": "8.0.4"
}
}
}
}
interfaces
Code:
# interfaces(5) file used by ifup(8) and ifdown(8)
# Please note that this file is written to be used with dhcpcd
# For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf'
# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d
allow-hotplug wlan0
iface lo inet loopback
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp