03-10-2016, 08:56 PM
(03-10-2016, 07:28 PM)curlymo Wrote: And you didn't notice that the config.json contains the same information as the hardware and settings?
I would suggest reading the pilight manual for the latest config structure.
Ah yes, I should have mentioned... the configuration as mentioned above didn't exist until 24 hours ago and was the result of some heavy Googling

I've reverted back to basic configuration: which looks like this:
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/",
"webserver-http-port": 5001,
"webserver-cache": 1
},
"hardware": {
"433lirc": {
"socket": "/dev/lirc0"
}
},
"registry": {
"pilight": {
"version": {
"current": "7.0"
}
}
}
}
Still no result though. Could it be the RPI3 causing problems, given this board is more or less brand new?