07-04-2019, 01:49 PM
Hallo i need the Pilight7_oregon version to receive my Temp Sensors, i have manually installed pilight on the RPI3 but it will not start,
In the log stay
here ist my config.json
Can somebody help me tu fix my probleme??
In the log stay
Code:
[Jul 04 12:37:38:431529] pilight-daemon: ERROR: hardware not supported
[Jul 04 12:37:38:431574] pilight-daemon: ERROR: could not initialize 433gpio hardware module
here ist my 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/",
"port": 5000,
"webserver-http-port": 5001,
"webserver-cache": 1
},
"hardware": {
"433gpio": {
"sender": 0,
"receiver": 1
}
},
"registry": {}
}