From: Martin Mares Date: Sun, 23 Feb 2025 18:57:42 +0000 (+0100) Subject: Influx: Mill no longer connected to our MQTT X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=a5990c2588b02fec56166334690ab16260b3d96c;p=home-hw.git Influx: Mill no longer connected to our MQTT --- 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 ***/