.topic = "burrow/heating/circuit1/mix-valve",
.timeout = 300,
},
+ {
+ .metric = "heating_active,circuit=1",
+ .value_name = "x",
+ .topic = "burrow/heating/circuit1/active",
+ .timeout = 660,
+ },
+ {
+ .metric = "pump_active,circuit=1",
+ .value_name = "x",
+ .topic = "burrow/heating/circuit1/pump",
+ .timeout = 300,
+ },
{
.metric = "heating_room_temp,circuit=2",
.value_name = "t",
.topic = "burrow/heating/circuit2/room-temp",
.timeout = 300,
},
+ {
+ .metric = "heating_active,circuit=2",
+ .value_name = "x",
+ .topic = "burrow/heating/circuit2/active",
+ .timeout = 660,
+ },
+ {
+ .metric = "heating_active,circuit=water",
+ .value_name = "x",
+ .topic = "burrow/heating/water/active",
+ .timeout = 660,
+ },
};
/*** MQTT ***/