From e805eedaea1d4f1adf2deba7c6a67174efc8ee43 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 15 Feb 2025 21:27:09 +0100 Subject: [PATCH] Influx: Hot water temperature --- influx/burrow-influx.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/influx/burrow-influx.c b/influx/burrow-influx.c index 8510086..1b9604a 100644 --- a/influx/burrow-influx.c +++ b/influx/burrow-influx.c @@ -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", -- 2.39.5