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" - } - } -} - -