From: Martin Mares Date: Sat, 15 Feb 2025 20:27:09 +0000 (+0100) Subject: Influx: Hot water temperature X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;ds=sidebyside;p=home-hw.git Influx: Hot water temperature --- 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",