Dennis Luxen
Dennis Luxen
Is this reproducible? Does it print a stack trace? This looks like it is failing at some very low level code.
Thanks for the update. This will be an interesting issue to debug since the stack trace points only to code outside of the application. Is there anything special about your...
The Rpi itself is more than capable. Might be something with the docker setup, but that's just a hunch.
The inverter does not publish this.
Sure, this can be implemented. Probably wouldn't even take that long. Biggest barrier would be to setup a server with TLS support for testing. Is there some good tutorial how...
I think I got this to work. The code change is PR #93, but it needs testing. As of writing it is only tested on macOS/X86. And should work, but...
Also tested on rPi4/Ubuntu successfully
> What I did notice though: When running in the docker container, there are no system CAs installed in /etc/ssl/certs. Have you tried running this PR in a container? I...
I will think of a better way to supply the configuration at runtime. Seems this is bothering too many people at this point.
I have a first draft in https://github.com/DennisOSRM/hms-mqtt-publisher/pull/61. It will simply override anything that's in the toml file (or not) at startup when it is defined in environment variables. Not super...