]> mj.ucw.cz Git - home-hw.git/commitdiff
Influx: Hot water temperature master
authorMartin Mares <mj@ucw.cz>
Sat, 15 Feb 2025 20:27:09 +0000 (21:27 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 15 Feb 2025 20:27:09 +0000 (21:27 +0100)
influx/burrow-influx.c

index 8510086a8d4e8bbb1a551cad7cc261ce7e247313..1b9604ae2e5c14ee29cb3acad91889eac277294a 100644 (file)
@@ -244,6 +244,12 @@ static const struct attr attr_table[] = {
                .topic = "burrow/heating/water/active",
                .timeout = 660,
        },
+       {
+               .metric = "heating_hot_water_temp",
+               .value_name = "t",
+               .topic = "burrow/heating/water/temp",
+               // No need to specify large timeout, this one is polled by bsb-daemon
+       },
        {
                .metric = "heating_error",
                .value_name = "err",