From 2ac4887f01101ccf37cb4db22ccb47e9c28ece68 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Wed, 3 Apr 2024 22:47:54 +0200 Subject: [PATCH] aqhome-mqttlog: removed another unneeded file. --- apps/aqhome-mqttlog/mqttlog.conf | 37 -------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 apps/aqhome-mqttlog/mqttlog.conf diff --git a/apps/aqhome-mqttlog/mqttlog.conf b/apps/aqhome-mqttlog/mqttlog.conf deleted file mode 100644 index 7cf1444..0000000 --- a/apps/aqhome-mqttlog/mqttlog.conf +++ /dev/null @@ -1,37 +0,0 @@ - - -item { - id="stube_plug01" - title="Stube Heimkinosystem" - topic="tele/tasmota/plug01/SENSOR" - dataType="json" - - varList { - var { - name="powerusage" - path="ENERGY/POWER" - } - var { - name="totalenergy" - path="ENERGY/TOTAL" - } - } -} - - - -item { - id="buero_rack_temp" - title="Serverrack im Buero" - topic="aqhome/sensors/75766d68/1/temperature" - dataType="simple" - - varList { - var { - name="temp" - path="value" - } - } -} - -