From efca1b31d96564b983fa1def891a73089d49ceea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=98eho=C5=99?= Date: Wed, 25 Sep 2024 02:26:05 +0200 Subject: [PATCH] feat(ebusd): increase device latency See https://github.com/john30/ebusd/issues/403#issuecomment-813283410 --- kubernetes/main/apps/home-automation/ebusd/app/helmrelease.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kubernetes/main/apps/home-automation/ebusd/app/helmrelease.yaml b/kubernetes/main/apps/home-automation/ebusd/app/helmrelease.yaml index c3e34bde..22f788e8 100644 --- a/kubernetes/main/apps/home-automation/ebusd/app/helmrelease.yaml +++ b/kubernetes/main/apps/home-automation/ebusd/app/helmrelease.yaml @@ -53,6 +53,8 @@ spec: command: ["ebusd"] args: # https://github.com/john30/ebusd/wiki/2.-Run + # Device Options + - --latency=100 # ebusctl info min latency=20 ms max latency=40 ms # Message Configuration Options - --configpath=/config/latest/en - --configlang=en