Michael Schmidt

Results 18 comments of Michael Schmidt

I'm running hkknx in Kubernetes and Docker. Feel free to help yourself here: https://github.com/BugRoger/dockerfiles/tree/master/hkknx https://hub.docker.com/r/bugroger/hkknx/tags It's a multi-arch image that works on both arm and amd64. It's quite minimal with...

> it just says that the gateway isn't reachable. Sounds like you have general network problems. First try that you can actually reach the gateway from your rpi. Something like:...

> Indeed I am using an MDT Interface. > Is that the problem??? Could be. What does the log say? I had panics (crashes) like this: ``` 2020/09/12 10:21:46 sequence...

I pushed an update to the `burgoger:hkknx` image in `1.1.2` and `1.2.0`. Thanks for the ping. I didn't notice the update. Enjoy!

I don't quite follow. The `bugroger/hkknx:1.2.0` image is using the latest release `1.2.0 (2021-01-29T13:13:41+01:00)`. As far as I can see that corresponds to the latest release here in Github.

Ok, where do I get it from? The last release here in Github is from 2021-01-27.

Ah, you replaced the assets on the release. I just rebuilt the image. If you have been running that image before you need to do a `docker pull bugroger/hkknx:1.2.0` to...

1.3.0(-pre) is available now

Pushed 1.3.1 and 2.0.0(-pre) > @BugRoger is it possible to share some information about persistence? There's nothing much to it. `hkknx` writes to `/db` by default. You have to pass...

docker.io/bugroger/hkknx:2.0.1 pushed