]> mj.ucw.cz Git - home-hw.git/blobdiff - prometheus/burrow-prometheus.c
test-blink: Switch back to DFU boot-loader
[home-hw.git] / prometheus / burrow-prometheus.c
index a1c48453d20bc0190b17cf46cd3a8c2f33c2ce51..0e760e737728bdf714d14903461499cb0918a53d 100644 (file)
@@ -127,6 +127,18 @@ static const struct attr attr_table[] = {
                .type = "gauge",
                .topic = "burrow/air/mixed",
        },
+       {
+               .metric = "air_inside_intake_avg",
+               .help = "Average temperature of air intake from inside [degC]",
+               .type = "gauge",
+               .topic = "burrow/avg/air/inside-intake",
+       },
+       {
+               .metric = "air_outside_intake_avg",
+               .help = "Average temperature of air intake from outside [degC]",
+               .type = "gauge",
+               .topic = "burrow/avg/air/outside-intake",
+       },
        {
                .metric = "air_bypass",
                .help = "Heat exchanger bypass (0-1)",
@@ -429,7 +441,7 @@ static int use_debug;
 
 static struct opt_section options = {
        OPT_ITEMS {
-               OPT_HELP("A daemon for controlling the solid state relay module via MQTT"),
+               OPT_HELP("A daemon for transferring MQTT data to Prometheus"),
                OPT_HELP(""),
                OPT_HELP("Options:"),
                OPT_BOOL('d', "debug", use_debug, 0, "\tLog debugging messages"),