10-31-2019, 09:02 AM
Hi,
a few days ago I updated a pilight6 installation to pilight8.1.5. Since then I have the issue, that pilight stops working after a time. After restarting the pilight service, all works as expected. If I look into the pilight.log I can find the following lines:
(/home/pilight/source/daemon-dev/libs/pilight/lua_c/log.c #73) [Oct 31 07:10:02:111683] NOTICE: 433gpio send buffer full
I assume that the first occurence of this line is the beginning of the issue.
Does somebody know how to fix this? Maybe this is a special behaviour of the new pilight 8 version which has some relationships to the configuration. I'm using a Raspi3+ with a 433 mhz module and the following configuration:
Thanks in advance
a few days ago I updated a pilight6 installation to pilight8.1.5. Since then I have the issue, that pilight stops working after a time. After restarting the pilight service, all works as expected. If I look into the pilight.log I can find the following lines:
(/home/pilight/source/daemon-dev/libs/pilight/lua_c/log.c #73) [Oct 31 07:10:02:111683] NOTICE: 433gpio send buffer full
I assume that the first occurence of this line is the beginning of the issue.
Does somebody know how to fix this? Maybe this is a special behaviour of the new pilight 8 version which has some relationships to the configuration. I'm using a Raspi3+ with a 433 mhz module and the following configuration:
Code:
"settings": {
"log-level": 6,
"pid-file": "/var/run/pilight.pid",
"log-file": "/var/log/pilight.log",
"standalone": 0,
"webserver-enable": 0,
"webserver-root": "/usr/local/share/pilight/webgui",
"webserver-http-port": 5001,
"webserver-https-port": 5002,
"webserver-cache": 1,
"whitelist": "",
"gpio-platform": "raspberrypi3"
},
"hardware": {
"433gpio": {
"sender": 0,
"receiver": 1
}
},
"registry": {
"webserver": {
"ssl": {
"certificate": {
"location": "/etc/pilight/pilight.pem"
}
}
},
"pilight": {
"version": {
"current": "8.1.5"
}
},
"hardware": {
"RF433": {
"mingaplen": 4420,
"maxgaplen": 72900,
"minrawlen": 26,
"maxrawlen": 400
}
}
}
Thanks in advance