Andreas Motl
Andreas Motl
Dear @K1Zeit, the `Request Entity Too Large` error indicates that the HTTP request body might be too large to handle for InfluxDB. I don't know if there is a server-side...
Dear Zsolt, thank you for this report. I wanted to let you know that there already has been a sweet conversation with @ralight about this issue at https://github.com/hiveeyes/terkin-datalogger/pull/97. He was...
At https://github.com/hiveeyes/terkin-datalogger/pull/97#issuecomment-915872291, I've referenced two patches to outline how to mitigate the problem by setting a keepalive value other than zero on the client side.
Dear @ralight, at https://github.com/hiveeyes/terkin-datalogger/pull/97#issuecomment-916003229, you confirmed that using 60 seconds as a default keepalive time is reasonable. However, `umqtt.simple` probably does not provide a reconnect mechanism, so the application would...
Hi there, the issue you might be observing here has been reported and discussed at #445 and https://github.com/hiveeyes/terkin-datalogger/pull/97 already. In this context, please be aware of [CVE-2020-13849](https://nvd.nist.gov/vuln/detail/CVE-2020-13849), which is the...
Dear @chouex, > so change msg = bytearray(b"\x04MQTT\x04\x02\0\0") to msg = bytearray(b"\x04MQTT\x04\x02\0\x3c") #60s keep alive There is no need to manipulate this on a binary/bytes level. There is already the...
Hi. > [@ben-spiller] If I have a Python `.coverage` file in my current directory when I run codecov it finds it, but any `.coverage` files from child directories seem to...
Hi there, we have been watching this project for some time and we are eager to try the software for ourselves. However, we haven't been able to find some time...
> Would it be of interest to move to TS instead of ES6? I've recently had the pleasure to work on a TypeScript codebase [1] using WebStorm [2] and I...
@AllNamesRTaken: Sounds interesting, thanks for letting us know. Star-given ;].