pub async fn retrieve_temperatures(
    sensors: &Arc<Vec<(DBSensor, ThermisterCalibration)>>,
    pool: &MySqlPool
) -> Result<HashMap<Sensor, f32>, String>