From b435d0c276c885f585200e1ed2d177597793f182 Mon Sep 17 00:00:00 2001
From: Robert Piotrowski <robert.piotrowski@gmail.com>
Date: Fri, 28 Mar 2025 11:14:54 +0100
Subject: [PATCH] Add "sustronics", "bssensor" topic in telegraf

---
 telegraf/etc/telegraf.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/telegraf/etc/telegraf.conf b/telegraf/etc/telegraf.conf
index 02dca9a..0e14ac8 100644
--- a/telegraf/etc/telegraf.conf
+++ b/telegraf/etc/telegraf.conf
@@ -199,7 +199,7 @@
 
   ## Topics that will be subscribed to.
   topics = [
-    "serial2MQTT",
+    "serial2MQTT", "sustronics", "bssensor"
   ]
 
   ## The message topic will be stored in a tag specified by this value.  If set
-- 
GitLab