Files
aqhomecontrol/apps/aqhome-mqttlog/mqttlog.conf
2023-05-24 23:08:28 +02:00

38 lines
476 B
Plaintext

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