added tool aqhome-mqttlog.

This commit is contained in:
Martin Preuss
2023-05-24 23:08:28 +02:00
parent f0917064af
commit b4175f4a89
6 changed files with 1107 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
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"
}
}
}