]> mj.ucw.cz Git - home-hw.git/commitdiff
Influx: Increased heating param timeout
authorMartin Mares <mj@ucw.cz>
Sun, 1 Mar 2020 19:02:16 +0000 (20:02 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 1 Mar 2020 19:02:16 +0000 (20:02 +0100)
influx/burrow-influx.c

index 6894062fc8e4ae80ab7a844a56a89f3e75357939..5334d67ff770687948e2a29c2afdf91ca1d3a57a 100644 (file)
@@ -194,7 +194,7 @@ static const struct attr attr_table[] = {
                .metric = "heating_outside_temp",
                .value_name = "t",
                .topic = "burrow/heating/outside-temp",
-               .timeout = 300,
+               .timeout = 660,
        },
        {
                .metric = "heating_room_temp,circuit=1",