]> mj.ucw.cz Git - home-hw.git/commitdiff
Influx: Mill no longer connected to our MQTT
authorMartin Mares <mj@ucw.cz>
Sun, 23 Feb 2025 18:57:42 +0000 (19:57 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 23 Feb 2025 18:57:42 +0000 (19:57 +0100)
influx/burrow-influx.c

index ff1697dd8f871501485979d01e261fad32c0b773..1772799d0e0f2ad8284d04974e79f95e2945a741 100644 (file)
@@ -286,28 +286,6 @@ static const struct attr attr_table[] = {
                .value_name = "t",
                .topic = "burrow/heating/return-temp",
        },
-
-       // Sensors in the mill
-       {
-               .metric = "mill_temp,where=horni",
-               .value_name = "t",
-               .topic = "mill/thermostat/horni",
-       },
-       {
-               .metric = "mill_temp,where=dolni",
-               .value_name = "t",
-               .topic = "mill/thermostat/dolni",
-       },
-       {
-               .metric = "mill_temp,where=velky",
-               .value_name = "t",
-               .topic = "mill/thermostat/velky",
-       },
-       {
-               .metric = "mill_temp,where=kuchyn",
-               .value_name = "t",
-               .topic = "mill/thermostat/kuchyn",
-       },
 };
 
 /*** MQTT ***/