From a5990c2588b02fec56166334690ab16260b3d96c Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 23 Feb 2025 19:57:42 +0100 Subject: [PATCH] Influx: Mill no longer connected to our MQTT --- influx/burrow-influx.c | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/influx/burrow-influx.c b/influx/burrow-influx.c index ff1697d..1772799 100644 --- a/influx/burrow-influx.c +++ b/influx/burrow-influx.c @@ -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 ***/ -- 2.47.3